final class org.jruby.java.proxies.JavaInterfaceTemplate$InterfaceProxyFactory extends org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jruby.java.proxies.JavaInterfaceTemplate$InterfaceProxyFactory
  super_class: org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN
{
  void <init>(org.jruby.RubyClass, java.lang.String);
    descriptor: (Lorg/jruby/RubyClass;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$InterfaceProxyFactory this
        start local 1 // org.jruby.RubyClass clazz
        start local 2 // java.lang.String name
         0: .line 229
            aload 0 /* this */
            aload 1 /* clazz */
            getstatic org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;
            aload 2 /* name */
            invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
            return
        end local 2 // java.lang.String name
        end local 1 // org.jruby.RubyClass clazz
        end local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$InterfaceProxyFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$InterfaceProxyFactory;
            0    1     1  clazz  Lorg/jruby/RubyClass;
            0    1     2   name  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      clazz  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=1, locals=6, args_size=6
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$InterfaceProxyFactory 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.Block block
         0: .line 233
            aload 2 /* self */
            invokestatic org.jruby.java.proxies.JavaInterfaceTemplate.newInterfaceProxy:(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 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$InterfaceProxyFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$InterfaceProxyFactory;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3    clazz  Lorg/jruby/RubyModule;
            0    1     4     name  Ljava/lang/String;
            0    1     5    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      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[]);
    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;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=6, args_size=6
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$InterfaceProxyFactory 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
         0: .line 238
            aload 2 /* self */
            invokestatic org.jruby.java.proxies.JavaInterfaceTemplate.newInterfaceProxy:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        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$InterfaceProxyFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$InterfaceProxyFactory;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3    clazz  Lorg/jruby/RubyModule;
            0    1     4     name  Ljava/lang/String;
            0    1     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      args     
}
SourceFile: "JavaInterfaceTemplate.java"
NestHost: org.jruby.java.proxies.JavaInterfaceTemplate
InnerClasses:
  public abstract JavaMethodN = org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN of org.jruby.internal.runtime.methods.JavaMethod
  private final InterfaceProxyFactory = org.jruby.java.proxies.JavaInterfaceTemplate$InterfaceProxyFactory of org.jruby.java.proxies.JavaInterfaceTemplate