public abstract class org.jruby.ir.instructions.ReceiveArgBase extends org.jruby.ir.instructions.NoOperandResultBaseInstr
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.ir.instructions.ReceiveArgBase
  super_class: org.jruby.ir.instructions.NoOperandResultBaseInstr
{
  protected int argIndex;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  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 11
            ldc Lorg/jruby/ir/instructions/ReceiveArgBase;
            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.ReceiveArgBase.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public int getArgIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.ReceiveArgBase this
         0: .line 23
            aload 0 /* this */
            getfield org.jruby.ir.instructions.ReceiveArgBase.argIndex:I
            ireturn
        end local 0 // org.jruby.ir.instructions.ReceiveArgBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/ReceiveArgBase;

  public java.lang.String[] toStringNonOperandArgs();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.ReceiveArgBase this
         0: .line 28
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            new java.lang.StringBuilder
            dup
            ldc "i:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.ir.instructions.ReceiveArgBase.argIndex:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            areturn
        end local 0 // org.jruby.ir.instructions.ReceiveArgBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/ReceiveArgBase;

  public org.jruby.runtime.builtin.IRubyObject receiveArg(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject[], boolean);
    descriptor: (Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.jruby.ir.instructions.ReceiveArgBase this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 3 // boolean keywordArgumentSupplied
         0: .line 32
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "ReceiveArgBase.interpret called! "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " does not define receiveArg"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // boolean keywordArgumentSupplied
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.instructions.ReceiveArgBase this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    1     0                     this  Lorg/jruby/ir/instructions/ReceiveArgBase;
            0    1     1                  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2                     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  keywordArgumentSupplied  Z
    MethodParameters:
                         Name  Flags
      context                  
      args                     
      keywordArgumentSupplied  
}
SourceFile: "ReceiveArgBase.java"