Interface JumpTargetInstr

All Known Implementing Classes:
BFalseInstr, BIntInstr, BNEInstr, BNilInstr, BranchInstr, BTrueInstr, BUndefInstr, JumpInstr, OneOperandBranchInstr, TwoOperandBranchInstr

public interface JumpTargetInstr
Simple interface so we can ask for jump label for branches or jumps
  • Method Details

    • getJumpTarget

      Label getJumpTarget()
    • setJumpTarget

      void setJumpTarget(Label target)