ASTNode.accept

Visits this AST node using the given visitor.

class ASTNode
abstract
void
accept

Parameters

v
Type: Visitor

the visitor to use when visiting this node

Meta