Class ConstantValueAttribute
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
org.aspectj.org.eclipse.jdt.internal.core.util.ConstantValueAttribute
- All Implemented Interfaces:
IClassFileAttribute, IConstantValueAttribute
Default implementation of IConstantValueAttribute.
-
Field Summary
Fields inherited from class ClassFileAttribute
NO_ATTRIBUTES -
Method Summary
Modifier and TypeMethodDescriptionAnswer back the constant pool entry that represents the constant value of this attribute.intAnswer back the constant value index.Methods inherited from class ClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndexMethods inherited from class ClassFileStruct
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8AtMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
-
Method Details
-
getConstantValue
Description copied from interface:IConstantValueAttributeAnswer back the constant pool entry that represents the constant value of this attribute.- Specified by:
getConstantValuein interfaceIConstantValueAttribute- Returns:
- the constant pool entry that represents the constant value of this attribute
- See Also:
-
getConstantValueIndex
public int getConstantValueIndex()Description copied from interface:IConstantValueAttributeAnswer back the constant value index.- Specified by:
getConstantValueIndexin interfaceIConstantValueAttribute- Returns:
- the constant value index
- See Also:
-