com.android.dx.cf.code
Class LineNumberList.Item

java.lang.Object
  extended by com.android.dx.cf.code.LineNumberList.Item
Enclosing class:
LineNumberList

public static class LineNumberList.Item
extends Object

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

LineNumberList.Item

public LineNumberList.Item(int startPc,
                           int lineNumber)
Constructs an instance.

Parameters:
startPc - >= 0; start pc of this item
lineNumber - >= 0; corresponding line number
Method Detail

getStartPc

public int getStartPc()
Gets the start pc of this item.

Returns:
the start pc

getLineNumber

public int getLineNumber()
Gets the line number of this item.

Returns:
the line number


Copyright © 2015. All rights reserved.