Uses of Interface
org.aspectj.org.eclipse.jdt.core.IAnnotation
Packages that use IAnnotation
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
-
Uses of IAnnotation in org.aspectj.org.eclipse.jdt.core
Methods in org.aspectj.org.eclipse.jdt.core that return IAnnotationModifier and TypeMethodDescriptionIAnnotatable.getAnnotation(String name) Returns the annotation with the given name declared on this element.IAnnotatable.getAnnotations()Returns the annotations for this element. -
Uses of IAnnotation in org.aspectj.org.eclipse.jdt.internal.codeassist
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist that return IAnnotationModifier and TypeMethodDescriptionprotected IAnnotationCompletionUnitStructureRequestor.acceptAnnotation(Annotation annotation, AnnotatableInfo parentInfo, JavaElement parentHandle) -
Uses of IAnnotation in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Classes in org.aspectj.org.eclipse.jdt.internal.codeassist.impl that implement IAnnotationMethods in org.aspectj.org.eclipse.jdt.internal.codeassist.impl that return IAnnotation -
Uses of IAnnotation in org.aspectj.org.eclipse.jdt.internal.core
Classes in org.aspectj.org.eclipse.jdt.internal.core that implement IAnnotationFields in org.aspectj.org.eclipse.jdt.internal.core declared as IAnnotationModifier and TypeFieldDescriptionprotected IAnnotation[]AnnotatableInfo.annotationsLocalVariable.annotationsIAnnotation[][]LocalVariable.annotationsOnDimensionsstatic final IAnnotation[]Annotation.NO_ANNOTATIONSMethods in org.aspectj.org.eclipse.jdt.internal.core that return IAnnotationModifier and TypeMethodDescriptionprotected IAnnotationCompilationUnitStructureRequestor.acceptAnnotation(Annotation annotation, AnnotatableInfo parentInfo, JavaElement parentHandle) LocalVariable.getAnnotation(String annotationName) SourceRefElement.getAnnotation(String name) protected IAnnotation[]BinaryMember.getAnnotations(IBinaryAnnotation[] binaryAnnotations, long tagBits) BinaryMethod.getAnnotations()BinaryModule.getAnnotations()BinaryType.getAnnotations()LocalVariable.getAnnotations()SourceRefElement.getAnnotations()SourceType.getAnnotations()protected IAnnotation[]BinaryMember.getStandardAnnotations(long tagBits) -
Uses of IAnnotation in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util that return IAnnotationModifier and TypeMethodDescriptionstatic IAnnotationUtil.getAnnotation(JavaElement parent, IBinaryAnnotation binaryAnnotation, String memberValuePairName)