public class ClassElementValue 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 |
---|
ClassElementValue(int type,
int idx,
ConstantPool cpool) |
Modifier and Type | Method and Description |
---|---|
void |
dump(java.io.DataOutputStream dos) |
java.lang.String |
getClassString() |
int |
getIndex() |
java.lang.String |
stringifyValue() |
getElementValueType, readElementValue, toShortString, toString
public ClassElementValue(int type, int idx, ConstantPool cpool)
public int getIndex()
public java.lang.String getClassString()
public java.lang.String stringifyValue()
stringifyValue
in class ElementValue
public void dump(java.io.DataOutputStream dos) throws java.io.IOException
dump
in class ElementValue
java.io.IOException