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 byteEV_ANNOTATION_VALUEstatic byteEV_ARRAY_VALUEstatic byteEV_CLASS_INFOstatic byteEV_ENUM_CONST_VALUEstatic byteEV_PRIMITIVE_TYPEstatic byteEV_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
-
-