Package org.jruby.ir.instructions
Class GetInstr
java.lang.Object
org.jruby.ir.instructions.Instr
org.jruby.ir.instructions.ResultBaseInstr
org.jruby.ir.instructions.OneOperandResultBaseInstr
org.jruby.ir.instructions.GetInstr
- All Implemented Interfaces:
FixedArityInstr
,ResultInstr
- Direct Known Subclasses:
GetClassVariableInstr
,GetFieldInstr
-
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
Constructors -
Method Summary
Methods inherited from class org.jruby.ir.instructions.OneOperandResultBaseInstr
getOperand1, getOperands, setOperand, setOperand1
Methods inherited from class org.jruby.ir.instructions.ResultBaseInstr
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, transfersControl, visit
-
Constructor Details
-
GetInstr
-
-
Method Details
-
getId
-
getName
-
getSource
-
encode
- Overrides:
encode
in classOneOperandResultBaseInstr
-
toStringNonOperandArgs
- Overrides:
toStringNonOperandArgs
in classInstr
-