org.objectweb.fractal.adl
Class CompileToJava

java.lang.Object
  extended by 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.


Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception