| Class | Description |
|---|---|
| GenericVisitor<BaseType> |
A generic visitor class.
|
| Annotation Type | Description |
|---|---|
| Accepts |
Annotation for marking an acceptor method.
|
| Visits |
Annotation for marking a visitor method.
|
| VisitsAfter |
Annotation for marking a visitor which is called after the main visitor is.
|
| VisitsBefore |
Annotation for marking a visitor method which is called before the main
visitor is.
|