|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.cf.code.LineNumberList.Item
public static class LineNumberList.Item
Item in a line number table.
| Constructor Summary | |
|---|---|
LineNumberList.Item(int startPc,
int lineNumber)
Constructs an instance. |
|
| Method Summary | |
|---|---|
int |
getLineNumber()
Gets the line number of this item. |
int |
getStartPc()
Gets the start pc of this item. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LineNumberList.Item(int startPc,
int lineNumber)
startPc - >= 0; start pc of this itemlineNumber - >= 0; corresponding line number| Method Detail |
|---|
public int getStartPc()
public int getLineNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||