Definition at line 39 of file Synthesizer.java.
Public Methods | |
Synthesizer (String[] args) | |
Synthesizer constructor. | |
void | setup () throws IOException, ParserException |
void | go () |
Set everything up, process input, and write output. | |
Public Attributes | |
String | outFile = null |
|
Synthesizer constructor. Parses command line arguments Definition at line 73 of file Synthesizer.java. |