Class Summary |
GJDepthFirstVisitorBuilder |
Class DepthFirstGenerator generates the ObjectDepthFirst visitor which
has Object visit() methods and simply visits all the nodes in a tree. |
GJNoArguDepthFirstBuilder |
Class DepthFirstGenerator generates the ObjectDepthFirst visitor which
has Object visit() methods and simply visits all the nodes in a tree. |
GJVoidDepthFirstBuilder |
Class DepthFirstGenerator generates the ObjectDepthFirst visitor which
has Object visit() methods and simply visits all the nodes in a tree. |
OldDepthFirstVisitorBuilder |
Class OldDepthFirstGenerator generates the DepthFirstVisitor visitor
with neither return type nor additional argument. |
SchemeRecordBuilder |
Class SchemeRecordBuilder generates the Scheme record definitions of a given
input grammar. |
SchemeSemanticChecker |
|
SchemeVisitorBuilder |
|
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. |
TreeFormatterBuilder |
Class TreeFormatterBuilder generates the TreeFormatter visitor which
is a skeleton pretty-printer. |