Package org.jruby.ir.instructions
Class NOperandResultBaseInstr
java.lang.Object
org.jruby.ir.instructions.Instr
org.jruby.ir.instructions.ResultBaseInstr
org.jruby.ir.instructions.NOperandResultBaseInstr
- All Implemented Interfaces:
ResultInstr
- Direct Known Subclasses:
AluInstr
,BoxInstr
,BuildCompoundStringInstr
,BuildDynRegExpInstr
,GetClassVarContainerModuleInstr
,GetErrorInfoInstr
,RuntimeHelperCall
,UnboxInstr
Created by enebo on 7/28/15.
-
Field Summary
Fields inherited from class org.jruby.ir.instructions.ResultBaseInstr
result
Fields inherited from class org.jruby.ir.instructions.Instr
EMPTY_OPERANDS
-
Constructor Summary
ConstructorsConstructorDescriptionNOperandResultBaseInstr
(Operation operation, Variable result, Operand[] operands) -
Method Summary
Methods inherited from class org.jruby.ir.instructions.ResultBaseInstr
encode, 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
-
Constructor Details
-
NOperandResultBaseInstr
-
-
Method Details
-
getOperands
- Specified by:
getOperands
in classInstr
-
setOperand
- Specified by:
setOperand
in classInstr
-