DelegatingAstVisitor2<T> constructor
const
DelegatingAstVisitor2<T> (
- Iterable<
AstVisitor2< delegatesT> >
Initialize a newly created visitor to use each of the given delegate visitors to visit the nodes of an AST structure.
Implementation
const DelegatingAstVisitor2(this.delegates);