Package org.jruby.ir.instructions
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 Summary
-
Method Details
-
getJumpTarget
Label getJumpTarget() -
setJumpTarget
-