Class ConstantValue
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Attribute
-
- org.aspectj.apache.bcel.classfile.ConstantValue
-
- All Implemented Interfaces:
Serializable,Cloneable,Node
public final class ConstantValue extends Attribute
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConstantValue(int name_index, int length, int constantvalue_index, ConstantPool constant_pool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)voiddump(DataOutputStream file)intgetConstantValueIndex()StringtoString()-
Methods inherited from class org.aspectj.apache.bcel.classfile.Attribute
getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute
-
-
-
-
Constructor Detail
-
ConstantValue
public ConstantValue(int name_index, int length, int constantvalue_index, ConstantPool constant_pool)
-
-
Method Detail
-
accept
public void accept(ClassVisitor v)
-
dump
public final void dump(DataOutputStream file) throws IOException
- Overrides:
dumpin classAttribute- Throws:
IOException
-
getConstantValueIndex
public final int getConstantValueIndex()
-
-