class org.jruby.RubyArray$JoinRecursive implements org.jruby.runtime.ThreadContext$RecursiveFunctionEx<org.jruby.RubyArray$JoinRecursive$State>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyArray$JoinRecursive
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyArray$JoinRecursive this
         0: .line 5253
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyArray$JoinRecursive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyArray$JoinRecursive;

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.RubyArray$JoinRecursive$State, org.jruby.runtime.builtin.IRubyObject, boolean);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyArray$JoinRecursive$State;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jruby.RubyArray$JoinRecursive this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.RubyArray$JoinRecursive$State state
        start local 3 // org.jruby.runtime.builtin.IRubyObject obj
        start local 4 // boolean recur
         0: .line 5271
            iload 4 /* recur */
            ifeq 1
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            ldc "recursive array join"
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         1: .line 5273
      StackMap locals:
      StackMap stack:
            aload 2 /* state */
            getfield org.jruby.RubyArray$JoinRecursive$State.ary:Lorg/jruby/RubyArray;
            aload 1 /* context */
            aload 2 /* state */
            getfield org.jruby.RubyArray$JoinRecursive$State.sep:Lorg/jruby/RubyString;
            iconst_0
            aload 2 /* state */
            getfield org.jruby.RubyArray$JoinRecursive$State.result:Lorg/jruby/RubyString;
            aload 2 /* state */
            getfield org.jruby.RubyArray$JoinRecursive$State.first:[Z
            invokevirtual org.jruby.RubyArray.joinAny:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyString;ILorg/jruby/RubyString;[Z)Lorg/jruby/RubyString;
            pop
         2: .line 5275
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // boolean recur
        end local 3 // org.jruby.runtime.builtin.IRubyObject obj
        end local 2 // org.jruby.RubyArray$JoinRecursive$State state
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyArray$JoinRecursive this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyArray$JoinRecursive;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2    state  Lorg/jruby/RubyArray$JoinRecursive$State;
            0    3     3      obj  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     4    recur  Z
    MethodParameters:
         Name  Flags
      context  
      state    
      obj      
      recur    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, java.lang.Object, org.jruby.runtime.builtin.IRubyObject, boolean);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast org.jruby.RubyArray$JoinRecursive$State
            aload 3
            iload 4
            invokevirtual org.jruby.RubyArray$JoinRecursive.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyArray$JoinRecursive$State;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/jruby/runtime/ThreadContext$RecursiveFunctionEx<Lorg/jruby/RubyArray$JoinRecursive$State;>;
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
  public abstract RecursiveFunctionEx = org.jruby.runtime.ThreadContext$RecursiveFunctionEx of org.jruby.runtime.ThreadContext