class org.jruby.RubyStruct$EqualRecursive 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.RubyStruct$EqualRecursive
  super_class: java.lang.Object
{
  private static final org.jruby.RubyStruct$EqualRecursive INSTANCE;
    descriptor: Lorg/jruby/RubyStruct$EqualRecursive;
    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 945
            new org.jruby.RubyStruct$EqualRecursive
            dup
            invokespecial org.jruby.RubyStruct$EqualRecursive.<init>:()V
            putstatic org.jruby.RubyStruct$EqualRecursive.INSTANCE:Lorg/jruby/RubyStruct$EqualRecursive;
            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$EqualRecursive this
         0: .line 943
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyStruct$EqualRecursive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyStruct$EqualRecursive;

  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=4, locals=8, args_size=5
        start local 0 // org.jruby.RubyStruct$EqualRecursive this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject other
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // boolean recur
         0: .line 949
            iload 4 /* recur */
            ifeq 1
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.tru:Lorg/jruby/RubyBoolean;
            areturn
         1: .line 951
      StackMap locals:
      StackMap stack:
            aload 3 /* self */
            checkcast org.jruby.RubyStruct
            getfield org.jruby.RubyStruct.values:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 5 /* values */
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] values
         2: .line 952
            aload 2 /* other */
            checkcast org.jruby.RubyStruct
            getfield org.jruby.RubyStruct.values:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 6 /* otherValues */
        start local 6 // org.jruby.runtime.builtin.IRubyObject[] otherValues
         3: .line 953
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         4: goto 7
         5: .line 954
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[] org.jruby.runtime.builtin.IRubyObject[] int
      StackMap stack:
            aload 1 /* context */
            aload 5 /* values */
            iload 7 /* i */
            aaload
            aload 6 /* otherValues */
            iload 7 /* i */
            aaload
            invokestatic org.jruby.RubyStruct.equalInternal:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifne 6
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.fals:Lorg/jruby/RubyBoolean;
            areturn
         6: .line 953
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 7 /* i */
            aload 5 /* values */
            arraylength
            if_icmplt 5
        end local 7 // int i
         8: .line 956
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.tru:Lorg/jruby/RubyBoolean;
            areturn
        end local 6 // org.jruby.runtime.builtin.IRubyObject[] otherValues
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] values
        end local 4 // boolean recur
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject other
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyStruct$EqualRecursive this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/jruby/RubyStruct$EqualRecursive;
            0    9     1      context  Lorg/jruby/runtime/ThreadContext;
            0    9     2        other  Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     3         self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     4        recur  Z
            2    9     5       values  [Lorg/jruby/runtime/builtin/IRubyObject;
            3    9     6  otherValues  [Lorg/jruby/runtime/builtin/IRubyObject;
            4    8     7            i  I
    MethodParameters:
         Name  Flags
      context  
      other    
      self     
      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.RubyStruct$EqualRecursive.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: "RubyStruct.java"
NestHost: org.jruby.RubyStruct
InnerClasses:
  private EqualRecursive = org.jruby.RubyStruct$EqualRecursive of org.jruby.RubyStruct
  public abstract RecursiveFunctionEx = org.jruby.runtime.ThreadContext$RecursiveFunctionEx of org.jruby.runtime.ThreadContext