Klasse LocalVariableReferenceInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.LocalVariableReferenceInfo
- Alle implementierten Schnittstellen:
ILocalVariableReferenceInfo
public class LocalVariableReferenceInfo
extends ClassFileStruct
implements ILocalVariableReferenceInfo
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungLocalVariableReferenceInfo(byte[] classFileBytes, IConstantPool constantPool, int offset) Constructor for LocalVariableTableEntry. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintgetIndex()Answer back the resolved position of the local variable as specified in the JVM specifications.intAnswer back the length of this entry as specified in the JVM specifications.intAnswer back the start pc of this entry as specified in the JVM specifications.
-
Konstruktordetails
-
LocalVariableReferenceInfo
public LocalVariableReferenceInfo(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException Constructor for LocalVariableTableEntry.- Parameter:
classFileBytes-constantPool-offset-- Löst aus:
ClassFormatException
-
-
Methodendetails
-
getStartPC
public int getStartPC()Beschreibung aus Schnittstelle kopiert:ILocalVariableReferenceInfoAnswer back the start pc of this entry as specified in the JVM specifications.- Angegeben von:
getStartPCin SchnittstelleILocalVariableReferenceInfo- Gibt zurück:
- the start pc of this entry as specified in the JVM specifications
- Siehe auch:
-
getLength
public int getLength()Beschreibung aus Schnittstelle kopiert:ILocalVariableReferenceInfoAnswer back the length of this entry as specified in the JVM specifications.- Angegeben von:
getLengthin SchnittstelleILocalVariableReferenceInfo- Gibt zurück:
- the length of this entry as specified in the JVM specifications
- Siehe auch:
-
getIndex
public int getIndex()Beschreibung aus Schnittstelle kopiert:ILocalVariableReferenceInfoAnswer back the resolved position of the local variable as specified in the JVM specifications.- Angegeben von:
getIndexin SchnittstelleILocalVariableReferenceInfo- Gibt zurück:
- the resolved position of the local variable as specified in the JVM specifications
- Siehe auch:
-