Package org.jruby.ir.instructions
Class NOperandInstr
java.lang.Object
org.jruby.ir.instructions.Instr
org.jruby.ir.instructions.NOperandInstr
- Direct Known Subclasses:
CallBase
For Instrs with an arbitrary number of Operands.
-
Field Summary
FieldsFields inherited from class org.jruby.ir.instructions.Instr
EMPTY_OPERANDS
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jruby.ir.instructions.Instr
canBeDeletedFromScope, canRaiseException, clone, cloneOperands, computeScopeFlags, dumpableFields, encode, getOperation, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyInstr, simplifyOperands, simplifyOperands, toString, toStringNonOperandArgs, transfersControl, visit
-
Field Details
-
operands
-
-
Constructor Details
-
NOperandInstr
-
-
Method Details
-
getOperands
- Specified by:
getOperands
in classInstr
-
setOperand
- Specified by:
setOperand
in classInstr
-