final class org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod extends org.jruby.internal.runtime.methods.JavaMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod
  super_class: org.jruby.internal.runtime.methods.JavaMethod
{
  final org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl this$1;
    descriptor: Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl, java.lang.String);
    descriptor: (Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod this
        start local 2 // java.lang.String name
         0: .line 467
            aload 0 /* this */
            aload 1
            putfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod.this$1:Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
         1: .line 468
            aload 0 /* this */
            aload 1
            invokestatic org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.access$0:(Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;)Lorg/jruby/RubyModule;
            getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
            aload 2 /* name */
            invokespecial org.jruby.internal.runtime.methods.JavaMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
         2: .line 469
            return
        end local 2 // java.lang.String name
        end local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod;
            0    3     2  name  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      this$0  final
      name    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule klazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.Block block
         0: .line 473
            iconst_1
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 4 /* name */
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            aastore
            astore 6 /* nargs */
        start local 6 // org.jruby.runtime.builtin.IRubyObject[] nargs
         1: .line 474
            aload 0 /* this */
            getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod.this$1:Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
            aload 1 /* context */
            aload 3 /* klazz */
            aload 5 /* block */
            aload 6 /* nargs */
            invokevirtual org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.callImpl:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.builtin.IRubyObject[] nargs
        end local 5 // org.jruby.runtime.Block block
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule klazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3    klazz  Lorg/jruby/RubyModule;
            0    2     4     name  Ljava/lang/String;
            0    2     5    block  Lorg/jruby/runtime/Block;
            1    2     6    nargs  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      klazz    
      name     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=7
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule klazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.Block block
         0: .line 479
            iconst_2
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 4 /* name */
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            aastore
            dup
            iconst_1
            aload 5 /* arg0 */
            aastore
            astore 7 /* nargs */
        start local 7 // org.jruby.runtime.builtin.IRubyObject[] nargs
         1: .line 480
            aload 0 /* this */
            getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod.this$1:Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
            aload 1 /* context */
            aload 3 /* klazz */
            aload 6 /* block */
            aload 7 /* nargs */
            invokevirtual org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.callImpl:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.runtime.builtin.IRubyObject[] nargs
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule klazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3    klazz  Lorg/jruby/RubyModule;
            0    2     4     name  Ljava/lang/String;
            0    2     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     6    block  Lorg/jruby/runtime/Block;
            1    2     7    nargs  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      klazz    
      name     
      arg0     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=8
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule klazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 7 // org.jruby.runtime.Block block
         0: .line 485
            iconst_3
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 4 /* name */
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            aastore
            dup
            iconst_1
            aload 5 /* arg0 */
            aastore
            dup
            iconst_2
            aload 6 /* arg1 */
            aastore
            astore 8 /* nargs */
        start local 8 // org.jruby.runtime.builtin.IRubyObject[] nargs
         1: .line 486
            aload 0 /* this */
            getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod.this$1:Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
            aload 1 /* context */
            aload 3 /* klazz */
            aload 7 /* block */
            aload 8 /* nargs */
            invokevirtual org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.callImpl:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 8 // org.jruby.runtime.builtin.IRubyObject[] nargs
        end local 7 // org.jruby.runtime.Block block
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule klazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3    klazz  Lorg/jruby/RubyModule;
            0    2     4     name  Ljava/lang/String;
            0    2     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     7    block  Lorg/jruby/runtime/Block;
            1    2     8    nargs  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      klazz    
      name     
      arg0     
      arg1     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=9
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule klazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 8 // org.jruby.runtime.Block block
         0: .line 491
            iconst_4
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 4 /* name */
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            aastore
            dup
            iconst_1
            aload 5 /* arg0 */
            aastore
            dup
            iconst_2
            aload 6 /* arg1 */
            aastore
            dup
            iconst_3
            aload 7 /* arg2 */
            aastore
            astore 9 /* nargs */
        start local 9 // org.jruby.runtime.builtin.IRubyObject[] nargs
         1: .line 492
            aload 0 /* this */
            getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod.this$1:Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
            aload 1 /* context */
            aload 3 /* klazz */
            aload 8 /* block */
            aload 9 /* nargs */
            invokevirtual org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.callImpl:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 9 // org.jruby.runtime.builtin.IRubyObject[] nargs
        end local 8 // org.jruby.runtime.Block block
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule klazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3    klazz  Lorg/jruby/RubyModule;
            0    2     4     name  Ljava/lang/String;
            0    2     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     7     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     8    block  Lorg/jruby/runtime/Block;
            1    2     9    nargs  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      klazz    
      name     
      arg0     
      arg1     
      arg2     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=7
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule klazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 6 // org.jruby.runtime.Block block
         0: .line 497
            aload 5 /* args */
            arraylength
            tableswitch { // 0 - 3
                    0: 1
                    1: 2
                    2: 3
                    3: 4
              default: 5
          }
         1: .line 499
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* klazz */
            aload 4 /* name */
            aload 6 /* block */
            invokevirtual org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 501
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* klazz */
            aload 4 /* name */
            aload 5 /* args */
            iconst_0
            aaload
            aload 6 /* block */
            invokevirtual org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         3: .line 503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* klazz */
            aload 4 /* name */
            aload 5 /* args */
            iconst_0
            aaload
            aload 5 /* args */
            iconst_1
            aaload
            aload 6 /* block */
            invokevirtual org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* klazz */
            aload 4 /* name */
            aload 5 /* args */
            iconst_0
            aaload
            aload 5 /* args */
            iconst_1
            aaload
            aload 5 /* args */
            iconst_2
            aaload
            aload 6 /* block */
            invokevirtual org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         5: .line 507
      StackMap locals:
      StackMap stack:
            aload 5 /* args */
            arraylength
            iconst_1
            iadd
            anewarray org.jruby.runtime.builtin.IRubyObject
            astore 7 /* nargs */
        start local 7 // org.jruby.runtime.builtin.IRubyObject[] nargs
         6: .line 508
            aload 7 /* nargs */
            iconst_0
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 4 /* name */
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            aastore
         7: .line 509
            aload 5 /* args */
            iconst_0
            aload 7 /* nargs */
            iconst_1
            aload 5 /* args */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 510
            aload 0 /* this */
            getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod.this$1:Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
            aload 1 /* context */
            aload 3 /* klazz */
            aload 6 /* block */
            aload 7 /* nargs */
            invokevirtual org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.callImpl:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.runtime.builtin.IRubyObject[] nargs
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule klazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod;
            0    9     1  context  Lorg/jruby/runtime/ThreadContext;
            0    9     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     3    klazz  Lorg/jruby/RubyModule;
            0    9     4     name  Ljava/lang/String;
            0    9     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     6    block  Lorg/jruby/runtime/Block;
            6    9     7    nargs  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      klazz    
      name     
      args     
      block    
}
SourceFile: "JavaInterfaceTemplate.java"
NestHost: org.jruby.java.proxies.JavaInterfaceTemplate
InnerClasses:
  private final BlockInterfaceImpl = org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl of org.jruby.java.proxies.JavaInterfaceTemplate
  private final ConcreteMethod = org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod of org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl