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 voiddump(java.io.DataOutputStream dos)java.lang.StringgetClassString()intgetIndex()java.lang.StringstringifyValue()-
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:
stringifyValuein classElementValue
-
dump
public void dump(java.io.DataOutputStream dos) throws java.io.IOException- Specified by:
dumpin classElementValue- Throws:
java.io.IOException
-
-