| Interface | Description |
|---|---|
| HierarchicalVisitor<NODE,LEAF,ThrowableType extends Throwable> |
Visitor to visit hierarchies.
|
| Visitable<T> |
Interface that visitable objects should implement.
|
| VisitableHierarchy<NODE,LEAF> |
Interface that visitable hierarchies of objects should implement.
|
| Visitor<T,ThrowableType extends Throwable> |
Generic Visitor interface.
|
| Class | Description |
|---|---|
| AccessibleObjects | |
| Annotations |
Useful methods for handling Annotations.
|
| Classes |
Useful methods for handling Classes.
|
| Collectors |
Implementations of
Collector missing from the JDK. |
| Constructors |
Useful methods for handling Constructors.
|
| Fields |
Useful methods for handling Fields.
|
| HierarchicalVisitorAdapter<NODE,LEAF,ThrowableType extends Throwable> |
Generic Hierarchical Visitor interface.
|
| Methods |
Useful methods for handling Methods.
|