net.cscott.sdr.calls.parser
Class TestParser
java.lang.Object
net.cscott.sdr.calls.parser.TestParser
public abstract class TestParser
- extends Object
Simple parser driver to syntax-check call lists.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestParser
public TestParser()
main
public static void main(String[] args)
- Invoke this driver as:
java TestParser <file or directory name>
doFile
public static void doFile(File f)
throws Exception
- Throws:
Exception
parseFile
public static void parseFile(InputStream s)
throws Exception
- Throws:
Exception
Copyright © 2006-2009 C. Scott Ananian