public abstract class ReceiveArgBase extends NoOperandResultBaseInstr
Modifier and Type | Field and Description |
---|---|
protected int |
argIndex |
result
EMPTY_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) |
java.lang.String[] |
toStringNonOperandArgs() |
getOperands, setOperand
encode, getResult, updateResult
canBeDeletedFromScope, canRaiseException, clone, cloneOperands, computeScopeFlags, dumpableFields, getOperation, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyAndGetResult, simplifyOperands, toString, transfersControl, visit
public int getArgIndex()
public java.lang.String[] toStringNonOperandArgs()
toStringNonOperandArgs
in class Instr
public IRubyObject receiveArg(ThreadContext context, IRubyObject[] args, boolean keywordArgumentSupplied)
Copyright © 2001-2018 JRuby. All Rights Reserved.