Class PositionList.Entry
java.lang.Object
com.android.dx.dex.code.PositionList.Entry
- Enclosing class:
PositionList
Entry in a position list.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets 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
-