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
FieldsFields inherited from class org.jruby.ir.instructions.ResultBaseInstr
resultFields 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, updateResultMethods inherited from class org.jruby.ir.instructions.Instr
canBeDeletedFromScope, canRaiseException, clone, cloneOperands, computeScopeFlags, dumpableFields, getOperation, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyAndGetResult, simplifyOperands, toString, toStringNonOperandArgs, transfersControl, visit
-
Field Details
-
operands
-
-
Constructor Details
-
NOperandResultBaseInstr
-
-
Method Details
-
getOperands
- Specified by:
getOperandsin classInstr
-
setOperand
- Specified by:
setOperandin classInstr
-