public class EnumElementValue extends ElementValue
ANNOTATION, ARRAY, CLASS, cpool, ENUM_CONSTANT, PRIMITIVE_BOOLEAN, PRIMITIVE_BYTE, PRIMITIVE_CHAR, PRIMITIVE_DOUBLE, PRIMITIVE_FLOAT, PRIMITIVE_INT, PRIMITIVE_LONG, PRIMITIVE_SHORT, STRING, type
Constructor and Description |
---|
EnumElementValue(int type,
int typeIdx,
int valueIdx,
ConstantPool cpool) |
Modifier and Type | Method and Description |
---|---|
void |
dump(java.io.DataOutputStream dos) |
java.lang.String |
stringifyValue() |
readElementValue, toString
public EnumElementValue(int type, int typeIdx, int valueIdx, ConstantPool cpool)
public void dump(java.io.DataOutputStream dos) throws java.io.IOException
dump
in class ElementValue
java.io.IOException
public java.lang.String stringifyValue()
stringifyValue
in class ElementValue
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.