visitChildren abstract method

  1. @ToBeDeprecated('Use visitChildren2 instead')
void visitChildren(
  1. AstVisitor visitor
)

Use the given visitor to visit all of the children of this node.

The children are visited in lexical order.

Implementation

@ToBeDeprecated('Use visitChildren2 instead')
void visitChildren(AstVisitor visitor);