Package org.jruby.ir.instructions
Class PutInstr
java.lang.Object
org.jruby.ir.instructions.Instr
org.jruby.ir.instructions.TwoOperandInstr
org.jruby.ir.instructions.PutInstr
- All Implemented Interfaces:
FixedArityInstr
- Direct Known Subclasses:
PutClassVariableInstr
,PutConstInstr
,PutFieldInstr
-
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.TwoOperandInstr
getOperand1, getOperand2, getOperands, setOperand, setOperand1, setOperand2
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, transfersControl, visit
-
Field Details
-
name
-
-
Constructor Details
-
PutInstr
-
-
Method Details
-
getId
-
getName
-
getTarget
-
getValue
-
encode
-
toStringNonOperandArgs
- Overrides:
toStringNonOperandArgs
in classInstr
-