class org.jruby.RubyRange$InspectRecursive implements org.jruby.runtime.ThreadContext$RecursiveFunctionEx<org.jruby.runtime.builtin.IRubyObject>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyRange$InspectRecursive
  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.RubyRange$InspectRecursive this
         0: .line 330
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyRange$InspectRecursive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyRange$InspectRecursive;

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, boolean);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.jruby.RubyRange$InspectRecursive this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject state
        start local 3 // org.jruby.runtime.builtin.IRubyObject obj
        start local 4 // boolean recur
         0: .line 333
            iload 4 /* recur */
            ifeq 4
         1: .line 334
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* obj */
            checkcast org.jruby.RubyRange
            getfield org.jruby.RubyRange.isExclusive:Z
            ifeq 2
            ldc "(... ... ...)"
            goto 3
      StackMap locals:
      StackMap stack: org.jruby.Ruby
         2: ldc "(... .. ...)"
      StackMap locals: org.jruby.RubyRange$InspectRecursive org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject int
      StackMap stack: org.jruby.Ruby java.lang.String
         3: invokestatic org.jruby.RubyString.newString:(Lorg/jruby/Ruby;Ljava/lang/String;)Lorg/jruby/RubyString;
            areturn
         4: .line 336
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 3 /* obj */
            invokestatic org.jruby.RubyRange.inspect:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyString;
            areturn
        end local 4 // boolean recur
        end local 3 // org.jruby.runtime.builtin.IRubyObject obj
        end local 2 // org.jruby.runtime.builtin.IRubyObject state
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyRange$InspectRecursive this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/RubyRange$InspectRecursive;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            0    5     2    state  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3      obj  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     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.runtime.builtin.IRubyObject
            aload 3
            iload 4
            invokevirtual org.jruby.RubyRange$InspectRecursive.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;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/runtime/builtin/IRubyObject;>;
SourceFile: "RubyRange.java"
NestHost: org.jruby.RubyRange
InnerClasses:
  private InspectRecursive = org.jruby.RubyRange$InspectRecursive of org.jruby.RubyRange
  public abstract RecursiveFunctionEx = org.jruby.runtime.ThreadContext$RecursiveFunctionEx of org.jruby.runtime.ThreadContext