public abstract class ReceiveArgBase extends OneOperandResultBaseInstr implements ArgReceiver
resultEMPTY_OPERANDS| Constructor and Description |
|---|
ReceiveArgBase(Operation op,
Variable result,
Variable keywords) |
| Modifier and Type | Method and Description |
|---|---|
Variable |
getKeywords() |
IRubyObject |
receiveArg(ThreadContext context,
IRubyObject self,
DynamicScope currDynScope,
StaticScope currScope,
java.lang.Object[] temp,
IRubyObject[] args,
boolean ruby2keyword) |
encode, getOperand1, getOperands, setOperand, setOperand1getResult, updateResultcanBeDeletedFromScope, canRaiseException, clone, cloneOperands, computeScopeFlags, dumpableFields, getOperation, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyAndGetResult, simplifyOperands, toString, toStringNonOperandArgs, transfersControl, visitpublic Variable getKeywords()
public IRubyObject receiveArg(ThreadContext context, IRubyObject self, DynamicScope currDynScope, StaticScope currScope, java.lang.Object[] temp, IRubyObject[] args, boolean ruby2keyword)
receiveArg in interface ArgReceiverCopyright © 2001-2023 JRuby. All Rights Reserved.