org.jf.baksmali.Adaptors.Debug
Class StartLocalMethodItem

java.lang.Object
  extended by org.jf.baksmali.Adaptors.MethodItem
      extended by org.jf.baksmali.Adaptors.Debug.DebugMethodItem
          extended by org.jf.baksmali.Adaptors.Debug.StartLocalMethodItem
All Implemented Interfaces:
java.lang.Comparable<MethodItem>

public class StartLocalMethodItem
extends DebugMethodItem


Field Summary
 
Fields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress
 
Constructor Summary
StartLocalMethodItem(int codeAddress, int sortOrder, RegisterFormatter registerFormatter, org.jf.dexlib2.iface.debug.StartLocal startLocal)
           
 
Method Summary
 boolean writeTo(org.jf.util.IndentingWriter writer)
           
 
Methods inherited from class org.jf.baksmali.Adaptors.Debug.DebugMethodItem
build, getSortOrder
 
Methods inherited from class org.jf.baksmali.Adaptors.MethodItem
compareTo, getCodeAddress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartLocalMethodItem

public StartLocalMethodItem(int codeAddress,
                            int sortOrder,
                            @Nonnull
                            RegisterFormatter registerFormatter,
                            @Nonnull
                            org.jf.dexlib2.iface.debug.StartLocal startLocal)
Method Detail

writeTo

public boolean writeTo(org.jf.util.IndentingWriter writer)
                throws java.io.IOException
Specified by:
writeTo in class MethodItem
Throws:
java.io.IOException