|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.infrared.agent.util.TestNodeVisitor
Implementation of the NodeVisitor interface
| Constructor Summary | |
TestNodeVisitor()
|
|
| Method Summary | |
void |
beginTraversal()
Called just before the traversal begins |
void |
climbingUp()
Retracing to the previous level |
void |
endTraversal()
Called after the traversal is complete |
String |
getFlattenedString()
|
void |
goingDown()
Going down to the next level |
void |
visit(TreeNode node)
Visiting a node of the tree |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TestNodeVisitor()
| Method Detail |
public void visit(TreeNode node)
NodeVisitor
visit in interface NodeVisitornode - public void goingDown()
NodeVisitor
goingDown in interface NodeVisitorpublic void climbingUp()
NodeVisitor
climbingUp in interface NodeVisitorpublic void beginTraversal()
NodeVisitor
beginTraversal in interface NodeVisitorpublic void endTraversal()
NodeVisitor
endTraversal in interface NodeVisitorpublic String getFlattenedString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||