Use the given visitor
to visit all of the children of this node. The
children will be visited in lexical order.
Source
void visitChildren<E>(AstVisitor<E> visitor);
Use the given visitor
to visit all of the children of this node. The
children will be visited in lexical order.
void visitChildren<E>(AstVisitor<E> visitor);