public class org.jruby.IncludedModule extends org.jruby.RubyClass
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.IncludedModule
  super_class: org.jruby.RubyClass
{
  protected final org.jruby.RubyModule origin;
    descriptor: Lorg/jruby/RubyModule;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>(org.jruby.Ruby, org.jruby.RubyClass, org.jruby.RubyModule);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/RubyModule;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.IncludedModule this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass superClass
        start local 3 // org.jruby.RubyModule origin
         0: .line 9
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* superClass */
            iconst_0
            invokespecial org.jruby.RubyClass.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Z)V
         1: .line 10
            aload 0 /* this */
            aload 3 /* origin */
            putfield org.jruby.IncludedModule.origin:Lorg/jruby/RubyModule;
         2: .line 11
            aload 0 /* this */
            aload 3 /* origin */
            getfield org.jruby.RubyModule.metaClass:Lorg/jruby/RubyClass;
            putfield org.jruby.IncludedModule.metaClass:Lorg/jruby/RubyClass;
         3: .line 12
            aload 2 /* superClass */
            ifnull 5
         4: .line 13
            aload 0 /* this */
            aload 2 /* superClass */
            invokevirtual org.jruby.RubyClass.getClassIndex:()Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.IncludedModule.setClassIndex:(Lorg/jruby/runtime/ClassIndex;)V
         5: .line 15
      StackMap locals: org.jruby.IncludedModule org.jruby.Ruby org.jruby.RubyClass org.jruby.RubyModule
      StackMap stack:
            return
        end local 3 // org.jruby.RubyModule origin
        end local 2 // org.jruby.RubyClass superClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.IncludedModule this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/jruby/IncludedModule;
            0    6     1     runtime  Lorg/jruby/Ruby;
            0    6     2  superClass  Lorg/jruby/RubyClass;
            0    6     3      origin  Lorg/jruby/RubyModule;
    MethodParameters:
            Name  Flags
      runtime     
      superClass  
      origin      

  public boolean isModule();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.IncludedModule this
         0: .line 19
            iconst_0
            ireturn
        end local 0 // org.jruby.IncludedModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/IncludedModule;

  public boolean isClass();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.IncludedModule this
         0: .line 24
            iconst_0
            ireturn
        end local 0 // org.jruby.IncludedModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/IncludedModule;

  public boolean isImmediate();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.IncludedModule this
         0: .line 29
            iconst_1
            ireturn
        end local 0 // org.jruby.IncludedModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/IncludedModule;

  public void setMetaClass(org.jruby.RubyClass);
    descriptor: (Lorg/jruby/RubyClass;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.IncludedModule this
        start local 1 // org.jruby.RubyClass newRubyClass
         0: .line 34
            new java.lang.UnsupportedOperationException
            dup
            ldc "An included class is only a wrapper for a module"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.jruby.RubyClass newRubyClass
        end local 0 // org.jruby.IncludedModule this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/jruby/IncludedModule;
            0    1     1  newRubyClass  Lorg/jruby/RubyClass;
    MethodParameters:
              Name  Flags
      newRubyClass  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.IncludedModule this
         0: .line 39
            aload 0 /* this */
            getfield org.jruby.IncludedModule.origin:Lorg/jruby/RubyModule;
            invokevirtual org.jruby.RubyModule.getName:()Ljava/lang/String;
            areturn
        end local 0 // org.jruby.IncludedModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/IncludedModule;

  public org.jruby.RubyModule getNonIncludedClass();
    descriptor: ()Lorg/jruby/RubyModule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.IncludedModule this
         0: .line 44
            aload 0 /* this */
            getfield org.jruby.IncludedModule.origin:Lorg/jruby/RubyModule;
            areturn
        end local 0 // org.jruby.IncludedModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/IncludedModule;

  public org.jruby.runtime.builtin.IRubyObject id();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.IncludedModule this
         0: .line 53
            aload 0 /* this */
            getfield org.jruby.IncludedModule.origin:Lorg/jruby/RubyModule;
            invokevirtual org.jruby.RubyModule.id:()Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.IncludedModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/IncludedModule;

  protected synchronized java.util.Map<java.lang.String, org.jruby.runtime.builtin.IRubyObject> getClassVariables();
    descriptor: ()Ljava/util/Map;
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.IncludedModule this
         0: .line 58
            aload 0 /* this */
            getfield org.jruby.IncludedModule.origin:Lorg/jruby/RubyModule;
            invokevirtual org.jruby.RubyModule.getClassVariables:()Ljava/util/Map;
            areturn
        end local 0 // org.jruby.IncludedModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/IncludedModule;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;>;

  protected java.util.Map<java.lang.String, org.jruby.runtime.builtin.IRubyObject> getClassVariablesForRead();
    descriptor: ()Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.IncludedModule this
         0: .line 63
            aload 0 /* this */
            getfield org.jruby.IncludedModule.origin:Lorg/jruby/RubyModule;
            invokevirtual org.jruby.RubyModule.getClassVariablesForRead:()Ljava/util/Map;
            areturn
        end local 0 // org.jruby.IncludedModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/IncludedModule;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;>;
}
SourceFile: "IncludedModule.java"