Class ParseTest
java.lang.Object
|
+--ParseTest
- public class ParseTest
- extends Object
Simple Parser driver.
Method Summary |
static void |
main(String[] arg)
Test harness for the Parser class.pathname to parse. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParseTest
public ParseTest()
main
public static void main(String[] arg)
throws IOException
- Test harness for the Parser class.pathname to parse. Command switches
must precede the filepath.
- -methods, -nomethods
- enable/disable tracing of method entry/exit
- -symbols, -nosymbols
- enable/disable tracing of Symbols as they are defined
- filepath
- pathname of the file to parse. If not specified,
then the program tries to parse "d/hello.d".
- Parameters:
arg
- the String array of command switches and arguments
- Throws:
IOException
- thrown if any IO errors occur during processing