class org.jruby.RubyArray$9 implements org.jruby.RubyEnumerator$SizeFn
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyArray$9
super_class: java.lang.Object
{
final org.jruby.RubyArray this$0;
descriptor: Lorg/jruby/RubyArray;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.jruby.RubyArray val$self;
descriptor: Lorg/jruby/RubyArray;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final org.jruby.runtime.ThreadContext val$context;
descriptor: Lorg/jruby/runtime/ThreadContext;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.jruby.RubyArray, org.jruby.RubyArray, org.jruby.runtime.ThreadContext);
descriptor: (Lorg/jruby/RubyArray;Lorg/jruby/RubyArray;Lorg/jruby/runtime/ThreadContext;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield org.jruby.RubyArray$9.this$0:Lorg/jruby/RubyArray;
aload 0
aload 2
putfield org.jruby.RubyArray$9.val$self:Lorg/jruby/RubyArray;
aload 0
aload 3
putfield org.jruby.RubyArray$9.val$context:Lorg/jruby/runtime/ThreadContext;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyArray$9;
MethodParameters:
Name Flags
this$0 final
val$self final
val$context final
public org.jruby.runtime.builtin.IRubyObject size(org.jruby.runtime.builtin.IRubyObject[]);
descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield org.jruby.RubyArray$9.val$self:Lorg/jruby/RubyArray;
getfield org.jruby.RubyArray.realLength:I
i2l
lstore 2
start local 2 1: getstatic org.jruby.RubyArray.$assertionsDisabled:Z
ifne 3
aload 1
ifnull 2
aload 1
arraylength
ifle 2
aload 1
iconst_0
aaload
instanceof org.jruby.RubyNumeric
ifne 3
StackMap locals: long
StackMap stack:
2: new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
3: StackMap locals:
StackMap stack:
aload 1
iconst_0
aaload
checkcast org.jruby.RubyNumeric
invokevirtual org.jruby.RubyNumeric.getLongValue:()J
lstore 4
start local 4 4: lload 4
lconst_0
lcmp
ifne 6
5: aload 0
getfield org.jruby.RubyArray$9.val$context:Lorg/jruby/runtime/ThreadContext;
getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
invokestatic org.jruby.RubyFixnum.one:(Lorg/jruby/Ruby;)Lorg/jruby/RubyFixnum;
areturn
6: StackMap locals: long
StackMap stack:
aload 0
getfield org.jruby.RubyArray$9.val$context:Lorg/jruby/runtime/ThreadContext;
lload 4
lload 2
lload 4
ladd
lconst_1
lsub
invokestatic org.jruby.RubyArray.binomialCoefficient:(Lorg/jruby/runtime/ThreadContext;JJ)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/jruby/RubyArray$9;
0 7 1 args [Lorg/jruby/runtime/builtin/IRubyObject;
1 7 2 n J
4 7 4 k J
MethodParameters:
Name Flags
args
}
SourceFile: "RubyArray.java"
EnclosingMethod: org.jruby.RubyArray.repeatedCombinationSize:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubyEnumerator$SizeFn;
NestHost: org.jruby.RubyArray
InnerClasses:
org.jruby.RubyArray$9
public abstract SizeFn = org.jruby.RubyEnumerator$SizeFn of org.jruby.RubyEnumerator