Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.common.core.utility.jdt.AnnotatedElement

Packages that use AnnotatedElement
org.eclipse.jpt.common.core   
org.eclipse.jpt.common.core.resource.java   
org.eclipse.jpt.common.core.utility.jdt   
 

Uses of AnnotatedElement in org.eclipse.jpt.common.core
 

Methods in org.eclipse.jpt.common.core with parameters of type AnnotatedElement
 Annotation GenericAnnotationProvider.buildAnnotation(JavaResourceAnnotatedElement parent, AnnotatedElement element, String annotationName)
           
 Annotation AnnotationProvider.buildAnnotation(JavaResourceAnnotatedElement parent, AnnotatedElement element, String annotationName)
          Build an annotation with the specified name.
 NestableAnnotation GenericAnnotationProvider.buildAnnotation(JavaResourceAnnotatedElement parent, AnnotatedElement element, String annotationName, int index)
           
 NestableAnnotation AnnotationProvider.buildAnnotation(JavaResourceAnnotatedElement parent, AnnotatedElement element, String annotationName, int index)
          Build a nestable annotation with the specified name and index.
 

Uses of AnnotatedElement in org.eclipse.jpt.common.core.resource.java
 

Methods in org.eclipse.jpt.common.core.resource.java with parameters of type AnnotatedElement
 Annotation AnnotationDefinition.buildAnnotation(JavaResourceAnnotatedElement parent, AnnotatedElement annotatedElement)
          Build and return an annotation for the specified annotated element.
 NestableAnnotation NestableAnnotationDefinition.buildAnnotation(JavaResourceAnnotatedElement parent, AnnotatedElement annotatedElement, int index)
          Build and return an annotation for the specified annotated element.
 

Uses of AnnotatedElement in org.eclipse.jpt.common.core.utility.jdt
 

Subinterfaces of AnnotatedElement in org.eclipse.jpt.common.core.utility.jdt
 interface AbstractType
          AbstractType: just some covariant overrides.
 interface AnnotatedPackage
           
 interface Attribute
          Attributes are either represented by fields ('foo') or properties/method pairs ('getFoo()'/'setFoo()').
 interface Enum
          Enum: some covariant overrides plus enumConstants Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EnumConstant
          Enum constants are part of Enums Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface FieldAttribute
          Field attribute: just some covariant overrides.
 interface Member
          Dali manipulates annotations on members (types, fields, and methods).
 interface MethodAttribute
          Method attribute: just some covariant overrides.
 interface Type
          Type: nestedTypes, nestedEnums, fields, and methods.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.