Package org.jruby.ir.instructions
Class ReceiveIndexedArgBase
java.lang.Object
org.jruby.ir.instructions.Instr
org.jruby.ir.instructions.ResultBaseInstr
org.jruby.ir.instructions.OneOperandResultBaseInstr
org.jruby.ir.instructions.ReceiveArgBase
org.jruby.ir.instructions.ReceiveIndexedArgBase
- All Implemented Interfaces:
ArgReceiver
,ResultInstr
- Direct Known Subclasses:
ReceiveOptArgInstr
,ReceivePostReqdArgInstr
,ReceivePreReqdArgInstr
,ReceiveRestArgInstr
-
Field Summary
FieldsFields inherited from class org.jruby.ir.instructions.ResultBaseInstr
result
Fields inherited from class org.jruby.ir.instructions.Instr
EMPTY_OPERANDS
-
Constructor Summary
ConstructorsConstructorDescriptionReceiveIndexedArgBase
(Operation op, Variable result, Variable keywords, int argIndex) -
Method Summary
Methods inherited from class org.jruby.ir.instructions.ReceiveArgBase
getKeywords, receiveArg
Methods inherited from class org.jruby.ir.instructions.OneOperandResultBaseInstr
getOperand1, getOperands, setOperand, setOperand1
Methods inherited from class org.jruby.ir.instructions.ResultBaseInstr
getResult, updateResult
Methods inherited from class org.jruby.ir.instructions.Instr
canBeDeletedFromScope, canRaiseException, clone, cloneOperands, computeScopeFlags, dumpableFields, getOperation, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyInstr, simplifyOperands, simplifyOperands, toString, toStringNonOperandArgs, transfersControl, visit
-
Field Details
-
argIndex
protected int argIndex
-
-
Constructor Details
-
ReceiveIndexedArgBase
-
-
Method Details
-
getArgIndex
public int getArgIndex() -
encode
- Overrides:
encode
in classOneOperandResultBaseInstr
-