|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dk.brics.xact.compiler.Main
public class Main
Compiler from XACT to Java. Transforms files with extension .xact into ordinary Java code (.java).
Method Summary | |
---|---|
static void |
main(String[] args)
Compiles XACT syntax into Java. |
static void |
main2(String[] args)
Compiles XACT syntax into Java. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(String[] args) throws IOException
IOException
public static void main2(String[] args) throws IOException, SetupException
SetupException
- if invalid arguments are provided
IOException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |