Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.codegen.AnnotationContext
Packages that use AnnotationContext
Package
Description
-
Uses of AnnotationContext in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return AnnotationContextMethod parameters in org.aspectj.org.eclipse.jdt.internal.compiler.ast with type arguments of type AnnotationContextModifier and TypeMethodDescriptionvoidArrayAllocationExpression.getAllAnnotationContexts(int targetType, int info, List<AnnotationContext> allTypeAnnotationContexts) voidFieldDeclaration.getAllAnnotationContexts(int targetType, List<AnnotationContext> allAnnotationContexts) voidLocalDeclaration.getAllAnnotationContexts(int targetType, int parameterIndex, List<AnnotationContext> allAnnotationContexts) voidLocalDeclaration.getAllAnnotationContexts(int targetType, LocalVariableBinding localVariable, List<AnnotationContext> allAnnotationContexts) voidRecordComponent.getAllAnnotationContexts(int targetType, List<AnnotationContext> allAnnotationContexts) voidTypeParameter.getAllAnnotationContexts(int targetType, int typeParameterIndex, List<AnnotationContext> allAnnotationContexts) voidTypeReference.getAllAnnotationContexts(int targetType, int info, int typeIndex, List<AnnotationContext> allAnnotationContexts) voidTypeReference.getAllAnnotationContexts(int targetType, int info, List<AnnotationContext> allAnnotationContexts) info can be either a type index (superclass/superinterfaces) or a pc into the bytecodevoidTypeReference.getAllAnnotationContexts(int targetType, int info, List<AnnotationContext> allAnnotationContexts, Annotation[] se7Annotations) voidTypeReference.getAllAnnotationContexts(int targetType, int info, List<AnnotationContext> allAnnotationContexts, Annotation[][] annotationsOnDimensions, int dimensions) info can be either a type index (superclass/superinterfaces) or a pc into the bytecodevoidTypeReference.getAllAnnotationContexts(int targetType, List<AnnotationContext> allAnnotationContexts) -
Uses of AnnotationContext in org.aspectj.org.eclipse.jdt.internal.compiler.codegen
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.codegen with type parameters of type AnnotationContext