|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jaw.tools.MoGen
The main class of the mogen
tool.
The class parses an M-bean (or a list of M-beans) and generates the associated C-beans. In order to invoke the class, you need to invoke:
Method Summary | |
static void |
main(java.lang.String[] args)
The main method of the mogen compiler. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static void main(java.lang.String[] args)
main
method of the mogen
compiler.
This method creates an instance of MoGen
and invokes the
compiler.
If an error occurs, the method exits the VM with a status of 1.
If the compilation succeeds, the method exits the VM with a status of 0.
This method allows you to specify optional command-line parameters listed above.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |