Package org.jruby.ir.instructions
Class NoOperandInstr
java.lang.Object
org.jruby.ir.instructions.Instr
org.jruby.ir.instructions.NoOperandInstr
- Direct Known Subclasses:
CheckForLJEInstr,DefineInstanceMethodInstr,ExceptionRegionEndMarkerInstr,LineNumberInstr,NopInstr,PopBackrefFrameInstr,PopBindingInstr,PopMethodFrameInstr,PrepareBlockArgsInstr,PushBackrefFrameInstr,PushBlockBindingInstr,PushMethodBindingInstr,PushMethodFrameInstr,RaiseArgumentErrorInstr,RaiseRequiredKeywordArgumentError,ThreadPollInstr,ToggleBacktraceInstr
An instr with no Operands
-
Field Summary
Fields inherited from class org.jruby.ir.instructions.Instr
EMPTY_OPERANDS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jruby.ir.instructions.Instr
canBeDeletedFromScope, canRaiseException, clone, cloneOperands, computeScopeFlags, dumpableFields, encode, getOperation, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyInstr, simplifyOperands, simplifyOperands, toString, toStringNonOperandArgs, transfersControl, visit
-
Constructor Details
-
NoOperandInstr
-
-
Method Details
-
getOperands
- Specified by:
getOperandsin classInstr
-
setOperand
- Specified by:
setOperandin classInstr
-