class org.jruby.RubyArray$5 extends org.jruby.RubyArray$DefaultComparator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyArray$5
super_class: org.jruby.RubyArray$DefaultComparator
{
final org.jruby.RubyArray this$0;
descriptor: Lorg/jruby/RubyArray;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.jruby.RubyArray, org.jruby.runtime.ThreadContext, boolean);
descriptor: (Lorg/jruby/RubyArray;Lorg/jruby/runtime/ThreadContext;Z)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield org.jruby.RubyArray$5.this$0:Lorg/jruby/RubyArray;
aload 0
aload 2
iload 3
invokespecial org.jruby.RubyArray$DefaultComparator.<init>:(Lorg/jruby/runtime/ThreadContext;Z)V
return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyArray$5;
0 1 2 $anonymous0 Lorg/jruby/runtime/ThreadContext;
0 1 3 $anonymous1 Z
MethodParameters:
Name Flags
this$0 final
$anonymous0
$anonymous1
protected int compareGeneric(org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)I
flags: (0x0004) ACC_PROTECTED
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.RubyArray$DefaultComparator.compareGeneric:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)I
istore 3
start local 3 1: aload 0
getfield org.jruby.RubyArray$5.this$0:Lorg/jruby/RubyArray;
invokevirtual org.jruby.RubyArray.modifyCheck:()V
2: iload 3
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/RubyArray$5;
0 3 1 o1 Lorg/jruby/runtime/builtin/IRubyObject;
0 3 2 o2 Lorg/jruby/runtime/builtin/IRubyObject;
1 3 3 result I
MethodParameters:
Name Flags
o1
o2
}
SourceFile: "RubyArray.java"
EnclosingMethod: org.jruby.RubyArray.sortInternal:(Lorg/jruby/runtime/ThreadContext;Z)Lorg/jruby/runtime/builtin/IRubyObject;
NestHost: org.jruby.RubyArray
InnerClasses:
org.jruby.RubyArray$5
public DefaultComparator = org.jruby.RubyArray$DefaultComparator of org.jruby.RubyArray