dspl
Class Options
java.lang.Object
dspl.Options
class Options
- extends java.lang.Object
Helper class for processing all of the arguements passed to dsplc
on the command-line, properly evaluating them, and storing any
flags set which effect compilation.
- Author:
- David
|
Constructor Summary |
Options(java.lang.String[] args)
|
|
Method Summary |
void |
printUsage()
Print the usage of dsplc |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
compileAsm
public boolean compileAsm
showAST
public boolean showAST
inputFile
public java.lang.String inputFile
outputFile
public java.lang.String outputFile
Options
public Options(java.lang.String[] args)
printUsage
public void printUsage()
- Print the usage of dsplc