final class org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl 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
  super_class: org.jruby.internal.runtime.methods.JavaMethod
{
  private final org.jruby.runtime.builtin.IRubyObject[] methodNames;
    descriptor: [Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.runtime.Block implBlock;
    descriptor: Lorg/jruby/runtime/Block;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.jruby.RubyClass, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl this
        start local 1 // org.jruby.RubyClass implClass
        start local 2 // org.jruby.runtime.Block implBlock
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] methodNames
         0: .line 417
            aload 0 /* this */
            aload 1 /* implClass */
            getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
            ldc "method_missing"
            invokespecial org.jruby.internal.runtime.methods.JavaMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
         1: .line 418
            aload 0 /* this */
            aload 2 /* implBlock */
            putfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.implBlock:Lorg/jruby/runtime/Block;
            aload 0 /* this */
            aload 3 /* methodNames */
            putfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.methodNames:[Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 419
            return
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] methodNames
        end local 2 // org.jruby.runtime.Block implBlock
        end local 1 // org.jruby.RubyClass implClass
        end local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
            0    3     1    implClass  Lorg/jruby/RubyClass;
            0    3     2    implBlock  Lorg/jruby/runtime/Block;
            0    3     3  methodNames  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
             Name  Flags
      implClass    final
      implBlock    final
      methodNames  final

  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=7, args_size=7
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        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 423
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 4 /* name */
            aload 5 /* args */
            arraylength
            iconst_1
            iconst_m1
            invokestatic org.jruby.runtime.Arity.checkArgumentCount:(Lorg/jruby/Ruby;Ljava/lang/String;III)I
            pop
         1: .line 425
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* clazz */
            aload 6 /* block */
            aload 5 /* args */
            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.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        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 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3    clazz  Lorg/jruby/RubyModule;
            0    2     4     name  Ljava/lang/String;
            0    2     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     6    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      args     
      block    

  private org.jruby.runtime.builtin.IRubyObject callImpl(org.jruby.runtime.ThreadContext, org.jruby.RubyModule, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.RubyModule clazz
        start local 3 // org.jruby.runtime.Block block
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 429
            aload 0 /* this */
            getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.methodNames:[Lorg/jruby/runtime/builtin/IRubyObject;
            ifnonnull 1
            aload 0 /* this */
            getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.implBlock:Lorg/jruby/runtime/Block;
            aload 1 /* context */
            aload 4 /* args */
            invokevirtual org.jruby.runtime.Block.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 431
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.methodNames:[Lorg/jruby/runtime/builtin/IRubyObject;
            arraylength
            iconst_1
            if_icmpne 3
         2: .line 432
            aload 0 /* this */
            getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.methodNames:[Lorg/jruby/runtime/builtin/IRubyObject;
            iconst_0
            aaload
            aload 4 /* args */
            iconst_0
            aaload
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 5
            aload 0 /* this */
            getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.implBlock:Lorg/jruby/runtime/Block;
            aload 1 /* context */
            aload 4 /* args */
            invokevirtual org.jruby.runtime.Block.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         3: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.methodNames:[Lorg/jruby/runtime/builtin/IRubyObject;
            aload 4 /* args */
            iconst_0
            aaload
            invokestatic java.util.Arrays.binarySearch:([Ljava/lang/Object;Ljava/lang/Object;)I
            iflt 5
         4: .line 435
            aload 0 /* this */
            getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.implBlock:Lorg/jruby/runtime/Block;
            aload 1 /* context */
            aload 4 /* args */
            invokevirtual org.jruby.runtime.Block.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         5: .line 438
      StackMap locals:
      StackMap stack:
            aload 2 /* clazz */
            invokevirtual org.jruby.RubyModule.getSuperClass:()Lorg/jruby/RubyClass;
            aload 1 /* context */
            ldc "method_missing"
            aload 4 /* args */
            aload 3 /* block */
            invokevirtual org.jruby.RubyClass.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.RubyModule clazz
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2    clazz  Lorg/jruby/RubyModule;
            0    6     3    block  Lorg/jruby/runtime/Block;
            0    6     4     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      clazz    
      block    
      args     

  public final 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: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl 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 443
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* klazz */
            aload 5 /* block */
            iconst_0
            anewarray org.jruby.runtime.builtin.IRubyObject
            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 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 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3    klazz  Lorg/jruby/RubyModule;
            0    1     4     name  Ljava/lang/String;
            0    1     5    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      klazz    
      name     
      block    

  public final 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: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl 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 448
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* klazz */
            aload 6 /* block */
            iconst_1
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 5 /* arg0 */
            aastore
            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.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 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3    klazz  Lorg/jruby/RubyModule;
            0    1     4     name  Ljava/lang/String;
            0    1     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     6    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      klazz    
      name     
      arg0     
      block    

  public final 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: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl 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 453
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* klazz */
            aload 7 /* block */
            iconst_2
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 5 /* arg0 */
            aastore
            dup
            iconst_1
            aload 6 /* arg1 */
            aastore
            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.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 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3    klazz  Lorg/jruby/RubyModule;
            0    1     4     name  Ljava/lang/String;
            0    1     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     7    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      klazz    
      name     
      arg0     
      arg1     
      block    

  public final 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: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=9, args_size=9
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl 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 458
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* klazz */
            aload 8 /* block */
            iconst_3
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 5 /* arg0 */
            aastore
            dup
            iconst_1
            aload 6 /* arg1 */
            aastore
            dup
            iconst_2
            aload 7 /* arg2 */
            aastore
            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.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 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3    klazz  Lorg/jruby/RubyModule;
            0    1     4     name  Ljava/lang/String;
            0    1     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     7     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     8    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      klazz    
      name     
      arg0     
      arg1     
      arg2     
      block    

  public org.jruby.internal.runtime.methods.DynamicMethod dup();
    descriptor: ()Lorg/jruby/internal/runtime/methods/DynamicMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl this
         0: .line 461
            aload 0 /* this */
            areturn
        end local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;

  final org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod getConcreteMethod(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl this
        start local 1 // java.lang.String name
         0: .line 463
            new org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod
            dup
            aload 0 /* this */
            aload 1 /* name */
            invokespecial org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl$ConcreteMethod.<init>:(Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  static org.jruby.RubyModule access$0(org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl);
    descriptor: (Lorg/jruby/java/proxies/JavaInterfaceTemplate$BlockInterfaceImpl;)Lorg/jruby/RubyModule;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 411
            aload 0
            getfield org.jruby.java.proxies.JavaInterfaceTemplate$BlockInterfaceImpl.implementationClass:Lorg/jruby/RubyModule;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
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