Class NOperandInstr

java.lang.Object
org.jruby.ir.instructions.Instr
org.jruby.ir.instructions.NOperandInstr
Direct Known Subclasses:
CallBase

public abstract class NOperandInstr extends Instr
For Instrs with an arbitrary number of Operands.
  • Field Details

    • operands

      protected final transient Operand[] operands
  • Constructor Details

    • NOperandInstr

      public NOperandInstr(Operation operation, Operand[] operands)
  • Method Details