| Package | Description | 
|---|---|
| oracle.jdeveloper.java.classpath | 
 Contains interfaces for visiting a classpath tree. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClasspathTreeVisitResult | 
ClasspathTreeVisitor.postVisitSubtree(java.lang.Object classpathTreeNode)
Called after a subtree of the classpath tree is visited. 
 | 
ClasspathTreeVisitResult | 
ClasspathTreeVisitor.preVisitSubtree(java.lang.Object classpathTreeNode)
Called before a subtree of the classpath tree is visited. 
 | 
static ClasspathTreeVisitResult | 
ClasspathTreeVisitResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ClasspathTreeVisitResult[] | 
ClasspathTreeVisitResult.values()
Returns an array containing the constants of this enum type, in the order they are declared. 
 | 
ClasspathTreeVisitResult | 
JavaTypeVisitor.visitJavaTypes(java.util.Collection<JavaTypeVisitor.JavaType> types)
Visit Java types. 
 | 
ClasspathTreeVisitResult | 
ResourceVisitor.visitResources(java.util.Collection<java.net.URL> resources)
Visit resources. 
 |