@Internal public interface Visitor<T extends Visitable<T>>
Modifier and Type | Method and Description |
---|---|
void |
postVisit(T visitable)
Method that is invoked after all child nodes or descendant nodes were visited.
|
boolean |
preVisit(T visitable)
Method that is invoked on the visit before visiting and child nodes or descendant nodes.
|
boolean preVisit(T visitable)
void postVisit(T visitable)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.