class org.jruby.java.proxies.JavaInterfaceTemplate$3 extends org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOne
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.java.proxies.JavaInterfaceTemplate$3
  super_class: org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOne
{
  void <init>(org.jruby.RubyModule, org.jruby.runtime.Visibility, java.lang.String);
    descriptor: (Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$3 this
        start local 1 // org.jruby.RubyModule $anonymous0
        start local 2 // org.jruby.runtime.Visibility $anonymous1
        start local 3 // java.lang.String $anonymous2
         0: .line 211
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            aload 2 /* $anonymous1 */
            aload 3 /* $anonymous2 */
            invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOne.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
            return
        end local 3 // java.lang.String $anonymous2
        end local 2 // org.jruby.runtime.Visibility $anonymous1
        end local 1 // org.jruby.RubyModule $anonymous0
        end local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$3;
            0    1     1  $anonymous0  Lorg/jruby/RubyModule;
            0    1     2  $anonymous1  Lorg/jruby/runtime/Visibility;
            0    1     3  $anonymous2  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      $anonymous0  
      $anonymous1  
      $anonymous2  

  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=4, locals=9, args_size=6
        start local 0 // org.jruby.java.proxies.JavaInterfaceTemplate$3 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 arg
         0: .line 215
            aload 2 /* self */
            invokestatic org.jruby.java.proxies.JavaInterfaceTemplate.getJavaInterfaces:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            astore 6 /* ifaces */
        start local 6 // org.jruby.RubyArray ifaces
         1: .line 216
            aload 6 /* ifaces */
            ifnonnull 2
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 217
      StackMap locals: org.jruby.RubyArray
      StackMap stack:
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         3: goto 7
         4: .line 218
      StackMap locals: int
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 6 /* ifaces */
            iload 7 /* i */
            invokevirtual org.jruby.RubyArray.eltInternal:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            invokestatic org.jruby.javasupport.Java.get_interface_module:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyModule;
            astore 8 /* iface */
        start local 8 // org.jruby.RubyModule iface
         5: .line 219
            aload 1 /* context */
            aload 8 /* iface */
            ldc "implement"
            aload 2 /* self */
            invokestatic org.jruby.runtime.Helpers.invoke:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
        end local 8 // org.jruby.RubyModule iface
         6: .line 217
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 7 /* i */
            aload 6 /* ifaces */
            invokevirtual org.jruby.RubyArray.size:()I
            if_icmplt 4
        end local 7 // int i
         8: .line 221
            aload 6 /* ifaces */
            areturn
        end local 6 // org.jruby.RubyArray ifaces
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg
        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$3 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/jruby/java/proxies/JavaInterfaceTemplate$3;
            0    9     1  context  Lorg/jruby/runtime/ThreadContext;
            0    9     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     3    clazz  Lorg/jruby/RubyModule;
            0    9     4     name  Ljava/lang/String;
            0    9     5      arg  Lorg/jruby/runtime/builtin/IRubyObject;
            1    9     6   ifaces  Lorg/jruby/RubyArray;
            3    8     7        i  I
            5    6     8    iface  Lorg/jruby/RubyModule;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg      
}
SourceFile: "JavaInterfaceTemplate.java"
EnclosingMethod: org.jruby.java.proxies.JavaInterfaceTemplate.initInterfaceImplMethods:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;)V
NestHost: org.jruby.java.proxies.JavaInterfaceTemplate
InnerClasses:
  public abstract JavaMethodOne = org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOne of org.jruby.internal.runtime.methods.JavaMethod
  org.jruby.java.proxies.JavaInterfaceTemplate$3