public class ParentAfterChildrenWalker extends java.lang.Object implements TreeWalker
Constructor and Description |
---|
ParentAfterChildrenWalker() |
Modifier and Type | Method and Description |
---|---|
void |
walk(Node node,
NodeCallback callback)
Walks through the tree starting from the given node and calls back on every node to the given callback
|
public final void walk(Node node, NodeCallback callback)
TreeWalker
walk
in interface TreeWalker
node
- the node where to start walkingcallback
- the callback to call on each node