class org.jruby.Ruby$FStringEqual
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.Ruby$FStringEqual
  super_class: java.lang.Object
{
  org.jruby.RubyString string;
    descriptor: Lorg/jruby/RubyString;
    flags: (0x0000) 

  void <init>(org.jruby.RubyString);
    descriptor: (Lorg/jruby/RubyString;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.Ruby$FStringEqual this
        start local 1 // org.jruby.RubyString string
         0: .line 4848
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 4849
            aload 0 /* this */
            aload 1 /* string */
            putfield org.jruby.Ruby$FStringEqual.string:Lorg/jruby/RubyString;
         2: .line 4850
            return
        end local 1 // org.jruby.RubyString string
        end local 0 // org.jruby.Ruby$FStringEqual this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/Ruby$FStringEqual;
            0    3     1  string  Lorg/jruby/RubyString;
    MethodParameters:
        Name  Flags
      string  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.Ruby$FStringEqual this
        start local 1 // java.lang.Object other
         0: .line 4852
            aload 1 /* other */
            instanceof org.jruby.Ruby$FStringEqual
            ifeq 4
         1: .line 4853
            aload 1 /* other */
            checkcast org.jruby.Ruby$FStringEqual
            getfield org.jruby.Ruby$FStringEqual.string:Lorg/jruby/RubyString;
            astore 2 /* otherString */
        start local 2 // org.jruby.RubyString otherString
         2: .line 4854
            aload 0 /* this */
            getfield org.jruby.Ruby$FStringEqual.string:Lorg/jruby/RubyString;
            aload 2 /* otherString */
            invokevirtual org.jruby.RubyString.equals:(Lorg/jruby/RubyString;)Z
            ifeq 3
            aload 0 /* this */
            getfield org.jruby.Ruby$FStringEqual.string:Lorg/jruby/RubyString;
            invokevirtual org.jruby.RubyString.getEncoding:()Lorg/jcodings/Encoding;
            aload 2 /* otherString */
            invokevirtual org.jruby.RubyString.getEncoding:()Lorg/jcodings/Encoding;
            if_acmpne 3
            iconst_1
            ireturn
      StackMap locals: org.jruby.RubyString
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // org.jruby.RubyString otherString
         4: .line 4856
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.jruby.Ruby$FStringEqual this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/jruby/Ruby$FStringEqual;
            0    5     1        other  Ljava/lang/Object;
            2    4     2  otherString  Lorg/jruby/RubyString;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.Ruby$FStringEqual this
         0: .line 4860
            aload 0 /* this */
            getfield org.jruby.Ruby$FStringEqual.string:Lorg/jruby/RubyString;
            invokevirtual org.jruby.RubyString.hashCode:()I
            ireturn
        end local 0 // org.jruby.Ruby$FStringEqual this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/Ruby$FStringEqual;
}
SourceFile: "Ruby.java"
NestHost: org.jruby.Ruby
InnerClasses:
  FStringEqual = org.jruby.Ruby$FStringEqual of org.jruby.Ruby