sdr 0.7

net.cscott.sdr.calls.parser
Class TestParser

java.lang.Object
  extended by net.cscott.sdr.calls.parser.TestParser

public abstract class TestParser
extends Object

Simple parser driver to syntax-check call lists.


Constructor Summary
TestParser()
           
 
Method Summary
static void doFile(File f)
           
static void main(String[] args)
          Invoke this driver as: java TestParser <file or directory name>
static void parseFile(InputStream s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestParser

public TestParser()
Method Detail

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

sdr 0.7

Copyright © 2006-2009 C. Scott Ananian