Interface DanglingInstruction

All Known Implementing Classes:
FilledArrayInstruction, FilledNewArrayInstruction, FilledNewArrayRangeInstruction, InvokeInterfaceInstruction, InvokeSpecialInstruction, InvokeStaticInstruction, InvokeVirtualInstruction, MethodInvocationInstruction

public interface DanglingInstruction
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Finalize this instruction taking the successor into consideration.
  • Method Details

    • finalize

      void finalize(DexBody body, DexLibAbstractInstruction successor)
      Finalize this instruction taking the successor into consideration.
      Parameters:
      body - to finalize into
      successor - the direct successor of this instruction