Package org.apache.bcel.generic
Class EnumElementValueGen
java.lang.Object
org.apache.bcel.generic.ElementValueGen
org.apache.bcel.generic.EnumElementValueGen
- Since:
- 6.0
-
Field Summary
Fields inherited from class org.apache.bcel.generic.ElementValueGen
ANNOTATION, ARRAY, CLASS, cpGen, ENUM_CONSTANT, PRIMITIVE_BOOLEAN, PRIMITIVE_BYTE, PRIMITIVE_CHAR, PRIMITIVE_DOUBLE, PRIMITIVE_FLOAT, PRIMITIVE_INT, PRIMITIVE_LONG, PRIMITIVE_SHORT, STRING, type
-
Constructor Summary
ModifierConstructorDescriptionprotected
EnumElementValueGen
(int typeIdx, int valueIdx, ConstantPoolGen cpool) This ctor assumes the constant pool already contains the right type and value - as indicated by typeIdx and valueIdx.EnumElementValueGen
(EnumElementValue value, ConstantPoolGen cpool, boolean copyPoolEntries) EnumElementValueGen
(ObjectType t, String value, ConstantPoolGen cpool) -
Method Summary
Modifier and TypeMethodDescriptionvoid
dump
(DataOutputStream dos) Return immutable variant of this EnumElementValueint
int
Methods inherited from class org.apache.bcel.generic.ElementValueGen
copy, getConstantPool, getElementValueType, readElementValue
-
Constructor Details
-
EnumElementValueGen
This ctor assumes the constant pool already contains the right type and value - as indicated by typeIdx and valueIdx. This ctor is used for deserialization -
EnumElementValueGen
-
EnumElementValueGen
-
-
Method Details
-
getElementValue
Return immutable variant of this EnumElementValue- Specified by:
getElementValue
in classElementValueGen
-
dump
- Specified by:
dump
in classElementValueGen
- Throws:
IOException
-
stringifyValue
- Specified by:
stringifyValue
in classElementValueGen
-
getEnumTypeString
-
getEnumValueString
-
getValueIndex
public int getValueIndex() -
getTypeIndex
public int getTypeIndex()
-