ASTNode.accept

Visits this AST node using the given visitor.

class ASTNode
abstract
void
accept

Parameters

v Visitor

the visitor to use when visiting this node

Suggestion Box / Bug Report