|
Interface Summary |
| Annotation |
Common Java resource annotation behavior
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| AnnotationDefinition |
Used to build Annotations discovered in the Java source code. |
| JavaResourceAbstractType |
Java source code or binary type. |
| JavaResourceAnnotatedElement |
Java source code or binary annotated element. |
| JavaResourceAttribute |
Java source code or binary attribute (field/method)
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| JavaResourceClassFile |
Java class file
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| JavaResourceCompilationUnit |
Dali resource for JDT compilation unit (i.e. a Java source code file). |
| JavaResourceEnum |
Java source code or binary enum. |
| JavaResourceEnumConstant |
Java source code or binary enum constant
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| JavaResourceField |
Java source code or binary field
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| JavaResourceMember |
Java source code or binary persistent member. |
| JavaResourceMethod |
Java source code or binary method
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| JavaResourceModel |
Common interface for Java resource nodes (source code or binary). |
| JavaResourceModel.Root |
Root of Java resource model containment hierarchy. |
| JavaResourcePackage |
|
| JavaResourcePackageFragment |
Java package fragment
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| JavaResourcePackageFragmentRoot |
Java package fragement root (i.e. a claspath entry: either a directory or
a .jar). |
| JavaResourcePackageInfoCompilationUnit |
Dali resource for JDT compilation unit named package-info.java. |
| JavaResourceType |
Java source code or binary class or interface. |
| JavaResourceTypeCache |
Java persistent type cache - used to hold "external" types
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| NestableAnnotation |
Interface for dealing with annotations that can be "nested" within other
annotations, typically within arrays. |
| NestableAnnotationDefinition |
Used to build NestableAnnotations discovered in the Java source code. |