antlr
Class DumpASTVisitor

java.lang.Object
  extended byantlr.DumpASTVisitor
All Implemented Interfaces:
ASTVisitor

public class DumpASTVisitor
extends java.lang.Object
implements ASTVisitor

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

DumpASTVisitor

public DumpASTVisitor()
Method Detail

visit

public void visit(AST node)
Specified by:
visit in interface ASTVisitor