Schnittstelle ILineNumberAttribute

Alle Superschnittstellen:
IClassFileAttribute
Alle bekannten Implementierungsklassen:
LineNumberAttribute

public interface ILineNumberAttribute extends IClassFileAttribute
Description of a line number attribute as described in the JVM specifications. This interface may be implemented by clients.
Seit:
2.0
  • Methodendetails

    • getLineNumberTableLength

      int getLineNumberTableLength()
      Answer back the line number table length as specified in the JVM specifications.
      Gibt zurück:
      the line number table length as specified in the JVM specifications
    • getLineNumberTable

      int[][] getLineNumberTable()
      Answer back the array of pairs (start pc, line number) as specified in the JVM specifications. Answer an empty array if none.
      Gibt zurück:
      the array of pairs (start pc, line number) as specified in the JVM specifications. Answer an empty array if none