class org.jruby.TopSelfFactory$6 extends org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.TopSelfFactory$6
  super_class: org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN
{
  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.TopSelfFactory$6 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 109
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            aload 2 /* $anonymous1 */
            aload 3 /* $anonymous2 */
            invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.<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.TopSelfFactory$6 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/TopSelfFactory$6;
            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=7, args_size=6
        start local 0 // org.jruby.TopSelfFactory$6 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 112
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 5 /* args */
            iconst_1
            iconst_1
            invokestatic org.jruby.runtime.Arity.checkArgumentCount:(Lorg/jruby/Ruby;[Lorg/jruby/runtime/builtin/IRubyObject;II)I
            pop
         1: .line 113
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getCurrentStaticScope:()Lorg/jruby/parser/StaticScope;
            aload 1 /* context */
            invokevirtual org.jruby.parser.StaticScope.getOverlayModuleForWrite:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubyModule;
            astore 6 /* cref */
        start local 6 // org.jruby.RubyModule cref
         2: .line 121
            aload 1 /* context */
            aload 6 /* cref */
            aload 5 /* args */
            iconst_0
            aaload
            invokestatic org.jruby.RubyModule.usingModule:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;)V
         3: .line 122
            aload 2 /* self */
            areturn
        end local 6 // org.jruby.RubyModule cref
        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.TopSelfFactory$6 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/TopSelfFactory$6;
            0    4     1  context  Lorg/jruby/runtime/ThreadContext;
            0    4     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    4     3    clazz  Lorg/jruby/RubyModule;
            0    4     4     name  Ljava/lang/String;
            0    4     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            2    4     6     cref  Lorg/jruby/RubyModule;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      args     
}
SourceFile: "TopSelfFactory.java"
EnclosingMethod: org.jruby.TopSelfFactory.createTopSelf:(Lorg/jruby/Ruby;Z)Lorg/jruby/runtime/builtin/IRubyObject;
NestHost: org.jruby.TopSelfFactory
InnerClasses:
  org.jruby.TopSelfFactory$6
  public abstract JavaMethodN = org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN of org.jruby.internal.runtime.methods.JavaMethod