public interface EveryNodeCallback extends NodeCallback
TreeWalker
that allows to get notified on every visite of a node in the tree.Modifier and Type | Method and Description |
---|---|
void |
onEvery(Node node)
This method will be called by the tree walker, when a node is visited.
|
void onEvery(Node node)
node
- the node which is visited