Package com.iotabits.revisitor

Interface Summary
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.
 

Class Summary
BasicReflectiveVisitor This class an abstract class that implements the Visitor pattern via reflection.
BasicVisitable This is simplest and default implementation of the iVisitable interface.
 

Exception Summary
ReflectiveDispatchException Thrown when there is no useful visitMethod to be had.