Class GotoInstruction

All Implemented Interfaces:
DeferableInstruction

public class GotoInstruction extends JumpInstruction implements DeferableInstruction
  • Constructor Details

    • GotoInstruction

      public GotoInstruction(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress)
  • Method Details