|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.dex.code.PositionList.Entry
public static class PositionList.Entry
Entry in a position list.
| Constructor Summary | |
|---|---|
PositionList.Entry(int address,
SourcePosition position)
Constructs an instance. |
|
| Method Summary | |
|---|---|
int |
getAddress()
Gets the address. |
SourcePosition |
getPosition()
Gets the source position information. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PositionList.Entry(int address,
SourcePosition position)
address - >= 0; address of this entryposition - non-null; corresponding source position information| Method Detail |
|---|
public int getAddress()
>= 0; the addresspublic SourcePosition getPosition()
non-null; the position information
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||