public class TreeVisitor<T> extends Object
| Constructor and Description |
|---|
TreeVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
endChildren()
Finishes visiting the children of the most recently started node.
|
void |
node(T node)
Visits a node of the tree.
|
void |
startChildren()
Starts visiting the children of the most recently visited node.
|
public void node(T node)
public void startChildren()
public void endChildren()
Copyright © 2013. All rights reserved