public class LABEL_Instr extends NoOperandInstr
| Constructor and Description |
|---|
LABEL_Instr(Label l) |
| 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,
|
java.lang.String |
toString() |
getOperands, simplifyOperandscanRaiseException, getOperation, getResult, getUsedVariables, hasSideEffects, interpret, isDead, markDead, simplifyAndGetResultpublic final Label _lbl
public LABEL_Instr(Label l)
public Instr cloneForInlining(InlinerInfo ii)
InstrcloneForInlining in class InstrCopyright © 2002-2009 JRuby Team. All Rights Reserved.