Package com.android.dx.dex.code
Class PositionList.Entry
java.lang.Object
com.android.dx.dex.code.PositionList.Entry
- Enclosing class:
PositionList
Entry in a position list.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the address.Gets the source position information.
-
Constructor Details
-
Entry
Constructs an instance.- Parameters:
address
->= 0;
address of this entryposition
-non-null;
corresponding source position information
-
-
Method Details
-
getAddress
public int getAddress()Gets the address.- Returns:
>= 0;
the address
-
getPosition
Gets the source position information.- Returns:
non-null;
the position information
-