Package org.jruby.ir.instructions
Class ReturnBase
java.lang.Object
org.jruby.ir.instructions.Instr
org.jruby.ir.instructions.OneOperandInstr
org.jruby.ir.instructions.ReturnBase
- Direct Known Subclasses:
NonlocalReturnInstr,ReturnInstr
-
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.OneOperandInstr
getOperand1, getOperands, setOperand, setOperand1Methods inherited from class org.jruby.ir.instructions.Instr
canBeDeletedFromScope, canRaiseException, clone, cloneOperands, computeScopeFlags, dumpableFields, encode, getOperation, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyAndGetResult, simplifyOperands, toString, toStringNonOperandArgs, transfersControl, visit
-
Constructor Details
-
ReturnBase
-
-
Method Details
-
getReturnValue
-
updateReturnValue
-