dspl
Class Options

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

Field Summary
 boolean compileAsm
           
 java.lang.String inputFile
           
 java.lang.String outputFile
           
 boolean showAST
           
 
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
 

Field Detail

compileAsm

public boolean compileAsm

showAST

public boolean showAST

inputFile

public java.lang.String inputFile

outputFile

public java.lang.String outputFile
Constructor Detail

Options

public Options(java.lang.String[] args)
Method Detail

printUsage

public void printUsage()
Print the usage of dsplc