visitChildren abstract method
Use 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 visitChildren(ElementVisitor visitor);
Use 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.
void visitChildren(ElementVisitor visitor);