class org.jruby.javasupport.binding.MethodGatherer$7 extends org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZero
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.javasupport.binding.MethodGatherer$7
  super_class: org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZero
{
  final org.jruby.javasupport.binding.MethodGatherer this$0;
    descriptor: Lorg/jruby/javasupport/binding/MethodGatherer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.jruby.RubyModule val$innerProxy;
    descriptor: Lorg/jruby/RubyModule;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.javasupport.binding.MethodGatherer, org.jruby.RubyModule, org.jruby.runtime.Visibility, java.lang.String, org.jruby.RubyModule);
    descriptor: (Lorg/jruby/javasupport/binding/MethodGatherer;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/RubyModule;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // org.jruby.javasupport.binding.MethodGatherer$7 this
        start local 2 // org.jruby.RubyModule $anonymous0
        start local 3 // org.jruby.runtime.Visibility $anonymous1
        start local 4 // java.lang.String $anonymous2
         0: .line 321
            aload 0 /* this */
            aload 1
            putfield org.jruby.javasupport.binding.MethodGatherer$7.this$0:Lorg/jruby/javasupport/binding/MethodGatherer;
            aload 0 /* this */
            aload 5
            putfield org.jruby.javasupport.binding.MethodGatherer$7.val$innerProxy:Lorg/jruby/RubyModule;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            aload 4 /* $anonymous2 */
            invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZero.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
            return
        end local 4 // java.lang.String $anonymous2
        end local 3 // org.jruby.runtime.Visibility $anonymous1
        end local 2 // org.jruby.RubyModule $anonymous0
        end local 0 // org.jruby.javasupport.binding.MethodGatherer$7 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/javasupport/binding/MethodGatherer$7;
            0    1     2  $anonymous0  Lorg/jruby/RubyModule;
            0    1     3  $anonymous1  Lorg/jruby/runtime/Visibility;
            0    1     4  $anonymous2  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      this$0          final
      $anonymous0     
      $anonymous1     
      $anonymous2     
      val$innerProxy  final

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // org.jruby.javasupport.binding.MethodGatherer$7 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
         0: .line 324
            aload 0 /* this */
            getfield org.jruby.javasupport.binding.MethodGatherer$7.val$innerProxy:Lorg/jruby/RubyModule;
            areturn
        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.javasupport.binding.MethodGatherer$7 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/javasupport/binding/MethodGatherer$7;
            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;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
}
SourceFile: "MethodGatherer.java"
EnclosingMethod: org.jruby.javasupport.binding.MethodGatherer.installInnerClasses:(Ljava/lang/Class;Lorg/jruby/RubyModule;)V
NestHost: org.jruby.javasupport.binding.MethodGatherer
InnerClasses:
  public abstract JavaMethodZero = org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZero of org.jruby.internal.runtime.methods.JavaMethod
  org.jruby.javasupport.binding.MethodGatherer$7