Uses of Interface
net.sf.infrared.agent.util.NodeVisitor

Packages that use NodeVisitor
net.sf.infrared.agent.util   
 

Uses of NodeVisitor in net.sf.infrared.agent.util
 

Classes in net.sf.infrared.agent.util that implement NodeVisitor
 class NodeVisitorImpl
          Convenience class providing dummy implementation for non-essential methods.
 class TestNodeVisitor
          Implementation of the NodeVisitor interface
 

Methods in net.sf.infrared.agent.util with parameters of type NodeVisitor
 void TreeNode.traverseBreadthFirst(NodeVisitor visitor)
          traverse the tree (starting at this node) breadth first
 void Tree.traverseBreadthFirst(NodeVisitor visitor)