EDU.purdue.jtb.misc.toolkit
Class TreeDumperBuilder

java.lang.Object
  extended by EDU.purdue.jtb.misc.toolkit.TreeDumperBuilder

public class TreeDumperBuilder
extends java.lang.Object

Class TreeDumperBuilder generates the TreeDumper visitor which simply prints all the tokens in the tree at the locations given in their beginLine and beginColumn member variables. Similar to EDU.purdue.jtb.misc.FileGenerator class.


Field Summary
static java.lang.String outFilename
           
static java.lang.String visitorName
           
 
Constructor Summary
TreeDumperBuilder()
           
 
Method Summary
 void generateTreeDumper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

visitorName

public static final java.lang.String visitorName
See Also:
Constant Field Values

outFilename

public static final java.lang.String outFilename
See Also:
Constant Field Values
Constructor Detail

TreeDumperBuilder

public TreeDumperBuilder()
Method Detail

generateTreeDumper

public void generateTreeDumper()
                        throws FileExistsException
Throws:
FileExistsException