|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEDU.purdue.jtb.misc.toolkit.TreeDumperBuilder
public class TreeDumperBuilder
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 |
---|
public static final java.lang.String visitorName
public static final java.lang.String outFilename
Constructor Detail |
---|
public TreeDumperBuilder()
Method Detail |
---|
public void generateTreeDumper() throws FileExistsException
FileExistsException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |