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

    Konstruktoren
    Konstruktor
    Beschreibung
    LocalVariableTypeTableEntry(byte[] classFileBytes, IConstantPool constantPool, int offset)
    Constructor for LocalVariableTypeTableEntry.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int
    Answer back the index of this entry as specified in the JVM specifications.
    int
    Answer back the length of this entry as specified in the JVM specifications.
    char[]
    Answer back the name of this entry as specified in the JVM specifications.
    int
    Answer 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.
    int
    Answer back the signature index in the constant pool of this entry as specified in the JVM specifications.
    int
    Answer back the start pc of this entry as specified in the JVM specifications.

    Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct

    doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8At

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait