public class org.jruby.RubyModule$ConstantEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.RubyModule$ConstantEntry
  super_class: java.lang.Object
{
  public final org.jruby.runtime.builtin.IRubyObject value;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final boolean hidden;
    descriptor: Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  final boolean deprecated;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  public void <init>(org.jruby.runtime.builtin.IRubyObject, boolean);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.RubyModule$ConstantEntry this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
        start local 2 // boolean hidden
         0: .line 4964
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 4965
            aload 0 /* this */
            aload 1 /* value */
            putfield org.jruby.RubyModule$ConstantEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 4966
            aload 0 /* this */
            iload 2 /* hidden */
            putfield org.jruby.RubyModule$ConstantEntry.hidden:Z
         3: .line 4967
            aload 0 /* this */
            iconst_0
            putfield org.jruby.RubyModule$ConstantEntry.deprecated:Z
         4: .line 4968
            return
        end local 2 // boolean hidden
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.RubyModule$ConstantEntry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/jruby/RubyModule$ConstantEntry;
            0    5     1   value  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     2  hidden  Z
    MethodParameters:
        Name  Flags
      value   
      hidden  

  void <init>(org.jruby.runtime.builtin.IRubyObject, boolean, boolean);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;ZZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jruby.RubyModule$ConstantEntry this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
        start local 2 // boolean hidden
        start local 3 // boolean deprecated
         0: .line 4970
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 4971
            aload 0 /* this */
            aload 1 /* value */
            putfield org.jruby.RubyModule$ConstantEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 4972
            aload 0 /* this */
            iload 2 /* hidden */
            putfield org.jruby.RubyModule$ConstantEntry.hidden:Z
         3: .line 4973
            aload 0 /* this */
            iload 3 /* deprecated */
            putfield org.jruby.RubyModule$ConstantEntry.deprecated:Z
         4: .line 4974
            return
        end local 3 // boolean deprecated
        end local 2 // boolean hidden
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.RubyModule$ConstantEntry this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/jruby/RubyModule$ConstantEntry;
            0    5     1       value  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     2      hidden  Z
            0    5     3  deprecated  Z
    MethodParameters:
            Name  Flags
      value       
      hidden      
      deprecated  

  public org.jruby.RubyModule$ConstantEntry dup();
    descriptor: ()Lorg/jruby/RubyModule$ConstantEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.jruby.RubyModule$ConstantEntry this
         0: .line 4977
            new org.jruby.RubyModule$ConstantEntry
            dup
            aload 0 /* this */
            getfield org.jruby.RubyModule$ConstantEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 0 /* this */
            getfield org.jruby.RubyModule$ConstantEntry.hidden:Z
            aload 0 /* this */
            getfield org.jruby.RubyModule$ConstantEntry.deprecated:Z
            invokespecial org.jruby.RubyModule$ConstantEntry.<init>:(Lorg/jruby/runtime/builtin/IRubyObject;ZZ)V
            areturn
        end local 0 // org.jruby.RubyModule$ConstantEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyModule$ConstantEntry;
}
SourceFile: "RubyModule.java"
NestHost: org.jruby.RubyModule
InnerClasses:
  public ConstantEntry = org.jruby.RubyModule$ConstantEntry of org.jruby.RubyModule