org.jf.baksmali.Adaptors.Format
Class InstructionMethodItemFactory

java.lang.Object
  extended by org.jf.baksmali.Adaptors.Format.InstructionMethodItemFactory

public class InstructionMethodItemFactory
extends java.lang.Object


Method Summary
static InstructionMethodItem makeInstructionFormatMethodItem(MethodDefinition methodDef, int codeAddress, org.jf.dexlib2.iface.instruction.Instruction instruction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

makeInstructionFormatMethodItem

public static InstructionMethodItem makeInstructionFormatMethodItem(MethodDefinition methodDef,
                                                                    int codeAddress,
                                                                    org.jf.dexlib2.iface.instruction.Instruction instruction)