public class ReceiveClosureArgInstr extends NoOperandInstr
Modifier and Type | Field and Description |
---|---|
int |
argIndex |
boolean |
restOfArgArray |
Constructor and Description |
---|
ReceiveClosureArgInstr(Variable dest,
int argIndex,
boolean restOfArgArray) |
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,
|
Label |
interpret(InterpreterContext interp,
IRubyObject self) |
java.lang.String |
toString() |
getOperands, simplifyOperands
canRaiseException, getOperation, getResult, getUsedVariables, hasSideEffects, isDead, markDead, simplifyAndGetResult
public ReceiveClosureArgInstr(Variable dest, int argIndex, boolean restOfArgArray)
public Instr cloneForInlining(InlinerInfo ii)
Instr
cloneForInlining
in class Instr
public Label interpret(InterpreterContext interp, IRubyObject self)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.