Schnittstelle ILocalVariableReferenceInfo

Alle bekannten Implementierungsklassen:
LocalVariableReferenceInfo

public interface ILocalVariableReferenceInfo
Description of a local variable reference info table entry as specified in the JVM specifications. This interface may be implemented by clients.
Seit:
3.10
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int
    Answer back the resolved position of the local variable as specified in the JVM specifications.
    int
    Answer back the length of this entry as specified in the JVM specifications.
    int
    Answer back the start pc of this entry as specified in the JVM specifications.
  • Methodendetails

    • getStartPC

      int getStartPC()
      Answer back the start pc of this entry as specified in the JVM specifications.
      Gibt zurück:
      the start pc of this entry as specified in the JVM specifications
    • getLength

      int getLength()
      Answer back the length of this entry as specified in the JVM specifications.
      Gibt zurück:
      the length of this entry as specified in the JVM specifications
    • getIndex

      int getIndex()
      Answer back the resolved position of the local variable as specified in the JVM specifications.
      Gibt zurück:
      the resolved position of the local variable as specified in the JVM specifications