org.jf.baksmali.Adaptors.Format
Class UnresolvedOdexInstructionMethodItem

java.lang.Object
  extended by org.jf.baksmali.Adaptors.MethodItem
      extended by org.jf.baksmali.Adaptors.Format.InstructionMethodItem<org.jf.dexlib2.analysis.UnresolvedOdexInstruction>
          extended by org.jf.baksmali.Adaptors.Format.UnresolvedOdexInstructionMethodItem
All Implemented Interfaces:
java.lang.Comparable<MethodItem>

public class UnresolvedOdexInstructionMethodItem
extends InstructionMethodItem<org.jf.dexlib2.analysis.UnresolvedOdexInstruction>


Field Summary
 
Fields inherited from class org.jf.baksmali.Adaptors.Format.InstructionMethodItem
instruction, methodDef
 
Fields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress
 
Constructor Summary
UnresolvedOdexInstructionMethodItem(MethodDefinition methodDef, int codeAddress, org.jf.dexlib2.analysis.UnresolvedOdexInstruction instruction)
           
 
Method Summary
 boolean writeTo(org.jf.util.IndentingWriter writer)
           
 
Methods inherited from class org.jf.baksmali.Adaptors.Format.InstructionMethodItem
getSortOrder, writeFieldOffset, writeFirstRegister, writeInlineIndex, writeInvokeRangeRegisters, writeInvokeRegisters, writeLiteral, writeOpcode, writeRegister, writeResourceId, writeResourceId, writeSecondRegister, writeTargetLabel, writeThirdRegister, writeVtableIndex
 
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

UnresolvedOdexInstructionMethodItem

public UnresolvedOdexInstructionMethodItem(@Nonnull
                                           MethodDefinition methodDef,
                                           int codeAddress,
                                           @Nonnull
                                           org.jf.dexlib2.analysis.UnresolvedOdexInstruction instruction)
Method Detail

writeTo

public boolean writeTo(org.jf.util.IndentingWriter writer)
                throws java.io.IOException
Overrides:
writeTo in class InstructionMethodItem<org.jf.dexlib2.analysis.UnresolvedOdexInstruction>
Throws:
java.io.IOException