Uses of Interface
org.eclipse.jdt.core.IAnnotation

Packages that use IAnnotation
org.eclipse.jdt.core   
org.eclipse.jdt.internal.codeassist   
org.eclipse.jdt.internal.codeassist.impl   
org.eclipse.jdt.internal.core   
org.eclipse.jdt.internal.core.util   
 

Uses of IAnnotation in org.eclipse.jdt.core
 

Methods in org.eclipse.jdt.core that return IAnnotation
 IAnnotation IAnnotatable.getAnnotation(java.lang.String name)
          Returns the annotation with the given name declared on this element.
 IAnnotation[] IAnnotatable.getAnnotations()
          Returns the annotations for this element.
 

Uses of IAnnotation in org.eclipse.jdt.internal.codeassist
 

Methods in org.eclipse.jdt.internal.codeassist that return IAnnotation
protected  IAnnotation CompletionUnitStructureRequestor.acceptAnnotation(Annotation annotation, AnnotatableInfo parentInfo, JavaElement parentHandle)
           
 

Uses of IAnnotation in org.eclipse.jdt.internal.codeassist.impl
 

Classes in org.eclipse.jdt.internal.codeassist.impl that implement IAnnotation
 class AssistAnnotation
           
 

Methods in org.eclipse.jdt.internal.codeassist.impl that return IAnnotation
 IAnnotation AssistSourceType.getAnnotation(java.lang.String annotationName)
           
 IAnnotation AssistSourceMethod.getAnnotation(java.lang.String annotationName)
           
 IAnnotation AssistPackageDeclaration.getAnnotation(java.lang.String name)
           
 IAnnotation AssistSourceField.getAnnotation(java.lang.String annotationName)
           
 

Uses of IAnnotation in org.eclipse.jdt.internal.core
 

Classes in org.eclipse.jdt.internal.core that implement IAnnotation
 class Annotation
           
 

Fields in org.eclipse.jdt.internal.core declared as IAnnotation
 IAnnotation[] LocalVariable.annotations
           
protected  IAnnotation[] AnnotatableInfo.annotations
           
static IAnnotation[] Annotation.NO_ANNOTATIONS
           
 

Methods in org.eclipse.jdt.internal.core that return IAnnotation
protected  IAnnotation CompilationUnitStructureRequestor.acceptAnnotation(Annotation annotation, AnnotatableInfo parentInfo, JavaElement parentHandle)
           
 IAnnotation LocalVariable.getAnnotation(java.lang.String annotationName)
           
 IAnnotation SourceRefElement.getAnnotation(java.lang.String name)
           
 IAnnotation[] SourceType.getAnnotations()
           
 IAnnotation[] LocalVariable.getAnnotations()
           
 IAnnotation[] BinaryType.getAnnotations()
           
 IAnnotation[] SourceRefElement.getAnnotations()
           
protected  IAnnotation[] BinaryMember.getAnnotations(IBinaryAnnotation[] binaryAnnotations, long tagBits)
           
protected  IAnnotation[] BinaryMember.getStandardAnnotations(long tagBits)
           
 

Uses of IAnnotation in org.eclipse.jdt.internal.core.util
 

Methods in org.eclipse.jdt.internal.core.util that return IAnnotation
static IAnnotation Util.getAnnotation(JavaElement parent, IBinaryAnnotation binaryAnnotation, java.lang.String memberValuePairName)