Uses of Package
net.vleu.visitomatic

Classes in net.vleu.visitomatic used by net.vleu.visitomatic
Visitable
          Accepts to be visited by a VisitorRunner.
Objects implementing this interface are likely to contain methods or fields annotated by ToVisit.
Visitor
          Objects implementing this interface accepts to visit Visitables.
VisitorRunner
          Allows to run a Visitor on a Visitable.
VisitorRunner.VisitorRunnerException
          Represents an error that occurred during the operation of a VisitorRunner.
VisitorRunner.VisitorRunnerInitialisationException
          Represents an error that occurred during the static analysis of a Visitor.