accept abstract method

  1. @ToBeDeprecated('Use accept2 instead.')
void accept(
  1. AstVisitor visitor
)

Use the given visitor to visit each of the nodes in this list.

Implementation

@ToBeDeprecated('Use accept2 instead.')
void accept(AstVisitor visitor);