public interface ITreeWalkerOperation
| Modifier and Type | Method and Description |
|---|---|
void |
action(Expansion e)
When a node is visited, this method is invoked with the node as parameter.
|
boolean |
goDeeper(Expansion e)
When called at a particular node, this specifies to the tree walker if it
should visit more nodes under this node.
|
boolean goDeeper(Expansion e)
e - Expansionvoid action(Expansion e)
e - ExpansionCopyright © 2017–2019 Philip Helger. All rights reserved.