Dali Provisional API
Release 3.2

Package org.eclipse.jpt.common.core.resource.java

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.
JavaResourceNode Common interface for Java resource nodes (source code or binary).
JavaResourceNode.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.
 

Class Summary
AnnotationDefinition.AnnotationNameTransformer  
JavaResourceAnnotatedElement.AstNodeTypeEquals  
JavaResourceAnnotatedElement.IsAnnotated  
JavaResourceAnnotatedElement.IsAnnotatedWithAnyOf  
JavaResourceClassFile.TypeTransformer  
JavaResourceMember.NameTransformer  
JavaResourceMethod.IsConstructor  
JavaResourceNode.FileTransformer  
JavaResourceNode.Root.TypesTransformer  
JavaResourcePackage.NameTransformer  
JavaResourcePackageFragment.TypesTransformer  
NestableAnnotationDefinition.ContainerAnnotationNameTransformer  
NestableAnnotationDefinition.NestableAnnotationNameTransformer  
 

Enum Summary
JavaResourceAnnotatedElement.AstNodeType The java element's ASTNode type.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.