class org.jruby.RubyHash$28 extends org.jruby.RubyHash$EntryView
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyHash$28
super_class: org.jruby.RubyHash$EntryView
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.jruby.RubyHash$EntryView.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyHash$28;
public java.lang.Object convertEntry(org.jruby.Ruby, org.jruby.RubyHash$RubyHashEntry);
descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyHash$RubyHashEntry;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyHash$28;
0 1 1 runtime Lorg/jruby/Ruby;
0 1 2 entry Lorg/jruby/RubyHash$RubyHashEntry;
MethodParameters:
Name Flags
runtime
entry
public boolean contains(org.jruby.RubyHash, java.lang.Object);
descriptor: (Lorg/jruby/RubyHash;Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 2
instanceof org.jruby.RubyHash$RubyHashEntry
ifne 1
iconst_0
ireturn
1: StackMap locals:
StackMap stack:
aload 2
checkcast org.jruby.RubyHash$RubyHashEntry
astore 3
start local 3 2: aload 1
aload 3
getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
invokevirtual org.jruby.RubyHash.internalGetEntry:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyHash$RubyHashEntry;
astore 4
start local 4 3: aload 4
getstatic org.jruby.RubyHash.NO_ENTRY:Lorg/jruby/RubyHash$RubyHashEntry;
if_acmpeq 4
aload 3
aload 4
invokevirtual org.jruby.RubyHash$RubyHashEntry.equals:(Ljava/lang/Object;)Z
ifeq 4
iconst_1
ireturn
StackMap locals: org.jruby.RubyHash$RubyHashEntry org.jruby.RubyHash$RubyHashEntry
StackMap stack:
4: iconst_0
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/RubyHash$28;
0 5 1 hash Lorg/jruby/RubyHash;
0 5 2 o Ljava/lang/Object;
2 5 3 entry Lorg/jruby/RubyHash$RubyHashEntry;
3 5 4 candidate Lorg/jruby/RubyHash$RubyHashEntry;
MethodParameters:
Name Flags
hash
o
public boolean remove(org.jruby.RubyHash, java.lang.Object);
descriptor: (Lorg/jruby/RubyHash;Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
instanceof org.jruby.RubyHash$RubyHashEntry
ifne 1
iconst_0
ireturn
1: StackMap locals:
StackMap stack:
aload 1
aload 2
checkcast org.jruby.RubyHash$RubyHashEntry
invokevirtual org.jruby.RubyHash.internalDeleteEntry:(Lorg/jruby/RubyHash$RubyHashEntry;)Lorg/jruby/RubyHash$RubyHashEntry;
getstatic org.jruby.RubyHash.NO_ENTRY:Lorg/jruby/RubyHash$RubyHashEntry;
if_acmpeq 2
iconst_1
ireturn
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/RubyHash$28;
0 3 1 hash Lorg/jruby/RubyHash;
0 3 2 o Ljava/lang/Object;
MethodParameters:
Name Flags
hash
o
}
SourceFile: "RubyHash.java"
EnclosingMethod: org.jruby.RubyHash
NestHost: org.jruby.RubyHash
InnerClasses:
org.jruby.RubyHash$28
private abstract EntryView = org.jruby.RubyHash$EntryView of org.jruby.RubyHash
public final RubyHashEntry = org.jruby.RubyHash$RubyHashEntry of org.jruby.RubyHash