Klasse LocalVariableTypeTableEntry
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.LocalVariableTypeTableEntry
- Alle implementierten Schnittstellen:
ILocalVariableTypeTableEntry
public class LocalVariableTypeTableEntry
extends ClassFileStruct
implements ILocalVariableTypeTableEntry
Default implementation of ILocalVariableTypeTableEntry
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungLocalVariableTypeTableEntry(byte[] classFileBytes, IConstantPool constantPool, int offset) Constructor for LocalVariableTypeTableEntry. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintgetIndex()Answer back the index of this entry as specified in the JVM specifications.intAnswer back the length of this entry as specified in the JVM specifications.char[]getName()Answer back the name of this entry as specified in the JVM specifications.intAnswer back the name index in the constant pool of this entry as specified in the JVM specifications.char[]Answer back the signature of this entry as specified in the JVM specifications.intAnswer back the signature index in the constant pool of this entry as specified in the JVM specifications.intAnswer back the start pc of this entry as specified in the JVM specifications.
-
Konstruktordetails
-
LocalVariableTypeTableEntry
public LocalVariableTypeTableEntry(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException Constructor for LocalVariableTypeTableEntry.- Parameter:
classFileBytes-constantPool-offset-- Löst aus:
ClassFormatException
-
-
Methodendetails
-
getStartPC
public int getStartPC()Beschreibung aus Schnittstelle kopiert:ILocalVariableTypeTableEntryAnswer back the start pc of this entry as specified in the JVM specifications.- Angegeben von:
getStartPCin SchnittstelleILocalVariableTypeTableEntry- 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:ILocalVariableTypeTableEntryAnswer back the length of this entry as specified in the JVM specifications.- Angegeben von:
getLengthin SchnittstelleILocalVariableTypeTableEntry- Gibt zurück:
- the length of this entry as specified in the JVM specifications
- Siehe auch:
-
getNameIndex
public int getNameIndex()Beschreibung aus Schnittstelle kopiert:ILocalVariableTypeTableEntryAnswer back the name index in the constant pool of this entry as specified in the JVM specifications.- Angegeben von:
getNameIndexin SchnittstelleILocalVariableTypeTableEntry- Gibt zurück:
- the name index in the constant pool of this entry as specified in the JVM specifications
- Siehe auch:
-
getSignatureIndex
public int getSignatureIndex()Beschreibung aus Schnittstelle kopiert:ILocalVariableTypeTableEntryAnswer back the signature index in the constant pool of this entry as specified in the JVM specifications.- Angegeben von:
getSignatureIndexin SchnittstelleILocalVariableTypeTableEntry- Gibt zurück:
- the signature index in the constant pool of this entry as specified in the JVM specifications
- Siehe auch:
-
getIndex
public int getIndex()Beschreibung aus Schnittstelle kopiert:ILocalVariableTypeTableEntryAnswer back the index of this entry as specified in the JVM specifications.- Angegeben von:
getIndexin SchnittstelleILocalVariableTypeTableEntry- Gibt zurück:
- the index of this entry as specified in the JVM specifications
- Siehe auch:
-
getName
public char[] getName()Beschreibung aus Schnittstelle kopiert:ILocalVariableTypeTableEntryAnswer back the name of this entry as specified in the JVM specifications.- Angegeben von:
getNamein SchnittstelleILocalVariableTypeTableEntry- Gibt zurück:
- the name of this entry as specified in the JVM specifications
- Siehe auch:
-
getSignature
public char[] getSignature()Beschreibung aus Schnittstelle kopiert:ILocalVariableTypeTableEntryAnswer back the signature of this entry as specified in the JVM specifications.- Angegeben von:
getSignaturein SchnittstelleILocalVariableTypeTableEntry- Gibt zurück:
- the signature of this entry as specified in the JVM specifications
- Siehe auch:
-