Package antlr

Class DumpASTVisitor

java.lang.Object
antlr.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 Details

    • level

      protected int level
  • Constructor Details

    • DumpASTVisitor

      public DumpASTVisitor()
  • Method Details