public interface NodeVisitor
Modifier and Type | Method and Description |
---|---|
boolean |
call(Node node)
A callback to travel through the whole node hierarchy.
|
boolean call(Node node)
node
- Node being visitedCopyright © 2019. All rights reserved.