Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
DumpASTVisitor
antlr
Class DumpASTVisitor
java.lang.Object
antlr.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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DumpASTVisitor
public DumpASTVisitor()
visit
public void visit(AST node)
- Specified by:
visit in interface ASTVisitor
|