|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.multijava.util.guigen.Main
This class is the entry point for the option generator.
| Field Summary | |
private DefinitionFile |
definition
|
private static String |
HELP
|
private String[] |
sourceFiles
|
private static String |
USAGE
|
| Constructor Summary | |
private |
Main(String[] args)
Only main can construct Main |
| Method Summary | |
private void |
buildInterfaceFile()
Generates the source code and writes it to disk for the option definitions in * this.definition. |
static void |
main(String[] args)
Entry point to the assembler |
private void |
parseArgs(String[] args)
|
private void |
parseSourceFiles(String sourceFile)
Sets this.definition to a new
DefinitionFile instance formed by parsing the
named sourceFile. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static final String USAGE
private static final String HELP
private String[] sourceFiles
private DefinitionFile definition
| Constructor Detail |
private Main(String[] args)
| Method Detail |
private void parseSourceFiles(String sourceFile)
this.definition to a new
DefinitionFile instance formed by parsing the
named sourceFile.
private void buildInterfaceFile()
this.definition.
public static void main(String[] args)
private void parseArgs(String[] args)
|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||