visitChildren abstract method
Use the given visitor to visit all of the children of this node.
The children will be visited in lexical order.
Implementation
void visitChildren(AstVisitor visitor);
Use the given visitor to visit all of the children of this node.
The children will be visited in lexical order.
void visitChildren(AstVisitor visitor);