Uses of Interface
javatools.datatypes.Visitor

Packages that use Visitor
javatools.datatypes   
 

Uses of Visitor in javatools.datatypes
 

Methods in javatools.datatypes with parameters of type Visitor
 boolean Visitable.receive(Visitor<T> visitor)
          Sends a visitor through all elements.
 boolean Tree.receive(Visitor<Tree<T>> visitor)
          Receives a visitor for a depth first traversal