antlr

Class DumpASTVisitor

Implemented Interfaces:
ASTVisitor

public class DumpASTVisitor
extends java.lang.Object
implements ASTVisitor

Simple class to dump the contents of an AST to the output

Field Summary

protected int
level

Method Summary

void
visit(AST node)

Field Details

level

protected int level

Method Details

visit

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