Package com.android.dx.cf.code
Class LineNumberList.Item
java.lang.Object
com.android.dx.cf.code.LineNumberList.Item
- Enclosing class:
LineNumberList
Item in a line number table.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the line number of this item.int
Gets the start pc of this item.
-
Constructor Details
-
Item
public Item(int startPc, int lineNumber) Constructs an instance.- Parameters:
startPc
->= 0;
start pc of this itemlineNumber
->= 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
-