-
Nested Class Summary
Nested classes/interfaces declared in interface AnnotationValue
AnnotationValue.OfAnnotation, AnnotationValue.OfArray, AnnotationValue.OfBoolean, AnnotationValue.OfByte, AnnotationValue.OfChar, AnnotationValue.OfClass, AnnotationValue.OfConstant, AnnotationValue.OfDouble, AnnotationValue.OfEnum, AnnotationValue.OfFloat, AnnotationValue.OfInt, AnnotationValue.OfLong, AnnotationValue.OfShort, AnnotationValue.OfString
static interface
Models an annotation value of an element-value pair.
static interface
Models an array value of an element-value pair.
static interface
Models a boolean value of an element-value pair.
static interface
Models a byte value of an element-value pair.
static interface
Models a char value of an element-value pair.
static interface
Models a class value of an element-value pair.
static interface
Models a constant value of an element-value pair.
static interface
Models a double value of an element-value pair.
static interface
Models an enum value of an element-value pair.
static interface
Models a float value of an element-value pair.
static interface
Models an int value of an element-value pair.
static interface
Models a long value of an element-value pair.
static interface
Models a short value of an element-value pair.
static interface
Models a string value of an element-value pair.
-
Field Summary
TAG_ANNOTATION, TAG_ARRAY, TAG_BOOLEAN, TAG_BYTE, TAG_CHAR, TAG_CLASS, TAG_DOUBLE, TAG_ENUM, TAG_FLOAT, TAG_INT, TAG_LONG, TAG_SHORT, TAG_STRING
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
boolean
Returns the constant boolean value.
Returns the backing integer entry.
Returns the resolved boolean value.
tag
int
Returns the tag character for this value as per JVMS
4.7.16.1.