All Packages Class Hierarchy This Package Previous Next Index
Class aioli.vtp.FormLoader
java.lang.Object
|
+----aioli.vtp.FormLoader
- public class FormLoader
- extends Object
Constructs a formalism from a Metal abstract syntax table "*.t".
-
buildform(String)
- Builds a formalism from the Metal table.
buildform
public static Formalism buildform(String path) throws FileNotFoundException
- Builds a formalism from the Metal table.
- Parameters:
- path - The absolute path to the Metal table.
- Throws: FileNotFoundException
- If the table is not found.
- See Also:
- Formalism
All Packages Class Hierarchy This Package Previous Next Index