java.lang.Objectantlr.DumpASTVisitor
Simple class to dump the contents of an AST to the output
Constructor Summary | |
DumpASTVisitor()
|
Method Summary | |
void |
visit(AST node)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DumpASTVisitor()
Method Detail |
public void visit(AST node)
visit
in interface ASTVisitor