org.apache.bcel.classfile
public class EnumElementValue extends ElementValue
| Constructor Summary | |
|---|---|
| EnumElementValue(int type, int typeIdx, int valueIdx, ConstantPool cpool) | |
| Method Summary | |
|---|---|
| void | dump(DataOutputStream dos) |
| String | getEnumTypeString() |
| String | getEnumValueString() |
| int | getTypeIndex() |
| int | getValueIndex() |
| String | stringifyValue() |