public class ReturnOrRethrowSavedExcInstr extends ReturnInstr
EMPTY_OPERANDS| Constructor and Description |
|---|
ReturnOrRethrowSavedExcInstr(Operand returnValue) |
| Modifier and Type | Method and Description |
|---|---|
Instr |
clone(CloneInfo ii)
Clone the instruction for use in an inlining context (either when a scope is inlined into
another scope, or when a block has to be cloned because its associated call belongs to
an inlined scope).
|
static ReturnOrRethrowSavedExcInstr |
decode(IRReaderDecoder d) |
void |
visit(IRVisitor visitor) |
encodegetReturnValue, updateReturnValuegetOperand1, getOperands, setOperand, setOperand1canBeDeletedFromScope, canRaiseException, cloneOperands, computeScopeFlags, dumpableFields, getIPC, getOperation, getRPC, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, setIPC, setRPC, simplifyAndGetResult, simplifyOperands, toString, toStringNonOperandArgs, transfersControlpublic ReturnOrRethrowSavedExcInstr(Operand returnValue)
public Instr clone(CloneInfo ii)
Instrclone in class ReturnInstrii - This object manages renaming of variables and labels, handles
args and return values.public static ReturnOrRethrowSavedExcInstr decode(IRReaderDecoder d)
public void visit(IRVisitor visitor)
visit in class ReturnInstrCopyright © 2001-2016 JRuby. All Rights Reserved.