visitChildren abstract method

void visitChildren(
  1. AstVisitor visitor
)

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);