Class ASTPrinter

  • All Implemented Interfaces:
    SourceVisitor<Void>

    public class ASTPrinter
    extends Object
    implements SourceVisitor<Void>
    Debug visitor that renders an expression/statement AST as an indented tree, optionally with types.