com.android.dx.dex.code
Class PositionList.Entry

java.lang.Object
  extended by com.android.dx.dex.code.PositionList.Entry
Enclosing class:
PositionList

public static class PositionList.Entry
extends Object

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

PositionList.Entry

public PositionList.Entry(int address,
                          SourcePosition position)
Constructs an instance.

Parameters:
address - >= 0; address of this entry
position - non-null; corresponding source position information
Method Detail

getAddress

public int getAddress()
Gets the address.

Returns:
>= 0; the address

getPosition

public SourcePosition getPosition()
Gets the source position information.

Returns:
non-null; the position information


Copyright © 2015. All rights reserved.