visitChildren2<T> abstract method

void visitChildren2<T>(
  1. ElementVisitor2<T> visitor
)

Uses the given visitor to visit all of the children of this element. There is no guarantee of the order in which the children will be visited.

Implementation

void visitChildren2<T>(ElementVisitor2<T> visitor);