Package org.jruby.ir.instructions
Class NoOperandResultBaseInstr
java.lang.Object
org.jruby.ir.instructions.Instr
org.jruby.ir.instructions.ResultBaseInstr
org.jruby.ir.instructions.NoOperandResultBaseInstr
- All Implemented Interfaces:
ResultInstr
- Direct Known Subclasses:
BuildBackrefInstr
,FrameNameCallInstr
,GetEncodingInstr
,LoadBlockImplicitClosureInstr
,LoadFrameClosureInstr
,LoadImplicitClosureInstr
,PushBlockFrameInstr
,ReceiveExceptionBase
,ReceiveKeywordsInstr
,ReceiveSelfInstr
,SaveBindingVisibilityInstr
result instr with no operands
-
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.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
-
NoOperandResultBaseInstr
-
-
Method Details
-
getOperands
- Specified by:
getOperands
in classInstr
-
setOperand
- Specified by:
setOperand
in classInstr
-