| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler.ast |
| Modifier and Type | Method and Description |
|---|---|
static TypeReference.AnnotationPosition |
TypeReference.AnnotationPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeReference.AnnotationPosition[] |
TypeReference.AnnotationPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MethodDeclaration.hasNullTypeAnnotation(TypeReference.AnnotationPosition position) |
boolean |
Argument.hasNullTypeAnnotation(TypeReference.AnnotationPosition position) |
boolean |
ArrayTypeReference.hasNullTypeAnnotation(TypeReference.AnnotationPosition position) |
boolean |
TypeReference.hasNullTypeAnnotation(TypeReference.AnnotationPosition position) |
boolean |
ParameterizedQualifiedTypeReference.hasNullTypeAnnotation(TypeReference.AnnotationPosition position) |
boolean |
ParameterizedSingleTypeReference.hasNullTypeAnnotation(TypeReference.AnnotationPosition position) |
Copyright © 2016. All rights reserved.