Uses of Interface
org.aspectj.org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation
Packages that use IBinaryTypeAnnotation
Package
Description
-
Uses of IBinaryTypeAnnotation in org.aspectj.ajdt.internal.core.builder
Methods in org.aspectj.ajdt.internal.core.builder that return IBinaryTypeAnnotation -
Uses of IBinaryTypeAnnotation in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt
Classes in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt that implement IBinaryTypeAnnotationModifier and TypeClassDescriptionclassThe TypeAnnotationInfo class does not currently support type annotations within code blocks (those that have a target type of 0x40 and higher) - it is not yet clear that these need to be accessible.Fields in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt declared as IBinaryTypeAnnotationModifier and TypeFieldDescriptionprotected final IBinaryTypeAnnotation[]TypeAnnotationWalker.typeAnnotationsMethods in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt that return IBinaryTypeAnnotationModifier and TypeMethodDescriptionClassFileReader.getTypeAnnotations()ComponentInfoWithTypeAnnotation.getTypeAnnotations()ExternalAnnotationDecorator.getTypeAnnotations()FieldInfo.getTypeAnnotations()FieldInfoWithTypeAnnotation.getTypeAnnotations()MethodInfo.getTypeAnnotations()RecordComponentInfo.getTypeAnnotations()Methods in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt with parameters of type IBinaryTypeAnnotationModifier and TypeMethodDescriptionstatic StringBinaryTypeFormatter.annotationToString(IBinaryTypeAnnotation typeAnnotation) Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt with parameters of type IBinaryTypeAnnotationModifierConstructorDescriptionNonNullDefaultAwareTypeAnnotationWalker(IBinaryTypeAnnotation[] typeAnnotations, int defaultNullness, LookupEnvironment environment) Create initial walker with non-empty type annotations.TypeAnnotationWalker(IBinaryTypeAnnotation[] typeAnnotations) protectedTypeAnnotationWalker(IBinaryTypeAnnotation[] typeAnnotations, long matchBits, int pathPtr) -
Uses of IBinaryTypeAnnotation in org.aspectj.org.eclipse.jdt.internal.compiler.env
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.env that return IBinaryTypeAnnotationModifier and TypeMethodDescriptionIBinaryField.getTypeAnnotations()Answer the runtime visible and invisible type annotations for this field or null if none.IBinaryMethod.getTypeAnnotations()Answer the type annotations on this method.IBinaryType.getTypeAnnotations()Answer the runtime visible and invisible type annotations for this type or null if none. -
Uses of IBinaryTypeAnnotation in org.aspectj.org.eclipse.jdt.internal.core.hierarchy
Methods in org.aspectj.org.eclipse.jdt.internal.core.hierarchy that return IBinaryTypeAnnotation -
Uses of IBinaryTypeAnnotation in org.aspectj.org.eclipse.jdt.internal.eval
Methods in org.aspectj.org.eclipse.jdt.internal.eval that return IBinaryTypeAnnotationModifier and TypeMethodDescriptionCodeSnippetSkeleton.BinaryMethodSkeleton.getTypeAnnotations()CodeSnippetSkeleton.getTypeAnnotations()