Package org.jruby.ir.instructions
Class MultipleAsgnBase
java.lang.Object
org.jruby.ir.instructions.Instr
org.jruby.ir.instructions.ResultBaseInstr
org.jruby.ir.instructions.OneOperandResultBaseInstr
org.jruby.ir.instructions.MultipleAsgnBase
- All Implemented Interfaces:
ResultInstr
- Direct Known Subclasses:
OptArgMultipleAsgnInstr
,ReqdArgMultipleAsgnInstr
,RestArgMultipleAsgnInstr
-
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
Constructors -
Method Summary
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
-
index
protected final int index
-
-
Constructor Details
-
MultipleAsgnBase
-
-
Method Details
-
getArray
-
getIndex
public int getIndex() -
encode
- Overrides:
encode
in classOneOperandResultBaseInstr
-