Package org.apache.bcel.classfile
Class ClassElementValue
- java.lang.Object
-
- org.apache.bcel.classfile.ElementValue
-
- org.apache.bcel.classfile.ClassElementValue
-
public class ClassElementValue extends ElementValue
- Since:
- 6.0
-
-
Field Summary
-
Fields inherited from class org.apache.bcel.classfile.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 Summary
Constructors Constructor Description ClassElementValue(int type, int idx, ConstantPool cpool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dump(java.io.DataOutputStream dos)
java.lang.String
getClassString()
int
getIndex()
java.lang.String
stringifyValue()
-
Methods inherited from class org.apache.bcel.classfile.ElementValue
getElementValueType, readElementValue, toShortString, toString
-
-
-
-
Constructor Detail
-
ClassElementValue
public ClassElementValue(int type, int idx, ConstantPool cpool)
-
-
Method Detail
-
getIndex
public int getIndex()
-
getClassString
public java.lang.String getClassString()
-
stringifyValue
public java.lang.String stringifyValue()
- Specified by:
stringifyValue
in classElementValue
-
dump
public void dump(java.io.DataOutputStream dos) throws java.io.IOException
- Specified by:
dump
in classElementValue
- Throws:
java.io.IOException
-
-