Klasse 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
- Alle implementierten Schnittstellen:
IClassFileAttribute,IConstantValueAttribute
Default implementation of IConstantValueAttribute.
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
NO_ATTRIBUTES -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungAnswer back the constant pool entry that represents the constant value of this attribute.intAnswer back the constant value index.Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndexVon Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8AtVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.aspectj.org.eclipse.jdt.core.util.IClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
-
Methodendetails
-
getConstantValue
Beschreibung aus Schnittstelle kopiert:IConstantValueAttributeAnswer back the constant pool entry that represents the constant value of this attribute.- Angegeben von:
getConstantValuein SchnittstelleIConstantValueAttribute- Gibt zurück:
- the constant pool entry that represents the constant value of this attribute
- Siehe auch:
-
getConstantValueIndex
public int getConstantValueIndex()Beschreibung aus Schnittstelle kopiert:IConstantValueAttributeAnswer back the constant value index.- Angegeben von:
getConstantValueIndexin SchnittstelleIConstantValueAttribute- Gibt zurück:
- the constant value index
- Siehe auch:
-