Class ASTVisitor

Implements the Visitor Pattern for the various AST classes

class ASTVisitor ;

Methods

NameDescription
dynamicDispatch (n) Looks at the runtime type of n, then calls the appropriate visit method at runtime.
visit (withStatement)
visit (n)
visit (indexExpression)