Uses of Interface
org.aspectj.org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation
Packages that use IBinaryAnnotation
Package
Description
-
Uses of IBinaryAnnotation in org.aspectj.ajdt.internal.core.builder
Methods in org.aspectj.ajdt.internal.core.builder that return IBinaryAnnotation -
Uses of IBinaryAnnotation in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt
Classes in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt that implement IBinaryAnnotationMethods in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt that return IBinaryAnnotationModifier and TypeMethodDescriptionTypeAnnotationInfo.getAnnotation()AnnotationMethodInfoWithAnnotations.getAnnotations()ClassFileReader.getAnnotations()ComponentInfoWithAnnotation.getAnnotations()ExternalAnnotationDecorator.getAnnotations()FieldInfo.getAnnotations()FieldInfoWithAnnotation.getAnnotations()MethodInfo.getAnnotations()MethodInfoWithAnnotations.getAnnotations()ModuleInfo.getAnnotations()RecordComponentInfo.getAnnotations()ExternalAnnotationProvider.TypeParametersAnnotationWalker.getAnnotationsAtCursor(int currentTypeId, boolean mayApplyArrayContentsDefaultNullness) NonNullDefaultAwareTypeAnnotationWalker.getAnnotationsAtCursor(int currentTypeId, boolean mayApplyArrayContentsDefaultNullness) TypeAnnotationWalker.getAnnotationsAtCursor(int currentTypeId, boolean mayApplyArrayContentsDefaultNullness) MethodInfo.getParameterAnnotations(int index, char[] classFileName) Methods in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt with parameters of type IBinaryAnnotationModifier and TypeMethodDescriptionstatic StringBinaryTypeFormatter.annotationToString(IBinaryAnnotation annotation) -
Uses of IBinaryAnnotation in org.aspectj.org.eclipse.jdt.internal.compiler.env
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.env declared as IBinaryAnnotationModifier and TypeFieldDescriptionstatic final IBinaryAnnotation[]ITypeAnnotationWalker.NO_ANNOTATIONSMethods in org.aspectj.org.eclipse.jdt.internal.compiler.env that return IBinaryAnnotationModifier and TypeMethodDescriptionIBinaryTypeAnnotation.getAnnotation()IBinaryField.getAnnotations()Answer the runtime visible and invisible annotations for this field or null if none.IBinaryMethod.getAnnotations()Answer the runtime visible and invisible annotations for this method or null if none.IBinaryModule.getAnnotations()IBinaryType.getAnnotations()Answer the runtime visible and invisible annotations for this type or null if none.ITypeAnnotationWalker.getAnnotationsAtCursor(int currentTypeId, boolean mayApplyArrayContentsDefaultNullness) Retrieve the type annotations at the current position reached by invocations of toXYZ() methods.IBinaryMethod.getParameterAnnotations(int index, char[] classFileName) Answer the annotations on theindexth parameter or null if none -
Uses of IBinaryAnnotation in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type IBinaryAnnotationModifier and TypeMethodDescriptionbooleanLookupEnvironment.containsNullTypeAnnotation(IBinaryAnnotation[] typeAnnotations) static AnnotationBinding[]BinaryTypeBinding.createAnnotations(IBinaryAnnotation[] annotationInfos, LookupEnvironment env, char[][][] missingTypeNames) protected longBinaryTypeBinding.scanForOwningAnnotation(IBinaryAnnotation[] annotations) -
Uses of IBinaryAnnotation in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type IBinaryAnnotationModifier and TypeMethodDescriptionprotected IAnnotation[]BinaryMember.getAnnotations(IBinaryAnnotation[] binaryAnnotations, long tagBits) -
Uses of IBinaryAnnotation in org.aspectj.org.eclipse.jdt.internal.core.hierarchy
Methods in org.aspectj.org.eclipse.jdt.internal.core.hierarchy that return IBinaryAnnotation -
Uses of IBinaryAnnotation in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type IBinaryAnnotationModifier and TypeMethodDescriptionstatic IAnnotationUtil.getAnnotation(JavaElement parent, IBinaryAnnotation binaryAnnotation, String memberValuePairName) -
Uses of IBinaryAnnotation in org.aspectj.org.eclipse.jdt.internal.eval
Methods in org.aspectj.org.eclipse.jdt.internal.eval that return IBinaryAnnotationModifier and TypeMethodDescriptionCodeSnippetSkeleton.BinaryMethodSkeleton.getAnnotations()CodeSnippetSkeleton.getAnnotations()CodeSnippetSkeleton.BinaryMethodSkeleton.getParameterAnnotations(int index, char[] classFileName)