public abstract class ReceiveArgBase extends NoOperandResultBaseInstr
| Modifier and Type | Field and Description |
|---|---|
protected int |
argIndex |
resultEMPTY_OPERANDS| Constructor and Description |
|---|
ReceiveArgBase(Operation op,
Variable result,
int argIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getArgIndex() |
IRubyObject |
receiveArg(ThreadContext context,
IRubyObject[] args,
boolean keywordArgumentSupplied) |
getOperands, setOperandencode, getResult, updateResultcanBeDeletedFromScope, canRaiseException, clone, cloneOperands, computeScopeFlags, getIPC, getOperation, getRPC, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, setIPC, setRPC, simplifyAndGetResult, simplifyOperands, toString, toStringNonOperandArgs, transfersControl, visitpublic int getArgIndex()
public IRubyObject receiveArg(ThreadContext context, IRubyObject[] args, boolean keywordArgumentSupplied)
Copyright © 2001-2015 JRuby. All Rights Reserved.