public class org.jruby.RubyModule$ModuleKernelMethods
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.RubyModule$ModuleKernelMethods
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyModule$ModuleKernelMethods this
         0: .line 208
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyModule$ModuleKernelMethods this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyModule$ModuleKernelMethods;

  public static org.jruby.runtime.builtin.IRubyObject autoload(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject symbol
        start local 3 // org.jruby.runtime.builtin.IRubyObject file
         0: .line 211
            aload 0 /* context */
            aload 1 /* self */
            aload 2 /* symbol */
            aload 3 /* file */
            invokestatic org.jruby.RubyKernel.autoload:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject file
        end local 2 // org.jruby.runtime.builtin.IRubyObject symbol
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
            0    1     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     2   symbol  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3     file  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  
      self     
      symbol   
      file     

  public static org.jruby.runtime.builtin.IRubyObject autoload_p(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=8, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject symbol
         0: .line 216
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 217
            aload 2 /* symbol */
            invokestatic org.jruby.util.TypeConverter.checkID:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubySymbol;
            invokevirtual org.jruby.RubySymbol.idString:()Ljava/lang/String;
            astore 4 /* name */
        start local 4 // java.lang.String name
         2: .line 219
            aload 3 /* runtime */
            aload 1 /* self */
            invokestatic org.jruby.RubyKernel.getModuleForAutoload:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyModule;
            astore 5 /* mod */
        start local 5 // org.jruby.RubyModule mod
         3: .line 220
            goto 15
         4: .line 221
      StackMap locals: org.jruby.Ruby java.lang.String org.jruby.RubyModule
      StackMap stack:
            aload 5 /* mod */
            aload 4 /* name */
            invokevirtual org.jruby.RubyModule.fetchConstant:(Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 6 /* loadedValue */
        start local 6 // org.jruby.runtime.builtin.IRubyObject loadedValue
         5: .line 222
            aload 6 /* loadedValue */
            ifnull 6
            aload 6 /* loadedValue */
            getstatic org.jruby.RubyModule.UNDEF:Lorg/jruby/runtime/builtin/IRubyObject;
            if_acmpeq 6
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 225
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 5 /* mod */
            invokevirtual org.jruby.RubyModule.isIncluded:()Z
            ifeq 9
         7: .line 226
            aload 5 /* mod */
            invokevirtual org.jruby.RubyModule.getNonIncludedClass:()Lorg/jruby/RubyModule;
            aload 4 /* name */
            invokevirtual org.jruby.RubyModule.getAutoloadFile:(Ljava/lang/String;)Lorg/jruby/RubyString;
            astore 7 /* file */
        start local 7 // org.jruby.RubyString file
         8: .line 227
            goto 10
        end local 7 // org.jruby.RubyString file
         9: .line 229
      StackMap locals:
      StackMap stack:
            aload 5 /* mod */
            aload 4 /* name */
            invokevirtual org.jruby.RubyModule.getAutoloadFile:(Ljava/lang/String;)Lorg/jruby/RubyString;
            astore 7 /* file */
        start local 7 // org.jruby.RubyString file
        10: .line 232
      StackMap locals: org.jruby.RubyString
      StackMap stack:
            aload 7 /* file */
            ifnull 14
        11: .line 233
            aload 3 /* runtime */
            invokevirtual org.jruby.Ruby.getLoadService:()Lorg/jruby/runtime/load/LoadService;
            aload 7 /* file */
            invokevirtual org.jruby.RubyString.asJavaString:()Ljava/lang/String;
            invokevirtual org.jruby.runtime.load.LoadService.featureAlreadyLoaded:(Ljava/lang/String;)Z
            ifeq 13
        12: .line 235
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        13: .line 237
      StackMap locals:
      StackMap stack:
            aload 7 /* file */
            areturn
        end local 7 // org.jruby.RubyString file
        end local 6 // org.jruby.runtime.builtin.IRubyObject loadedValue
        14: .line 220
      StackMap locals:
      StackMap stack:
            aload 5 /* mod */
            invokevirtual org.jruby.RubyModule.getSuperClass:()Lorg/jruby/RubyClass;
            astore 5 /* mod */
      StackMap locals:
      StackMap stack:
        15: aload 5 /* mod */
            ifnonnull 4
        16: .line 240
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 5 // org.jruby.RubyModule mod
        end local 4 // java.lang.String name
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.runtime.builtin.IRubyObject symbol
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0      context  Lorg/jruby/runtime/ThreadContext;
            0   17     1         self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   17     2       symbol  Lorg/jruby/runtime/builtin/IRubyObject;
            1   17     3      runtime  Lorg/jruby/Ruby;
            2   17     4         name  Ljava/lang/String;
            3   17     5          mod  Lorg/jruby/RubyModule;
            5   14     6  loadedValue  Lorg/jruby/runtime/builtin/IRubyObject;
            8    9     7         file  Lorg/jruby/RubyString;
           10   14     7         file  Lorg/jruby/RubyString;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"autoload?"})
    MethodParameters:
         Name  Flags
      context  
      self     
      symbol   
}
SourceFile: "RubyModule.java"
NestHost: org.jruby.RubyModule
InnerClasses:
  public ModuleKernelMethods = org.jruby.RubyModule$ModuleKernelMethods of org.jruby.RubyModule