public class org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash extends org.jruby.RubyGlobal$StringOnlyRubyHash
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash
super_class: org.jruby.RubyGlobal$StringOnlyRubyHash
{
private static final org.jruby.util.ByteList ENV;
descriptor: Lorg/jruby/util/ByteList;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=0, args_size=0
0: new org.jruby.util.ByteList
dup
iconst_3
newarray 8
dup
iconst_0
bipush 69
bastore
dup
iconst_1
bipush 78
bastore
dup
iconst_2
bipush 86
bastore
getstatic org.jcodings.specific.USASCIIEncoding.INSTANCE:Lorg/jcodings/specific/USASCIIEncoding;
iconst_0
invokespecial org.jruby.util.ByteList.<init>:([BLorg/jcodings/Encoding;Z)V
putstatic org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash.ENV:Lorg/jruby/util/ByteList;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(org.jruby.Ruby, java.util.Map<org.jruby.RubyString, org.jruby.RubyString>, org.jruby.runtime.builtin.IRubyObject, );
descriptor: (Lorg/jruby/Ruby;Ljava/util/Map;Lorg/jruby/runtime/builtin/IRubyObject;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
iload 4
invokespecial org.jruby.RubyGlobal$StringOnlyRubyHash.<init>:(Lorg/jruby/Ruby;Ljava/util/Map;Lorg/jruby/runtime/builtin/IRubyObject;Z)V
1: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/RubyGlobal$CaseInsensitiveStringOnlyRubyHash;
0 2 1 runtime Lorg/jruby/Ruby;
0 2 2 valueMap Ljava/util/Map<Lorg/jruby/RubyString;Lorg/jruby/RubyString;>;
0 2 3 defaultValue Lorg/jruby/runtime/builtin/IRubyObject;
0 2 4 updateRealENV Z
Signature: (Lorg/jruby/Ruby;Ljava/util/Map<Lorg/jruby/RubyString;Lorg/jruby/RubyString;>;Lorg/jruby/runtime/builtin/IRubyObject;Z)V
MethodParameters:
Name Flags
runtime
valueMap
defaultValue
updateRealENV
protected final boolean isCaseSensitive();
descriptor: ()Z
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyGlobal$CaseInsensitiveStringOnlyRubyHash;
public org.jruby.runtime.builtin.IRubyObject op_aref(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial org.jruby.RubyGlobal$StringOnlyRubyHash.op_aref:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
astore 3
start local 3 1: aload 3
iconst_1
invokeinterface org.jruby.runtime.builtin.IRubyObject.setTaint:(Z)V
2: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/RubyGlobal$CaseInsensitiveStringOnlyRubyHash;
0 3 1 context Lorg/jruby/runtime/ThreadContext;
0 3 2 key Lorg/jruby/runtime/builtin/IRubyObject;
1 3 3 val Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
key
public org.jruby.RubyString to_s(org.jruby.runtime.ThreadContext);
descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubyString;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
getstatic org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash.ENV:Lorg/jruby/util/ByteList;
invokestatic org.jruby.RubyString.newStringShared:(Lorg/jruby/Ruby;Lorg/jruby/util/ByteList;)Lorg/jruby/RubyString;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyGlobal$CaseInsensitiveStringOnlyRubyHash;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
RuntimeVisibleAnnotations:
org.jruby.anno.JRubyMethod(name = {"to_s"})
MethodParameters:
Name Flags
context
public org.jruby.runtime.builtin.IRubyObject to_s();
descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash.getRuntime:()Lorg/jruby/Ruby;
getstatic org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash.ENV:Lorg/jruby/util/ByteList;
invokestatic org.jruby.RubyString.newStringShared:(Lorg/jruby/Ruby;Lorg/jruby/util/ByteList;)Lorg/jruby/RubyString;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyGlobal$CaseInsensitiveStringOnlyRubyHash;
public org.jruby.RubyHash to_h();
descriptor: ()Lorg/jruby/RubyHash;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash.to_hash:()Lorg/jruby/RubyHash;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyGlobal$CaseInsensitiveStringOnlyRubyHash;
RuntimeVisibleAnnotations:
org.jruby.anno.JRubyMethod()
public org.jruby.runtime.builtin.IRubyObject to_s(org.jruby.runtime.ThreadContext);
descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash.to_s:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubyString;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "RubyGlobal.java"
NestHost: org.jruby.RubyGlobal
InnerClasses:
public CaseInsensitiveStringOnlyRubyHash = org.jruby.RubyGlobal$CaseInsensitiveStringOnlyRubyHash of org.jruby.RubyGlobal
public StringOnlyRubyHash = org.jruby.RubyGlobal$StringOnlyRubyHash of org.jruby.RubyGlobal