Interface ElementValue
-
- All Superinterfaces:
Base<ElementValue>
,BaseElementValue
,java.lang.Iterable<ElementValue>
,Reference
- All Known Implementing Classes:
AnnotationElementValue
,ElementValueArrayInitializerElementValue
,ExpressionElementValue
public interface ElementValue extends BaseElementValue
-
-
Field Summary
Fields Modifier and Type Field Description static byte
EV_ANNOTATION_VALUE
static byte
EV_ARRAY_VALUE
static byte
EV_CLASS_INFO
static byte
EV_ENUM_CONST_VALUE
static byte
EV_PRIMITIVE_TYPE
static byte
EV_UNKNOWN
-
-
-
Field Detail
-
EV_UNKNOWN
static final byte EV_UNKNOWN
- See Also:
- Constant Field Values
-
EV_PRIMITIVE_TYPE
static final byte EV_PRIMITIVE_TYPE
- See Also:
- Constant Field Values
-
EV_ENUM_CONST_VALUE
static final byte EV_ENUM_CONST_VALUE
- See Also:
- Constant Field Values
-
EV_CLASS_INFO
static final byte EV_CLASS_INFO
- See Also:
- Constant Field Values
-
EV_ANNOTATION_VALUE
static final byte EV_ANNOTATION_VALUE
- See Also:
- Constant Field Values
-
EV_ARRAY_VALUE
static final byte EV_ARRAY_VALUE
- See Also:
- Constant Field Values
-
-