| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler.classfmt | |
| org.eclipse.jdt.internal.compiler.env | |
| org.eclipse.jdt.internal.compiler.lookup |
| Modifier and Type | Method and Description |
|---|---|
BinaryTypeBinding.ExternalAnnotationStatus |
ClassFileReader.getExternalAnnotationStatus() |
| Modifier and Type | Method and Description |
|---|---|
BinaryTypeBinding.ExternalAnnotationStatus |
IBinaryType.getExternalAnnotationStatus()
Answer whether a provider for external annotations is associated with this binary type.
|
| Modifier and Type | Field and Description |
|---|---|
BinaryTypeBinding.ExternalAnnotationStatus |
BinaryTypeBinding.externalAnnotationStatus |
| Modifier and Type | Method and Description |
|---|---|
static BinaryTypeBinding.ExternalAnnotationStatus |
BinaryTypeBinding.ExternalAnnotationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryTypeBinding.ExternalAnnotationStatus[] |
BinaryTypeBinding.ExternalAnnotationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.