org.jf.baksmali.Adaptors.Debug
Class DebugMethodItem

java.lang.Object
  extended by org.jf.baksmali.Adaptors.MethodItem
      extended by org.jf.baksmali.Adaptors.Debug.DebugMethodItem
All Implemented Interfaces:
java.lang.Comparable<MethodItem>
Direct Known Subclasses:
BeginEpilogueMethodItem, EndLocalMethodItem, EndPrologueMethodItem, LineNumberMethodItem, RestartLocalMethodItem, SetSourceFileMethodItem, StartLocalMethodItem

public abstract class DebugMethodItem
extends MethodItem


Field Summary
 
Fields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress
 
Constructor Summary
protected DebugMethodItem(int codeAddress, int sortOrder)
           
 
Method Summary
static DebugMethodItem build(RegisterFormatter registerFormatter, org.jf.dexlib2.iface.debug.DebugItem debugItem)
           
 double getSortOrder()
           
 
Methods inherited from class org.jf.baksmali.Adaptors.MethodItem
compareTo, getCodeAddress, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugMethodItem

protected DebugMethodItem(int codeAddress,
                          int sortOrder)
Method Detail

getSortOrder

public double getSortOrder()
Specified by:
getSortOrder in class MethodItem

build

public static DebugMethodItem build(RegisterFormatter registerFormatter,
                                    org.jf.dexlib2.iface.debug.DebugItem debugItem)