org.objectweb.fractal.adl
Class CompileToJava
java.lang.Object
org.objectweb.fractal.adl.CompileToJava
public class CompileToJava
- extends Object
A class to compile a Fractal ADL definition to Java code.
Usage:
CompileToJava [-java|-fractal] <definition> [ <output> ]
where <definition> is the name of the component to compile,
and <output> is the output file name.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
throws Exception
- Throws:
Exception