Package antlr

Class DumpASTVisitor

  • All Implemented Interfaces:
    ASTVisitor

    public class DumpASTVisitor
    extends Object
    implements ASTVisitor
    Simple class to dump the contents of an AST to the output
    • Field Detail

      • level

        protected int level
    • Constructor Detail

      • DumpASTVisitor

        public DumpASTVisitor()
    • Method Detail