public class org.jruby.RubyModule$KindOf
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.RubyModule$KindOf
  super_class: java.lang.Object
{
  public static final org.jruby.RubyModule$KindOf DEFAULT_KIND_OF;
    descriptor: Lorg/jruby/RubyModule$KindOf;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 264
            new org.jruby.RubyModule$KindOf
            dup
            invokespecial org.jruby.RubyModule$KindOf.<init>:()V
            putstatic org.jruby.RubyModule$KindOf.DEFAULT_KIND_OF:Lorg/jruby/RubyModule$KindOf;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyModule$KindOf this
         0: .line 263
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyModule$KindOf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyModule$KindOf;

  public boolean isKindOf(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.jruby.RubyModule$KindOf this
        start local 1 // org.jruby.runtime.builtin.IRubyObject obj
        start local 2 // org.jruby.RubyModule type
         0: .line 266
            aload 1 /* obj */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getMetaClass:()Lorg/jruby/RubyClass;
            astore 3 /* cl */
        start local 3 // org.jruby.RubyModule cl
         1: .line 268
            aload 3 /* cl */
            aload 2 /* type */
            invokevirtual org.jruby.RubyModule.getDelegate:()Lorg/jruby/RubyModule;
            invokevirtual org.jruby.RubyModule.getNonIncludedClass:()Lorg/jruby/RubyModule;
            invokevirtual org.jruby.RubyModule.searchAncestor:(Lorg/jruby/RubyModule;)Lorg/jruby/RubyModule;
            ifnull 2
            iconst_1
            ireturn
      StackMap locals: org.jruby.RubyModule
      StackMap stack:
         2: iconst_0
            ireturn
        end local 3 // org.jruby.RubyModule cl
        end local 2 // org.jruby.RubyModule type
        end local 1 // org.jruby.runtime.builtin.IRubyObject obj
        end local 0 // org.jruby.RubyModule$KindOf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/RubyModule$KindOf;
            0    3     1   obj  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     2  type  Lorg/jruby/RubyModule;
            1    3     3    cl  Lorg/jruby/RubyModule;
    MethodParameters:
      Name  Flags
      obj   
      type  
}
SourceFile: "RubyModule.java"
NestHost: org.jruby.RubyModule
InnerClasses:
  public KindOf = org.jruby.RubyModule$KindOf of org.jruby.RubyModule