|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
Acceptable | The acceptable should be able to provide all the methods that will be need to accomplish the traverse of the data structure. |
Visitable | |
Visitor | The visitor provide the additional functionality to an existing data structure. |
Class Summary | |
InheritableVisitor | It used to visit the lowest level class to be visited first, then go to the parent class if cannot find the visit function. |
TwoParamVisitor | This class looks over the interfaces of the objects |
VisitableImp | This class is an implementation of Visitable interface. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |