Interface DeferableInstruction

All Known Implementing Classes:
ConditionalJumpInstruction, GotoInstruction, IfTestInstruction, IfTestzInstruction, PackedSwitchInstruction, SparseSwitchInstruction, SwitchInstruction

public interface DeferableInstruction
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Jimplify this instruction with the guarantee that every other (non-deferred) instruction has been jimplified.
  • Method Details

    • deferredJimplify

      void deferredJimplify(DexBody body)
      Jimplify this instruction with the guarantee that every other (non-deferred) instruction has been jimplified.
      Parameters:
      body - to jimplify into