Uses of Package
com.iotabits.revisitor

Packages that use com.iotabits.revisitor
com.iotabits.examples.revisitor   
com.iotabits.revisitor   
 

Classes in com.iotabits.revisitor used by com.iotabits.examples.revisitor
BasicReflectiveVisitor
          This class an abstract class that implements the Visitor pattern via reflection.
BasicVisitable
          This is simplest and default implementation of the iVisitable interface.
iReflectiveVisitor
          This is the interface that makes it easier to write visitors then having to declare each visit method in your revisitor.
iVisitable
          This is the starter interface for the pattern.
 

Classes in com.iotabits.revisitor used by com.iotabits.revisitor
iReflectiveVisitor
          This is the interface that makes it easier to write visitors then having to declare each visit method in your revisitor.
iVisitable
          This is the starter interface for the pattern.