| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.lookup |
| Modifier and Type | Field and Description |
|---|---|
ElementValuePair |
MemberValuePair.compilerElementPair
The representation of this pair in the type system.
|
| Modifier and Type | Method and Description |
|---|---|
ElementValuePair[] |
NormalAnnotation.computeElementValuePairs() |
ElementValuePair[] |
Annotation.computeElementValuePairs() |
ElementValuePair[] |
SingleMemberAnnotation.computeElementValuePairs() |
| Modifier and Type | Field and Description |
|---|---|
static ElementValuePair[] |
Binding.NO_ELEMENT_VALUE_PAIRS |
| Modifier and Type | Method and Description |
|---|---|
ElementValuePair[] |
AnnotationBinding.getElementValuePairs() |
ElementValuePair[] |
UnresolvedAnnotationBinding.getElementValuePairs() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationBinding |
LookupEnvironment.createAnnotation(ReferenceBinding annotationType,
ElementValuePair[] pairs) |
AnnotationBinding |
LookupEnvironment.createUnresolvedAnnotation(ReferenceBinding annotationType,
ElementValuePair[] pairs) |
static void |
AnnotationBinding.setMethodBindings(ReferenceBinding type,
ElementValuePair[] pairs) |
| Constructor and Description |
|---|
AnnotationBinding(ReferenceBinding type,
ElementValuePair[] pairs) |
Copyright © 2015. All rights reserved.