Class TestParserOutput

java.lang.Object
  |
  +--TestParserOutput

public class TestParserOutput
extends java.lang.Object

Gets parse trees in files. If you want parse trees in files, this is how to get them.


Constructor Summary
TestParserOutput()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestParserOutput

public TestParserOutput()
Method Detail

main

public static void main(java.lang.String[] args)