public abstract class org.jruby.ir.instructions.TwoOperandResultBaseInstr extends org.jruby.ir.instructions.ResultBaseInstr
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.ir.instructions.TwoOperandResultBaseInstr
  super_class: org.jruby.ir.instructions.ResultBaseInstr
{
  private transient org.jruby.ir.operands.Operand operand1;
    descriptor: Lorg/jruby/ir/operands/Operand;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient org.jruby.ir.operands.Operand operand2;
    descriptor: Lorg/jruby/ir/operands/Operand;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  public void <init>(org.jruby.ir.Operation, org.jruby.ir.operands.Variable, org.jruby.ir.operands.Operand, org.jruby.ir.operands.Operand);
    descriptor: (Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.jruby.ir.instructions.TwoOperandResultBaseInstr this
        start local 1 // org.jruby.ir.Operation operation
        start local 2 // org.jruby.ir.operands.Variable result
        start local 3 // org.jruby.ir.operands.Operand operand1
        start local 4 // org.jruby.ir.operands.Operand operand2
         0: .line 15
            aload 0 /* this */
            aload 1 /* operation */
            aload 2 /* result */
            invokespecial org.jruby.ir.instructions.ResultBaseInstr.<init>:(Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;)V
         1: .line 17
            aload 0 /* this */
            aload 3 /* operand1 */
            putfield org.jruby.ir.instructions.TwoOperandResultBaseInstr.operand1:Lorg/jruby/ir/operands/Operand;
         2: .line 18
            aload 0 /* this */
            aload 4 /* operand2 */
            putfield org.jruby.ir.instructions.TwoOperandResultBaseInstr.operand2:Lorg/jruby/ir/operands/Operand;
         3: .line 19
            return
        end local 4 // org.jruby.ir.operands.Operand operand2
        end local 3 // org.jruby.ir.operands.Operand operand1
        end local 2 // org.jruby.ir.operands.Variable result
        end local 1 // org.jruby.ir.Operation operation
        end local 0 // org.jruby.ir.instructions.TwoOperandResultBaseInstr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/jruby/ir/instructions/TwoOperandResultBaseInstr;
            0    4     1  operation  Lorg/jruby/ir/Operation;
            0    4     2     result  Lorg/jruby/ir/operands/Variable;
            0    4     3   operand1  Lorg/jruby/ir/operands/Operand;
            0    4     4   operand2  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
           Name  Flags
      operation  
      result     
      operand1   
      operand2   

  public org.jruby.ir.operands.Operand[] getOperands();
    descriptor: ()[Lorg/jruby/ir/operands/Operand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.TwoOperandResultBaseInstr this
         0: .line 22
            iconst_2
            anewarray org.jruby.ir.operands.Operand
            dup
            iconst_0
            aload 0 /* this */
            getfield org.jruby.ir.instructions.TwoOperandResultBaseInstr.operand1:Lorg/jruby/ir/operands/Operand;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.jruby.ir.instructions.TwoOperandResultBaseInstr.operand2:Lorg/jruby/ir/operands/Operand;
            aastore
            areturn
        end local 0 // org.jruby.ir.instructions.TwoOperandResultBaseInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/TwoOperandResultBaseInstr;

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

  public void setOperand1(org.jruby.ir.operands.Operand);
    descriptor: (Lorg/jruby/ir/operands/Operand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.TwoOperandResultBaseInstr this
        start local 1 // org.jruby.ir.operands.Operand operand1
         0: .line 30
            aload 0 /* this */
            aload 1 /* operand1 */
            putfield org.jruby.ir.instructions.TwoOperandResultBaseInstr.operand1:Lorg/jruby/ir/operands/Operand;
         1: .line 31
            return
        end local 1 // org.jruby.ir.operands.Operand operand1
        end local 0 // org.jruby.ir.instructions.TwoOperandResultBaseInstr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/ir/instructions/TwoOperandResultBaseInstr;
            0    2     1  operand1  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
          Name  Flags
      operand1  

  public org.jruby.ir.operands.Operand getOperand2();
    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.TwoOperandResultBaseInstr this
         0: .line 34
            aload 0 /* this */
            getfield org.jruby.ir.instructions.TwoOperandResultBaseInstr.operand2:Lorg/jruby/ir/operands/Operand;
            areturn
        end local 0 // org.jruby.ir.instructions.TwoOperandResultBaseInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/TwoOperandResultBaseInstr;

  public void setOperand2(org.jruby.ir.operands.Operand);
    descriptor: (Lorg/jruby/ir/operands/Operand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.TwoOperandResultBaseInstr this
        start local 1 // org.jruby.ir.operands.Operand operand2
         0: .line 38
            aload 0 /* this */
            aload 1 /* operand2 */
            putfield org.jruby.ir.instructions.TwoOperandResultBaseInstr.operand2:Lorg/jruby/ir/operands/Operand;
         1: .line 39
            return
        end local 1 // org.jruby.ir.operands.Operand operand2
        end local 0 // org.jruby.ir.instructions.TwoOperandResultBaseInstr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/ir/instructions/TwoOperandResultBaseInstr;
            0    2     1  operand2  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
          Name  Flags
      operand2  

  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.TwoOperandResultBaseInstr this
        start local 1 // int i
        start local 2 // org.jruby.ir.operands.Operand operand
         0: .line 42
            iload 1 /* i */
            tableswitch { // 0 - 1
                    0: 1
                    1: 3
              default: 5
          }
         1: .line 44
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* operand */
            putfield org.jruby.ir.instructions.TwoOperandResultBaseInstr.operand1:Lorg/jruby/ir/operands/Operand;
         2: .line 45
            goto 6
         3: .line 47
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* operand */
            putfield org.jruby.ir.instructions.TwoOperandResultBaseInstr.operand2:Lorg/jruby/ir/operands/Operand;
         4: .line 48
            goto 6
         5: .line 50
      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
         6: .line 52
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.jruby.ir.operands.Operand operand
        end local 1 // int i
        end local 0 // org.jruby.ir.instructions.TwoOperandResultBaseInstr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/jruby/ir/instructions/TwoOperandResultBaseInstr;
            0    7     1        i  I
            0    7     2  operand  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
         Name  Flags
      i        
      operand  
}
SourceFile: "TwoOperandResultBaseInstr.java"