accept abstract method Null safety
- AstVisitor visitor
Use the given visitor
to visit each of the nodes in this list.
Implementation
void accept(AstVisitor visitor);
Use the given visitor
to visit each of the nodes in this list.
void accept(AstVisitor visitor);