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

public abstract class OneOperandInstr extends Instr
Created by enebo on 7/27/15.
  • Constructor Details

    • OneOperandInstr

      public OneOperandInstr(Operation operation, Operand operand1)
  • Method Details