Klasse StackMapAttribute
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.StackMapAttribute
- Alle implementierten Schnittstellen:
IClassFileAttribute,IStackMapAttribute
Default implementation of IStackMapAttribute.
- Siehe auch:
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
NO_ATTRIBUTES -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungStackMapAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) Constructor for LineNumberAttribute. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbyte[]getBytes()intAnswer back the number of stack map frames of this atribute as specified in the JVM specifications.Answer back the stack map frames for this attribute as specified in the JVM specifications.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
-
Konstruktordetails
-
StackMapAttribute
public StackMapAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException Constructor for LineNumberAttribute.- Parameter:
classFileBytes-constantPool-offset-- Löst aus:
ClassFormatException
-
-
Methodendetails
-
getNumberOfEntries
public int getNumberOfEntries()Beschreibung aus Schnittstelle kopiert:IStackMapAttributeAnswer back the number of stack map frames of this atribute as specified in the JVM specifications.- Angegeben von:
getNumberOfEntriesin SchnittstelleIStackMapAttribute- Gibt zurück:
- the number of stack map frames of this atribute as specified in the JVM specifications
-
getStackMapFrame
Beschreibung aus Schnittstelle kopiert:IStackMapAttributeAnswer back the stack map frames for this attribute as specified in the JVM specifications.- Angegeben von:
getStackMapFramein SchnittstelleIStackMapAttribute- Gibt zurück:
- the stack map frames for this attribute as specified in the JVM specifications
-
getBytes
public byte[] getBytes()
-