| Package | Description | 
|---|---|
| oracle.jdeveloper.java.classpath | Contains interfaces for visiting a classpath tree. | 
| oracle.jdeveloper.java.locator | Public implementations of the JavaClassLocator interface. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | JavaTypeVisitorVisits Java type names found in the classpath tree. | 
| interface  | ResourceVisitorVisits resources in a classpath tree. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClasspathTree. visitClasspathTree(ClasspathTreeVisitor visitor)Visit the classpath tree. | 
| void | ClasspathTree. visitClasspathTree(ClasspathTreeVisitor visitor,
                  java.util.EnumSet<ClasspathTreeVisitOptions> options)Visit the classpath tree. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BaseClassLocator. visitClasspathTree(ClasspathTreeVisitor visitor) | 
| void | BaseClassLocator. visitClasspathTree(ClasspathTreeVisitor visitor,
                  java.util.EnumSet<ClasspathTreeVisitOptions> options) |