public class ExceptionRegionEndMarkerInstr extends Instr
| Constructor and Description |
|---|
ExceptionRegionEndMarkerInstr() |
| Modifier and Type | Method and Description |
|---|---|
Instr |
cloneForInlining(InlinerInfo ii)
Clone the instruction for inlining -- this will rename all variables (including local variables and self!)
and replace RECV_ARG and RETURN instructions to regular copy instructions,
|
Operand[] |
getOperands() |
void |
simplifyOperands(java.util.Map<Operand,Operand> valueMap)
This method takes as input a map of operands to their values, and outputs
If the value map provides a value for any of the instruction's operands
this method is expected to replace the original operands with the simplified values.
|
canRaiseException, getOperation, getResult, getUsedVariables, hasSideEffects, interpret, isDead, markDead, simplifyAndGetResult, toStringpublic Operand[] getOperands()
getOperands in class Instrpublic void simplifyOperands(java.util.Map<Operand,Operand> valueMap)
InstrsimplifyOperands in class Instrpublic Instr cloneForInlining(InlinerInfo ii)
InstrcloneForInlining in class InstrCopyright © 2002-2009 JRuby Team. All Rights Reserved.