public abstract class ReceiveArgBase extends Instr implements ResultInstr
Modifier and Type | Field and Description |
---|---|
protected int |
argIndex |
protected Variable |
result |
EMPTY_OPERANDS
Constructor and Description |
---|
ReceiveArgBase(Operation op,
Variable result,
int argIndex) |
Modifier and Type | Method and Description |
---|---|
int |
getArgIndex() |
Operand[] |
getOperands() |
Variable |
getResult() |
String |
toString() |
void |
updateResult(Variable v) |
canBeDeleted, canRaiseException, cloneForBlockCloning, cloneForInlinedClosure, cloneForInlinedScope, cloneForInlining, getOperation, getUsedVariables, hasSideEffects, hasUnusedResult, interpret, interpretAndGetNewIPC, isDead, markDead, markUnusedResult, renameVars, simplifyAndGetResult, simplifyOperands, transfersControl, visit
protected int argIndex
protected Variable result
public Operand[] getOperands()
getOperands
in class Instr
public Variable getResult()
getResult
in interface ResultInstr
public void updateResult(Variable v)
updateResult
in interface ResultInstr
public int getArgIndex()
Copyright © 2001-2016 JRuby. All Rights Reserved.