|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SplitNodeVisitor
A visitor for a tree of SplitNodes.
| Method Summary | |
|---|---|
void |
handleLeaf(Leaf leaf)
Invoked when visiting a leaf of the tree. |
void |
handleNode(Node node)
Invoked when visiting a node of the tree. |
void |
handlePlaceholder(Placeholder placeholder)
Invoked when visiting a leaf that is a placeholder. |
void |
handleRoot(Root root)
Invoked when visiting the root of the tree. |
| Method Detail |
|---|
void handleRoot(Root root)
root - the rootvoid handleNode(Node node)
node - a nodevoid handleLeaf(Leaf leaf)
leaf - the treevoid handlePlaceholder(Placeholder placeholder)
placeholder - the placeholder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||