class org.jruby.RubyArray$6 extends org.jruby.RubyArray$BlockComparator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyArray$6
super_class: org.jruby.RubyArray$BlockComparator
{
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, org.jruby.runtime.Block, org.jruby.runtime.CallSite, org.jruby.runtime.CallSite);
descriptor: (Lorg/jruby/RubyArray;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/CallSite;Lorg/jruby/runtime/CallSite;)V
flags: (0x0000)
Code:
stack=5, locals=6, args_size=6
start local 0 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
putfield org.jruby.RubyArray$6.this$0:Lorg/jruby/RubyArray;
aload 0
aload 2
aload 3
aload 4
aload 5
invokespecial org.jruby.RubyArray$BlockComparator.<init>:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/CallSite;Lorg/jruby/runtime/CallSite;)V
return
end local 5 end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyArray$6;
0 1 2 $anonymous0 Lorg/jruby/runtime/ThreadContext;
0 1 3 $anonymous1 Lorg/jruby/runtime/Block;
0 1 4 $anonymous2 Lorg/jruby/runtime/CallSite;
0 1 5 $anonymous3 Lorg/jruby/runtime/CallSite;
MethodParameters:
Name Flags
this$0 final
$anonymous0
$anonymous1
$anonymous2
$anonymous3
public int compare(org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)I
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.RubyArray$BlockComparator.compare:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)I
istore 3
start local 3 1: aload 0
getfield org.jruby.RubyArray$6.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$6;
0 3 1 obj1 Lorg/jruby/runtime/builtin/IRubyObject;
0 3 2 obj2 Lorg/jruby/runtime/builtin/IRubyObject;
1 3 3 result I
MethodParameters:
Name Flags
obj1
obj2
}
SourceFile: "RubyArray.java"
EnclosingMethod: org.jruby.RubyArray.sortInternal:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
NestHost: org.jruby.RubyArray
InnerClasses:
org.jruby.RubyArray$6
BlockComparator = org.jruby.RubyArray$BlockComparator of org.jruby.RubyArray