delegates property

Iterable<AstVisitor<T>> delegates
final

The delegates whose visit methods will be invoked.

Implementation

final Iterable<AstVisitor<T>> delegates;