Package org.jruby.ir.instructions
Class BranchInstr
java.lang.Object
org.jruby.ir.instructions.Instr
org.jruby.ir.instructions.BranchInstr
- All Implemented Interfaces:
JumpTargetInstr
- Direct Known Subclasses:
OneOperandBranchInstr
,TwoOperandBranchInstr
-
Field Summary
Fields inherited from class org.jruby.ir.instructions.Instr
EMPTY_OPERANDS
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jruby.ir.instructions.Instr
canBeDeletedFromScope, canRaiseException, clone, cloneOperands, computeScopeFlags, dumpableFields, encode, getOperands, getOperation, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, setOperand, simplifyInstr, simplifyOperands, simplifyOperands, toString, toStringNonOperandArgs, transfersControl, visit
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jruby.ir.instructions.JumpTargetInstr
setJumpTarget
-
Constructor Details
-
BranchInstr
-
-
Method Details
-
getJumpTarget
- Specified by:
getJumpTarget
in interfaceJumpTargetInstr
-