public class ConstantValueAttribute extends ClassFileAttribute implements IConstantValueAttribute
NO_ATTRIBUTES| Modifier and Type | Method and Description |
|---|---|
IConstantPoolEntry |
getConstantValue()
Answer back the constant pool entry that represents the constant
value of this attribute.
|
int |
getConstantValueIndex()
Answer back the constant value index.
|
getAttributeLength, getAttributeName, getAttributeNameIndexdoubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8Atclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeLength, getAttributeName, getAttributeNameIndexpublic IConstantPoolEntry getConstantValue()
IConstantValueAttributegetConstantValue in interface IConstantValueAttributeIConstantValueAttribute.getConstantValue()public int getConstantValueIndex()
IConstantValueAttributegetConstantValueIndex in interface IConstantValueAttributeIConstantValueAttribute.getConstantValueIndex()