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
resultFields 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, setOperand1Methods inherited from class org.jruby.ir.instructions.ResultBaseInstr
getResult, updateResultMethods 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:
encodein classOneOperandResultBaseInstr
-