|
||||||||||
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 |
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 tree
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |