public class org.jruby.RubyArray$JoinRecursive$State
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.RubyArray$JoinRecursive$State
super_class: java.lang.Object
{
private final org.jruby.RubyArray ary;
descriptor: Lorg/jruby/RubyArray;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.jruby.RubyString sep;
descriptor: Lorg/jruby/RubyString;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.jruby.RubyString result;
descriptor: Lorg/jruby/RubyString;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean[] first;
descriptor: [Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(org.jruby.RubyArray, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyString, org.jruby.RubyString, boolean[]);
descriptor: (Lorg/jruby/RubyArray;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyString;Lorg/jruby/RubyString;[Z)V
flags: (0x0000)
Code:
stack=2, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.jruby.RubyArray$JoinRecursive$State.ary:Lorg/jruby/RubyArray;
2: aload 0
aload 3
putfield org.jruby.RubyArray$JoinRecursive$State.sep:Lorg/jruby/RubyString;
3: aload 0
aload 4
putfield org.jruby.RubyArray$JoinRecursive$State.result:Lorg/jruby/RubyString;
4: aload 0
aload 5
putfield org.jruby.RubyArray$JoinRecursive$State.first:[Z
5: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/RubyArray$JoinRecursive$State;
0 6 1 ary Lorg/jruby/RubyArray;
0 6 2 outValue Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 sep Lorg/jruby/RubyString;
0 6 4 result Lorg/jruby/RubyString;
0 6 5 first [Z
MethodParameters:
Name Flags
ary
outValue
sep
result
first
}
SourceFile: "RubyArray.java"
NestHost: org.jruby.RubyArray
InnerClasses:
private JoinRecursive = org.jruby.RubyArray$JoinRecursive of org.jruby.RubyArray
protected State = org.jruby.RubyArray$JoinRecursive$State of org.jruby.RubyArray$JoinRecursive