public static class AnnotationsReader.AnnotationAttribute extends java.lang.Object implements AnnotationsReader.ElementValue
annotation {
u2 type_index;
u2 num_element_value_pairs;
{ u2 element_name_index;
element_value value;
} element_value_pairs[num_element_value_pairs];
See the JVM specification section 4.7.16 for details.
This class implements AnnotationsReader.ElementValue to handle nested annotations.
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<java.lang.String,AnnotationsReader.ElementValue> |
elementValues
the arguments to the annotation
|
java.lang.String |
type
the type of the annotation
|
| Constructor and Description |
|---|
AnnotationAttribute(java.lang.String type,
java.util.Map<java.lang.String,AnnotationsReader.ElementValue> elementValues) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final java.lang.String type
public final java.util.Map<java.lang.String,AnnotationsReader.ElementValue> elementValues
public AnnotationAttribute(java.lang.String type,
java.util.Map<java.lang.String,AnnotationsReader.ElementValue> elementValues)