net.sf.infrared.agent.util
Class NodeVisitorImpl

java.lang.Object
  extended bynet.sf.infrared.agent.util.NodeVisitorImpl
All Implemented Interfaces:
NodeVisitor

public abstract class NodeVisitorImpl
extends Object
implements NodeVisitor

Convenience class providing dummy implementation for non-essential methods.


Constructor Summary
NodeVisitorImpl()
           
 
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
 void goingDown()
          Going down to the next level
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.infrared.agent.util.NodeVisitor
visit
 

Constructor Detail

NodeVisitorImpl

public NodeVisitorImpl()
Method Detail

goingDown

public void goingDown()
Description copied from interface: NodeVisitor
Going down to the next level

Specified by:
goingDown in interface NodeVisitor

climbingUp

public void climbingUp()
Description copied from interface: NodeVisitor
Retracing to the previous level

Specified by:
climbingUp in interface NodeVisitor

beginTraversal

public void beginTraversal()
Description copied from interface: NodeVisitor
Called just before the traversal begins

Specified by:
beginTraversal in interface NodeVisitor

endTraversal

public void endTraversal()
Description copied from interface: NodeVisitor
Called after the traversal is complete

Specified by:
endTraversal in interface NodeVisitor