Class ASTVisitor
Implements the Visitor Pattern for the various AST classes
class ASTVisitor
;
Methods
Name | Description |
---|---|
dynamicDispatch
(n)
|
Looks at the runtime type of n , then calls the appropriate visit
method at runtime.
|
visit
(withStatement)
|
|
visit
(n)
|
|
visit
(indexExpression)
|