public abstract class org.jruby.ir.instructions.NoOperandInstr 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.NoOperandInstr
  super_class: org.jruby.ir.instructions.Instr
{
  public void <init>(org.jruby.ir.Operation);
    descriptor: (Lorg/jruby/ir/Operation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.NoOperandInstr this
        start local 1 // org.jruby.ir.Operation operation
         0: .line 11
            aload 0 /* this */
            aload 1 /* operation */
            invokespecial org.jruby.ir.instructions.Instr.<init>:(Lorg/jruby/ir/Operation;)V
         1: .line 12
            return
        end local 1 // org.jruby.ir.Operation operation
        end local 0 // org.jruby.ir.instructions.NoOperandInstr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/ir/instructions/NoOperandInstr;
            0    2     1  operation  Lorg/jruby/ir/Operation;
    MethodParameters:
           Name  Flags
      operation  

  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.NoOperandInstr this
         0: .line 15
            getstatic org.jruby.ir.instructions.Instr.EMPTY_OPERANDS:[Lorg/jruby/ir/operands/Operand;
            areturn
        end local 0 // org.jruby.ir.instructions.NoOperandInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/NoOperandInstr;

  public void setOperand(int, org.jruby.ir.operands.Operand);
    descriptor: (ILorg/jruby/ir/operands/Operand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.ir.instructions.NoOperandInstr this
        start local 1 // int i
        start local 2 // org.jruby.ir.operands.Operand operand
         0: .line 19
            new java.lang.IllegalArgumentException
            dup
            ldc "Setting operand on no-operand instr"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // org.jruby.ir.operands.Operand operand
        end local 1 // int i
        end local 0 // org.jruby.ir.instructions.NoOperandInstr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ir/instructions/NoOperandInstr;
            0    1     1        i  I
            0    1     2  operand  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
         Name  Flags
      i        
      operand  
}
SourceFile: "NoOperandInstr.java"