Klasse LocalVariableAttribute
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.LocalVariableAttribute
- Alle implementierten Schnittstellen:
IClassFileAttribute,ILocalVariableAttribute
Default implementation of ILocalVariableAttribute.
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
NO_ATTRIBUTES -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungLocalVariableAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) Constructor for LocalVariableAttribute. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungAnswer back the local variable table of this entry as specified in the JVM specifications.intAnswer back the local variable table length of this entry 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
-
LocalVariableAttribute
public LocalVariableAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException Constructor for LocalVariableAttribute.- Parameter:
classFileBytes-constantPool-offset-- Löst aus:
ClassFormatException
-
-
Methodendetails
-
getLocalVariableTable
Beschreibung aus Schnittstelle kopiert:ILocalVariableAttributeAnswer back the local variable table of this entry as specified in the JVM specifications. Answer an empty array if none.- Angegeben von:
getLocalVariableTablein SchnittstelleILocalVariableAttribute- Gibt zurück:
- the local variable table of this entry as specified in the JVM specifications. Answer an empty array if none
- Siehe auch:
-
getLocalVariableTableLength
public int getLocalVariableTableLength()Beschreibung aus Schnittstelle kopiert:ILocalVariableAttributeAnswer back the local variable table length of this entry as specified in the JVM specifications.- Angegeben von:
getLocalVariableTableLengthin SchnittstelleILocalVariableAttribute- Gibt zurück:
- the local variable table length of this entry as specified in the JVM specifications
- Siehe auch:
-