public class org.jruby.util.RecursiveComparator$Pair
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.util.RecursiveComparator$Pair
super_class: java.lang.Object
{
final int a;
descriptor: I
flags: (0x0010) ACC_FINAL
final int b;
descriptor: I
flags: (0x0010) ACC_FINAL
public void <init>(org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)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
invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
putfield org.jruby.util.RecursiveComparator$Pair.a:I
2: aload 0
aload 2
invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
putfield org.jruby.util.RecursiveComparator$Pair.b:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/jruby/util/RecursiveComparator$Pair;
0 4 1 a Lorg/jruby/runtime/builtin/IRubyObject;
0 4 2 b Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
a
b
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
if_acmpne 1
iconst_1
ireturn
1: StackMap locals:
StackMap stack:
aload 1
instanceof org.jruby.util.RecursiveComparator$Pair
ifeq 5
2: aload 1
checkcast org.jruby.util.RecursiveComparator$Pair
astore 2
start local 2 3: aload 0
getfield org.jruby.util.RecursiveComparator$Pair.a:I
aload 2
getfield org.jruby.util.RecursiveComparator$Pair.a:I
if_icmpne 4
aload 0
getfield org.jruby.util.RecursiveComparator$Pair.b:I
aload 2
getfield org.jruby.util.RecursiveComparator$Pair.b:I
if_icmpne 4
iconst_1
ireturn
StackMap locals: org.jruby.util.RecursiveComparator$Pair
StackMap stack:
4: iconst_0
ireturn
end local 2 5: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/util/RecursiveComparator$Pair;
0 6 1 other Ljava/lang/Object;
3 5 2 pair Lorg/jruby/util/RecursiveComparator$Pair;
MethodParameters:
Name Flags
other
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: bipush 31
aload 0
getfield org.jruby.util.RecursiveComparator$Pair.a:I
imul
aload 0
getfield org.jruby.util.RecursiveComparator$Pair.b:I
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/util/RecursiveComparator$Pair;
}
SourceFile: "RecursiveComparator.java"
NestHost: org.jruby.util.RecursiveComparator
InnerClasses:
public Pair = org.jruby.util.RecursiveComparator$Pair of org.jruby.util.RecursiveComparator