Uses of Enum Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.TypeReference.AnnotationPosition
Packages that use TypeReference.AnnotationPosition
-
Uses of TypeReference.AnnotationPosition in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses with type arguments of type TypeReference.AnnotationPosition in org.aspectj.org.eclipse.jdt.internal.compiler.astModifier and TypeClassDescriptionstatic enumSimplified specification of where in a (possibly complex) type reference we are looking for type annotations.Methods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return TypeReference.AnnotationPositionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TypeReference.AnnotationPosition[]TypeReference.AnnotationPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type TypeReference.AnnotationPositionModifier and TypeMethodDescriptionbooleanArgument.hasNullTypeAnnotation(TypeReference.AnnotationPosition position) booleanArrayTypeReference.hasNullTypeAnnotation(TypeReference.AnnotationPosition position) booleanMethodDeclaration.hasNullTypeAnnotation(TypeReference.AnnotationPosition position) booleanParameterizedQualifiedTypeReference.hasNullTypeAnnotation(TypeReference.AnnotationPosition position) booleanParameterizedSingleTypeReference.hasNullTypeAnnotation(TypeReference.AnnotationPosition position) booleanTypeReference.hasNullTypeAnnotation(TypeReference.AnnotationPosition position)