public abstract class org.jruby.ir.instructions.NOperandInstr extends org.jruby.ir.instructions.Instr
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.ir.instructions.NOperandInstr
  super_class: org.jruby.ir.instructions.Instr
{
  protected transient org.jruby.ir.operands.Operand[] operands;
    descriptor: [Lorg/jruby/ir/operands/Operand;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  public void <init>(org.jruby.ir.Operation, org.jruby.ir.operands.Operand[]);
    descriptor: (Lorg/jruby/ir/Operation;[Lorg/jruby/ir/operands/Operand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.ir.instructions.NOperandInstr this
        start local 1 // org.jruby.ir.Operation operation
        start local 2 // org.jruby.ir.operands.Operand[] operands
         0: .line 13
            aload 0 /* this */
            aload 1 /* operation */
            invokespecial org.jruby.ir.instructions.Instr.<init>:(Lorg/jruby/ir/Operation;)V
         1: .line 15
            aload 0 /* this */
            aload 2 /* operands */
            putfield org.jruby.ir.instructions.NOperandInstr.operands:[Lorg/jruby/ir/operands/Operand;
         2: .line 16
            return
        end local 2 // org.jruby.ir.operands.Operand[] operands
        end local 1 // org.jruby.ir.Operation operation
        end local 0 // org.jruby.ir.instructions.NOperandInstr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/jruby/ir/instructions/NOperandInstr;
            0    3     1  operation  Lorg/jruby/ir/Operation;
            0    3     2   operands  [Lorg/jruby/ir/operands/Operand;
    MethodParameters:
           Name  Flags
      operation  
      operands   

  public org.jruby.ir.operands.Operand[] getOperands();
    descriptor: ()[Lorg/jruby/ir/operands/Operand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.NOperandInstr this
         0: .line 19
            aload 0 /* this */
            getfield org.jruby.ir.instructions.NOperandInstr.operands:[Lorg/jruby/ir/operands/Operand;
            areturn
        end local 0 // org.jruby.ir.instructions.NOperandInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/NOperandInstr;

  public void setOperand(int, org.jruby.ir.operands.Operand);
    descriptor: (ILorg/jruby/ir/operands/Operand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.jruby.ir.instructions.NOperandInstr this
        start local 1 // int i
        start local 2 // org.jruby.ir.operands.Operand operand
         0: .line 23
            iload 1 /* i */
            iflt 1
            iload 1 /* i */
            aload 0 /* this */
            getfield org.jruby.ir.instructions.NOperandInstr.operands:[Lorg/jruby/ir/operands/Operand;
            arraylength
            if_icmplt 2
         1: .line 24
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "No such operand to set at index: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 27
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.ir.instructions.NOperandInstr.operands:[Lorg/jruby/ir/operands/Operand;
            iload 1 /* i */
            aload 2 /* operand */
            aastore
         3: .line 28
            return
        end local 2 // org.jruby.ir.operands.Operand operand
        end local 1 // int i
        end local 0 // org.jruby.ir.instructions.NOperandInstr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/ir/instructions/NOperandInstr;
            0    4     1        i  I
            0    4     2  operand  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
         Name  Flags
      i        
      operand  
}
SourceFile: "NOperandInstr.java"