class org.jruby.RubyHash$2 extends org.jruby.RubyHash$EntryMatchType
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyHash$2
super_class: org.jruby.RubyHash$EntryMatchType
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.jruby.RubyHash$EntryMatchType.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyHash$2;
public boolean matches(org.jruby.RubyHash$RubyHashEntry, java.lang.Object);
descriptor: (Lorg/jruby/RubyHash$RubyHashEntry;Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
astore 3
start local 3 1: aload 2
aload 3
if_acmpeq 2
aload 2
checkcast org.jruby.runtime.builtin.IRubyObject
aload 3
invokeinterface org.jruby.runtime.builtin.IRubyObject.eql:(Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifne 2
iconst_0
ireturn
StackMap locals: org.jruby.runtime.builtin.IRubyObject
StackMap stack:
2: iconst_1
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/RubyHash$2;
0 3 1 entry Lorg/jruby/RubyHash$RubyHashEntry;
0 3 2 obj Ljava/lang/Object;
1 3 3 key Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
entry final
obj final
}
SourceFile: "RubyHash.java"
EnclosingMethod: org.jruby.RubyHash
NestHost: org.jruby.RubyHash
InnerClasses:
org.jruby.RubyHash$2
private abstract EntryMatchType = org.jruby.RubyHash$EntryMatchType of org.jruby.RubyHash
public final RubyHashEntry = org.jruby.RubyHash$RubyHashEntry of org.jruby.RubyHash