| Interface | Description |
|---|---|
| IVisit<R> |
Allows visitors to control the visit/traversal
|
| IVisitFilter |
A filter that can be used to restrict the types of objects visited by the visitor
|
| IVisitor<T,R> |
Generic visitor interface for traversals.
|
| Class | Description |
|---|---|
| ClassVisitFilter |
IVisitFilter that restricts visitors to only visiting objects of the specified class |
| Visit<R> |
Implementation of
IVisit used by traversal algorithms |
| Visits |
Utility class that contains visitor/traversal related code
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.