All Classes and Interfaces
Interfaces
Class
Description
The interface
Acceptable must be implemented by all classes that want to accept visitor
objects.GenericAcceptable<VISITOR extends GenericVisitor<VISITOR,ACCEPTABLE>,ACCEPTABLE extends GenericAcceptable<VISITOR,ACCEPTABLE>>
The interface
GenericAcceptable must be implemented by all classes that want to accept
visitor objects.GenericVisitor<VISITOR extends GenericVisitor<VISITOR,ACCEPTABLE>,ACCEPTABLE extends GenericAcceptable<VISITOR,ACCEPTABLE>>
The interface
GenericVisitor must be implemented by all classes that want to be visitor
objects and provide a custom algorithm.The interface
Visitor must be implemented by all classes that want to be visitor objects
and provide a custom algorithm.