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

public abstract class NoOperandInstr extends Instr
An instr with no Operands
  • Constructor Details

    • NoOperandInstr

      public NoOperandInstr(Operation operation)
  • Method Details