public abstract class org.jruby.ir.instructions.MultipleAsgnBase extends org.jruby.ir.instructions.OneOperandResultBaseInstr
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.ir.instructions.MultipleAsgnBase
  super_class: org.jruby.ir.instructions.OneOperandResultBaseInstr
{
  protected final int index;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 12
            ldc Lorg/jruby/ir/instructions/MultipleAsgnBase;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.jruby.ir.instructions.MultipleAsgnBase.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jruby.ir.Operation, org.jruby.ir.operands.Variable, org.jruby.ir.operands.Operand, int);
    descriptor: (Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.jruby.ir.instructions.MultipleAsgnBase this
        start local 1 // org.jruby.ir.Operation op
        start local 2 // org.jruby.ir.operands.Variable result
        start local 3 // org.jruby.ir.operands.Operand array
        start local 4 // int index
         0: .line 16
            aload 0 /* this */
            aload 1 /* op */
            aload 2 /* result */
            aload 3 /* array */
            invokespecial org.jruby.ir.instructions.OneOperandResultBaseInstr.<init>:(Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;)V
         1: .line 18
            getstatic org.jruby.ir.instructions.MultipleAsgnBase.$assertionsDisabled:Z
            ifne 2
            aload 2 /* result */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            ldc "MultipleAsgnBase result is null"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 20
      StackMap locals: org.jruby.ir.instructions.MultipleAsgnBase org.jruby.ir.Operation org.jruby.ir.operands.Variable org.jruby.ir.operands.Operand int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* index */
            putfield org.jruby.ir.instructions.MultipleAsgnBase.index:I
         3: .line 21
            return
        end local 4 // int index
        end local 3 // org.jruby.ir.operands.Operand array
        end local 2 // org.jruby.ir.operands.Variable result
        end local 1 // org.jruby.ir.Operation op
        end local 0 // org.jruby.ir.instructions.MultipleAsgnBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/jruby/ir/instructions/MultipleAsgnBase;
            0    4     1      op  Lorg/jruby/ir/Operation;
            0    4     2  result  Lorg/jruby/ir/operands/Variable;
            0    4     3   array  Lorg/jruby/ir/operands/Operand;
            0    4     4   index  I
    MethodParameters:
        Name  Flags
      op      
      result  
      array   
      index   

  public org.jruby.ir.operands.Operand getArray();
    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.MultipleAsgnBase this
         0: .line 24
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.MultipleAsgnBase.getOperand1:()Lorg/jruby/ir/operands/Operand;
            areturn
        end local 0 // org.jruby.ir.instructions.MultipleAsgnBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/MultipleAsgnBase;

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.MultipleAsgnBase this
         0: .line 28
            aload 0 /* this */
            getfield org.jruby.ir.instructions.MultipleAsgnBase.index:I
            ireturn
        end local 0 // org.jruby.ir.instructions.MultipleAsgnBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/MultipleAsgnBase;
}
SourceFile: "MultipleAsgnBase.java"