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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.jruby.RubyModule$ConstantEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
2: aload 0
iload 2
putfield org.jruby.RubyModule$ConstantEntry.hidden:Z
3: aload 0
iconst_0
putfield org.jruby.RubyModule$ConstantEntry.deprecated:Z
4: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.jruby.RubyModule$ConstantEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
2: aload 0
iload 2
putfield org.jruby.RubyModule$ConstantEntry.hidden:Z
3: aload 0
iload 3
putfield org.jruby.RubyModule$ConstantEntry.deprecated:Z
4: return
end local 3 end local 2 end local 1 end local 0 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 0: new org.jruby.RubyModule$ConstantEntry
dup
aload 0
getfield org.jruby.RubyModule$ConstantEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
aload 0
getfield org.jruby.RubyModule$ConstantEntry.hidden:Z
aload 0
getfield org.jruby.RubyModule$ConstantEntry.deprecated:Z
invokespecial org.jruby.RubyModule$ConstantEntry.<init>:(Lorg/jruby/runtime/builtin/IRubyObject;ZZ)V
areturn
end local 0 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