Class JumpInstruction

java.lang.Object
sootup.apk.frontend.instruction.DexLibAbstractInstruction
sootup.apk.frontend.instruction.JumpInstruction
Direct Known Subclasses:
ConditionalJumpInstruction, GotoInstruction

public abstract class JumpInstruction extends DexLibAbstractInstruction
  • Field Details

  • Constructor Details

    • JumpInstruction

      public JumpInstruction(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress)
      Parameters:
      instruction - the underlying dexlib instruction
      codeAddress - the bytecode address of this instruction
  • Method Details