Class LineNumberList.Item

java.lang.Object
com.android.dx.cf.code.LineNumberList.Item
Enclosing class:
LineNumberList

public static class LineNumberList.Item extends Object
Item in a line number table.
  • Constructor Details

    • Item

      public Item(int startPc, int lineNumber)
      Constructs an instance.
      Parameters:
      startPc - >= 0; start pc of this item
      lineNumber - >= 0; corresponding line number
  • Method Details

    • getStartPc

      public int getStartPc()
      Gets the start pc of this item.
      Returns:
      the start pc
    • getLineNumber

      public int getLineNumber()
      Gets the line number of this item.
      Returns:
      the line number