Interface ElementValue
- All Superinterfaces:
Base<ElementValue>, BaseElementValue, Iterable<ElementValue>, Reference
- All Known Implementing Classes:
AnnotationElementValue, ElementValueArrayInitializerElementValue, ExpressionElementValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final byte -
Method Summary
Methods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
EV_UNKNOWN
static final byte EV_UNKNOWN- See Also:
-
EV_PRIMITIVE_TYPE
static final byte EV_PRIMITIVE_TYPE- See Also:
-
EV_ENUM_CONST_VALUE
static final byte EV_ENUM_CONST_VALUE- See Also:
-
EV_CLASS_INFO
static final byte EV_CLASS_INFO- See Also:
-
EV_ANNOTATION_VALUE
static final byte EV_ANNOTATION_VALUE- See Also:
-
EV_ARRAY_VALUE
static final byte EV_ARRAY_VALUE- See Also:
-