class org.jruby.RubyStruct$InspectRecursive implements org.jruby.runtime.ThreadContext$RecursiveFunctionEx<org.jruby.RubyStruct>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyStruct$InspectRecursive
  super_class: java.lang.Object
{
  private static final org.jruby.runtime.ThreadContext$RecursiveFunctionEx INSTANCE;
    descriptor: Lorg/jruby/runtime/ThreadContext$RecursiveFunctionEx;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 962
            new org.jruby.RubyStruct$InspectRecursive
            dup
            invokespecial org.jruby.RubyStruct$InspectRecursive.<init>:()V
            putstatic org.jruby.RubyStruct$InspectRecursive.INSTANCE:Lorg/jruby/runtime/ThreadContext$RecursiveFunctionEx;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyStruct$InspectRecursive this
         0: .line 960
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyStruct$InspectRecursive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyStruct$InspectRecursive;

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.RubyStruct, org.jruby.runtime.builtin.IRubyObject, boolean);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyStruct;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.jruby.RubyStruct$InspectRecursive this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.RubyStruct self
        start local 3 // org.jruby.runtime.builtin.IRubyObject obj
        start local 4 // boolean recur
         0: .line 965
            aload 2 /* self */
            aload 1 /* context */
            iload 4 /* recur */
            invokevirtual org.jruby.RubyStruct.inspectStruct:(Lorg/jruby/runtime/ThreadContext;Z)Lorg/jruby/RubyString;
            areturn
        end local 4 // boolean recur
        end local 3 // org.jruby.runtime.builtin.IRubyObject obj
        end local 2 // org.jruby.RubyStruct self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyStruct$InspectRecursive this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyStruct$InspectRecursive;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     self  Lorg/jruby/RubyStruct;
            0    1     3      obj  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     4    recur  Z
    MethodParameters:
         Name  Flags
      context  
      self     
      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.RubyStruct
            aload 3
            iload 4
            invokevirtual org.jruby.RubyStruct$InspectRecursive.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyStruct;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/RubyStruct;>;
SourceFile: "RubyStruct.java"
NestHost: org.jruby.RubyStruct
InnerClasses:
  private InspectRecursive = org.jruby.RubyStruct$InspectRecursive of org.jruby.RubyStruct
  public abstract RecursiveFunctionEx = org.jruby.runtime.ThreadContext$RecursiveFunctionEx of org.jruby.runtime.ThreadContext