Class UnresolvedOdexInstructionMethodItem

  • All Implemented Interfaces:
    java.lang.Comparable<MethodItem>

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

      • UnresolvedOdexInstructionMethodItem

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

      • writeTo

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