Package org.jruby.ir.instructions
Class OneOperandInstr
java.lang.Object
org.jruby.ir.instructions.Instr
org.jruby.ir.instructions.OneOperandInstr
- Direct Known Subclasses:
BreakInstr,CheckArgsArrayArityInstr,CheckArityInstr,DefineClassMethodInstr,ExceptionRegionStartMarkerInstr,JumpInstr,LabelInstr,PopBlockFrameInstr,RecordEndBlockInstr,RestoreBindingVisibilityInstr,RestoreErrorInfoInstr,ReturnBase,ThrowExceptionInstr,TraceInstr,UpdateBlockExecutionStateInstr
Created by enebo on 7/27/15.
-
Field Summary
Fields inherited from class org.jruby.ir.instructions.Instr
EMPTY_OPERANDS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOperand[]voidsetOperand(int i, Operand operand) voidsetOperand1(Operand operand1) 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
-
OneOperandInstr
-
-
Method Details
-
getOperands
- Specified by:
getOperandsin classInstr
-
getOperand1
-
setOperand1
-
setOperand
- Specified by:
setOperandin classInstr
-