public final class java.lang.String implements java.io.Serializable, java.lang.Comparable<java.lang.String>, java.lang.CharSequence
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: java.lang.String
  super_class: java.lang.Object
{
  private final byte[] value;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      jdk.internal.vm.annotation.Stable()

  private final byte coder;
    descriptor: B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int hash;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -6849794470754667710

  static final boolean COMPACT_STRINGS;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private static final java.io.ObjectStreamField[] serialPersistentFields;
    descriptor: [Ljava/io/ObjectStreamField;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final java.util.Comparator<java.lang.String> CASE_INSENSITIVE_ORDER;
    descriptor: Ljava/util/Comparator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Comparator<Ljava/lang/String;>;

  static final byte LATIN1;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final byte UTF16;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 201
            iconst_1
            putstatic java.lang.String.COMPACT_STRINGS:Z
         1: .line 212
            iconst_0
            anewarray java.io.ObjectStreamField
         2: .line 211
            putstatic java.lang.String.serialPersistentFields:[Ljava/io/ObjectStreamField;
         3: .line 1217
            new java.lang.String$CaseInsensitiveComparator
            dup
            invokespecial java.lang.String$CaseInsensitiveComparator.<init>:()V
         4: .line 1216
            putstatic java.lang.String.CASE_INSENSITIVE_ORDER:Ljava/util/Comparator;
         5: .line 3270
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String this
         0: .line 219
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 220
            aload 0 /* this */
            ldc ""
            getfield java.lang.String.value:[B
            putfield java.lang.String.value:[B
         2: .line 221
            aload 0 /* this */
            ldc ""
            getfield java.lang.String.coder:B
            putfield java.lang.String.coder:B
         3: .line 222
            return
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/lang/String;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.lang.String original
         0: .line 235
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 236
            aload 0 /* this */
            aload 1 /* original */
            getfield java.lang.String.value:[B
            putfield java.lang.String.value:[B
         2: .line 237
            aload 0 /* this */
            aload 1 /* original */
            getfield java.lang.String.coder:B
            putfield java.lang.String.coder:B
         3: .line 238
            aload 0 /* this */
            aload 1 /* original */
            getfield java.lang.String.hash:I
            putfield java.lang.String.hash:I
         4: .line 239
            return
        end local 1 // java.lang.String original
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Ljava/lang/String;
            0    5     1  original  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      jdk.internal.HotSpotIntrinsicCandidate()
    MethodParameters:
          Name  Flags
      original  

  public void <init>(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // char[] value
         0: .line 251
            aload 0 /* this */
            aload 1 /* value */
            iconst_0
            aload 1 /* value */
            arraylength
            aconst_null
            invokespecial java.lang.String.<init>:([CIILjava/lang/Void;)V
         1: .line 252
            return
        end local 1 // char[] value
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljava/lang/String;
            0    2     1  value  [C
    MethodParameters:
       Name  Flags
      value  

  public void <init>(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // java.lang.String this
        start local 1 // char[] value
        start local 2 // int offset
        start local 3 // int count
         0: .line 276
            aload 0 /* this */
            aload 1 /* value */
            iload 2 /* offset */
            iload 3 /* count */
            aload 1 /* value */
            iload 2 /* offset */
            iload 3 /* count */
            invokestatic java.lang.String.rangeCheck:([CII)Ljava/lang/Void;
            invokespecial java.lang.String.<init>:([CIILjava/lang/Void;)V
         1: .line 277
            return
        end local 3 // int count
        end local 2 // int offset
        end local 1 // char[] value
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljava/lang/String;
            0    2     1   value  [C
            0    2     2  offset  I
            0    2     3   count  I
    MethodParameters:
        Name  Flags
      value   
      offset  
      count   

  private static java.lang.Void rangeCheck(char[], int, int);
    descriptor: ([CII)Ljava/lang/Void;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // char[] value
        start local 1 // int offset
        start local 2 // int count
         0: .line 280
            iload 1 /* offset */
            iload 2 /* count */
            aload 0 /* value */
            arraylength
            invokestatic java.lang.String.checkBoundsOffCount:(III)V
         1: .line 281
            aconst_null
            areturn
        end local 2 // int count
        end local 1 // int offset
        end local 0 // char[] value
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0   value  [C
            0    2     1  offset  I
            0    2     2   count  I
    MethodParameters:
        Name  Flags
      value   
      offset  
      count   

  public void <init>(int[], int, int);
    descriptor: ([III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // java.lang.String this
        start local 1 // int[] codePoints
        start local 2 // int offset
        start local 3 // int count
         0: .line 312
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 313
            iload 2 /* offset */
            iload 3 /* count */
            aload 1 /* codePoints */
            arraylength
            invokestatic java.lang.String.checkBoundsOffCount:(III)V
         2: .line 314
            iload 3 /* count */
            ifne 6
         3: .line 315
            aload 0 /* this */
            ldc ""
            getfield java.lang.String.value:[B
            putfield java.lang.String.value:[B
         4: .line 316
            aload 0 /* this */
            ldc ""
            getfield java.lang.String.coder:B
            putfield java.lang.String.coder:B
         5: .line 317
            return
         6: .line 319
      StackMap locals: java.lang.String int[] int int
      StackMap stack:
            getstatic java.lang.String.COMPACT_STRINGS:Z
            ifeq 12
         7: .line 320
            aload 1 /* codePoints */
            iload 2 /* offset */
            iload 3 /* count */
            invokestatic java.lang.StringLatin1.toBytes:([III)[B
            astore 4 /* val */
        start local 4 // byte[] val
         8: .line 321
            aload 4 /* val */
            ifnull 12
         9: .line 322
            aload 0 /* this */
            iconst_0
            putfield java.lang.String.coder:B
        10: .line 323
            aload 0 /* this */
            aload 4 /* val */
            putfield java.lang.String.value:[B
        11: .line 324
            return
        end local 4 // byte[] val
        12: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield java.lang.String.coder:B
        13: .line 328
            aload 0 /* this */
            aload 1 /* codePoints */
            iload 2 /* offset */
            iload 3 /* count */
            invokestatic java.lang.StringUTF16.toBytes:([III)[B
            putfield java.lang.String.value:[B
        14: .line 329
            return
        end local 3 // int count
        end local 2 // int offset
        end local 1 // int[] codePoints
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Ljava/lang/String;
            0   15     1  codePoints  [I
            0   15     2      offset  I
            0   15     3       count  I
            8   12     4         val  [B
    MethodParameters:
            Name  Flags
      codePoints  
      offset      
      count       

  public void <init>(byte[], int, int, int);
    descriptor: ([BIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // java.lang.String this
        start local 1 // byte[] ascii
        start local 2 // int hibyte
        start local 3 // int offset
        start local 4 // int count
         0: .line 372
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 373
            iload 3 /* offset */
            iload 4 /* count */
            aload 1 /* ascii */
            arraylength
            invokestatic java.lang.String.checkBoundsOffCount:(III)V
         2: .line 374
            iload 4 /* count */
            ifne 6
         3: .line 375
            aload 0 /* this */
            ldc ""
            getfield java.lang.String.value:[B
            putfield java.lang.String.value:[B
         4: .line 376
            aload 0 /* this */
            ldc ""
            getfield java.lang.String.coder:B
            putfield java.lang.String.coder:B
         5: .line 377
            return
         6: .line 379
      StackMap locals: java.lang.String byte[] int int int
      StackMap stack:
            getstatic java.lang.String.COMPACT_STRINGS:Z
            ifeq 10
            iload 2 /* hibyte */
            i2b
            ifne 10
         7: .line 380
            aload 0 /* this */
            aload 1 /* ascii */
            iload 3 /* offset */
            iload 3 /* offset */
            iload 4 /* count */
            iadd
            invokestatic java.util.Arrays.copyOfRange:([BII)[B
            putfield java.lang.String.value:[B
         8: .line 381
            aload 0 /* this */
            iconst_0
            putfield java.lang.String.coder:B
         9: .line 382
            goto 19
        10: .line 383
      StackMap locals:
      StackMap stack:
            iload 2 /* hibyte */
            bipush 8
            ishl
            istore 2 /* hibyte */
        11: .line 384
            iload 4 /* count */
            invokestatic java.lang.StringUTF16.newBytesFor:(I)[B
            astore 5 /* val */
        start local 5 // byte[] val
        12: .line 385
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        13: goto 16
        14: .line 386
      StackMap locals: byte[] int
      StackMap stack:
            aload 5 /* val */
            iload 6 /* i */
            iload 2 /* hibyte */
            aload 1 /* ascii */
            iload 3 /* offset */
            iinc 3 /* offset */ 1
            baload
            sipush 255
            iand
            ior
            invokestatic java.lang.StringUTF16.putChar:([BII)V
        15: .line 385
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 6 /* i */
            iload 4 /* count */
            if_icmplt 14
        end local 6 // int i
        17: .line 388
            aload 0 /* this */
            aload 5 /* val */
            putfield java.lang.String.value:[B
        18: .line 389
            aload 0 /* this */
            iconst_1
            putfield java.lang.String.coder:B
        end local 5 // byte[] val
        19: .line 391
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int count
        end local 3 // int offset
        end local 2 // int hibyte
        end local 1 // byte[] ascii
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Ljava/lang/String;
            0   20     1   ascii  [B
            0   20     2  hibyte  I
            0   20     3  offset  I
            0   20     4   count  I
           12   19     5     val  [B
           13   17     6       i  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "1.1")
    MethodParameters:
        Name  Flags
      ascii   
      hibyte  
      offset  
      count   

  public void <init>(byte[], int);
    descriptor: ([BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.lang.String this
        start local 1 // byte[] ascii
        start local 2 // int hibyte
         0: .line 425
            aload 0 /* this */
            aload 1 /* ascii */
            iload 2 /* hibyte */
            iconst_0
            aload 1 /* ascii */
            arraylength
            invokespecial java.lang.String.<init>:([BIII)V
         1: .line 426
            return
        end local 2 // int hibyte
        end local 1 // byte[] ascii
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljava/lang/String;
            0    2     1   ascii  [B
            0    2     2  hibyte  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "1.1")
    MethodParameters:
        Name  Flags
      ascii   
      hibyte  

  public void <init>(byte[], int, int, java.lang.String);
    descriptor: ([BIILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // java.lang.String this
        start local 1 // byte[] bytes
        start local 2 // int offset
        start local 3 // int length
        start local 4 // java.lang.String charsetName
         0: .line 461
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 463
            aload 4 /* charsetName */
            ifnonnull 3
         2: .line 464
            new java.lang.NullPointerException
            dup
            ldc "charsetName"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 465
      StackMap locals: java.lang.String byte[] int int java.lang.String
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* bytes */
            arraylength
            invokestatic java.lang.String.checkBoundsOffCount:(III)V
         4: .line 467
            aload 4 /* charsetName */
            aload 1 /* bytes */
            iload 2 /* offset */
            iload 3 /* length */
            invokestatic java.lang.StringCoding.decode:(Ljava/lang/String;[BII)Ljava/lang/StringCoding$Result;
         5: .line 466
            astore 5 /* ret */
        start local 5 // java.lang.StringCoding$Result ret
         6: .line 468
            aload 0 /* this */
            aload 5 /* ret */
            getfield java.lang.StringCoding$Result.value:[B
            putfield java.lang.String.value:[B
         7: .line 469
            aload 0 /* this */
            aload 5 /* ret */
            getfield java.lang.StringCoding$Result.coder:B
            putfield java.lang.String.coder:B
         8: .line 470
            return
        end local 5 // java.lang.StringCoding$Result ret
        end local 4 // java.lang.String charsetName
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] bytes
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Ljava/lang/String;
            0    9     1        bytes  [B
            0    9     2       offset  I
            0    9     3       length  I
            0    9     4  charsetName  Ljava/lang/String;
            6    9     5          ret  Ljava/lang/StringCoding$Result;
    Exceptions:
      throws java.io.UnsupportedEncodingException
    MethodParameters:
             Name  Flags
      bytes        
      offset       
      length       
      charsetName  

  public void <init>(byte[], int, int, java.nio.charset.Charset);
    descriptor: ([BIILjava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // java.lang.String this
        start local 1 // byte[] bytes
        start local 2 // int offset
        start local 3 // int length
        start local 4 // java.nio.charset.Charset charset
         0: .line 502
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 503
            aload 4 /* charset */
            ifnonnull 3
         2: .line 504
            new java.lang.NullPointerException
            dup
            ldc "charset"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 505
      StackMap locals: java.lang.String byte[] int int java.nio.charset.Charset
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* bytes */
            arraylength
            invokestatic java.lang.String.checkBoundsOffCount:(III)V
         4: .line 507
            aload 4 /* charset */
            aload 1 /* bytes */
            iload 2 /* offset */
            iload 3 /* length */
            invokestatic java.lang.StringCoding.decode:(Ljava/nio/charset/Charset;[BII)Ljava/lang/StringCoding$Result;
         5: .line 506
            astore 5 /* ret */
        start local 5 // java.lang.StringCoding$Result ret
         6: .line 508
            aload 0 /* this */
            aload 5 /* ret */
            getfield java.lang.StringCoding$Result.value:[B
            putfield java.lang.String.value:[B
         7: .line 509
            aload 0 /* this */
            aload 5 /* ret */
            getfield java.lang.StringCoding$Result.coder:B
            putfield java.lang.String.coder:B
         8: .line 510
            return
        end local 5 // java.lang.StringCoding$Result ret
        end local 4 // java.nio.charset.Charset charset
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] bytes
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Ljava/lang/String;
            0    9     1    bytes  [B
            0    9     2   offset  I
            0    9     3   length  I
            0    9     4  charset  Ljava/nio/charset/Charset;
            6    9     5      ret  Ljava/lang/StringCoding$Result;
    MethodParameters:
         Name  Flags
      bytes    
      offset   
      length   
      charset  

  public void <init>(byte[], java.lang.String);
    descriptor: ([BLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.lang.String this
        start local 1 // byte[] bytes
        start local 2 // java.lang.String charsetName
         0: .line 537
            aload 0 /* this */
            aload 1 /* bytes */
            iconst_0
            aload 1 /* bytes */
            arraylength
            aload 2 /* charsetName */
            invokespecial java.lang.String.<init>:([BIILjava/lang/String;)V
         1: .line 538
            return
        end local 2 // java.lang.String charsetName
        end local 1 // byte[] bytes
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Ljava/lang/String;
            0    2     1        bytes  [B
            0    2     2  charsetName  Ljava/lang/String;
    Exceptions:
      throws java.io.UnsupportedEncodingException
    MethodParameters:
             Name  Flags
      bytes        
      charsetName  

  public void <init>(byte[], java.nio.charset.Charset);
    descriptor: ([BLjava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.lang.String this
        start local 1 // byte[] bytes
        start local 2 // java.nio.charset.Charset charset
         0: .line 561
            aload 0 /* this */
            aload 1 /* bytes */
            iconst_0
            aload 1 /* bytes */
            arraylength
            aload 2 /* charset */
            invokespecial java.lang.String.<init>:([BIILjava/nio/charset/Charset;)V
         1: .line 562
            return
        end local 2 // java.nio.charset.Charset charset
        end local 1 // byte[] bytes
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljava/lang/String;
            0    2     1    bytes  [B
            0    2     2  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      bytes    
      charset  

  public void <init>(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // java.lang.String this
        start local 1 // byte[] bytes
        start local 2 // int offset
        start local 3 // int length
         0: .line 590
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 591
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* bytes */
            arraylength
            invokestatic java.lang.String.checkBoundsOffCount:(III)V
         2: .line 592
            aload 1 /* bytes */
            iload 2 /* offset */
            iload 3 /* length */
            invokestatic java.lang.StringCoding.decode:([BII)Ljava/lang/StringCoding$Result;
            astore 4 /* ret */
        start local 4 // java.lang.StringCoding$Result ret
         3: .line 593
            aload 0 /* this */
            aload 4 /* ret */
            getfield java.lang.StringCoding$Result.value:[B
            putfield java.lang.String.value:[B
         4: .line 594
            aload 0 /* this */
            aload 4 /* ret */
            getfield java.lang.StringCoding$Result.coder:B
            putfield java.lang.String.coder:B
         5: .line 595
            return
        end local 4 // java.lang.StringCoding$Result ret
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] bytes
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljava/lang/String;
            0    6     1   bytes  [B
            0    6     2  offset  I
            0    6     3  length  I
            3    6     4     ret  Ljava/lang/StringCoding$Result;
    MethodParameters:
        Name  Flags
      bytes   
      offset  
      length  

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // byte[] bytes
         0: .line 614
            aload 0 /* this */
            aload 1 /* bytes */
            iconst_0
            aload 1 /* bytes */
            arraylength
            invokespecial java.lang.String.<init>:([BII)V
         1: .line 615
            return
        end local 1 // byte[] bytes
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljava/lang/String;
            0    2     1  bytes  [B
    MethodParameters:
       Name  Flags
      bytes  

  public void <init>(java.lang.StringBuffer);
    descriptor: (Ljava/lang/StringBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.lang.StringBuffer buffer
         0: .line 627
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            invokespecial java.lang.String.<init>:(Ljava/lang/String;)V
         1: .line 628
            return
        end local 1 // java.lang.StringBuffer buffer
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljava/lang/String;
            0    2     1  buffer  Ljava/lang/StringBuffer;
    MethodParameters:
        Name  Flags
      buffer  

  public void <init>(java.lang.StringBuilder);
    descriptor: (Ljava/lang/StringBuilder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.lang.StringBuilder builder
         0: .line 646
            aload 0 /* this */
            aload 1 /* builder */
            aconst_null
            invokespecial java.lang.String.<init>:(Ljava/lang/AbstractStringBuilder;Ljava/lang/Void;)V
         1: .line 647
            return
        end local 1 // java.lang.StringBuilder builder
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljava/lang/String;
            0    2     1  builder  Ljava/lang/StringBuilder;
    MethodParameters:
         Name  Flags
      builder  

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String this
         0: .line 658
            aload 0 /* this */
            getfield java.lang.String.value:[B
            arraylength
            aload 0 /* this */
            invokevirtual java.lang.String.coder:()B
            ishr
            ireturn
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/String;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.String this
         0: .line 670
            aload 0 /* this */
            getfield java.lang.String.value:[B
            arraylength
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/lang/String;

  public char charAt(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // int index
         0: .line 692
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 2
         1: .line 693
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* index */
            invokestatic java.lang.StringLatin1.charAt:([BI)C
            ireturn
         2: .line 695
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* index */
            invokestatic java.lang.StringUTF16.charAt:([BI)C
            ireturn
        end local 1 // int index
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljava/lang/String;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int codePointAt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.String this
        start local 1 // int index
         0: .line 722
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 3
         1: .line 723
            iload 1 /* index */
            aload 0 /* this */
            getfield java.lang.String.value:[B
            arraylength
            invokestatic java.lang.String.checkIndex:(II)V
         2: .line 724
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* index */
            baload
            sipush 255
            iand
            ireturn
         3: .line 726
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            arraylength
            iconst_1
            ishr
            istore 2 /* length */
        start local 2 // int length
         4: .line 727
            iload 1 /* index */
            iload 2 /* length */
            invokestatic java.lang.String.checkIndex:(II)V
         5: .line 728
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* index */
            iload 2 /* length */
            invokestatic java.lang.StringUTF16.codePointAt:([BII)I
            ireturn
        end local 2 // int length
        end local 1 // int index
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljava/lang/String;
            0    6     1   index  I
            4    6     2  length  I
    MethodParameters:
       Name  Flags
      index  

  public int codePointBefore(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.String this
        start local 1 // int index
         0: .line 754
            iload 1 /* index */
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         1: .line 755
            iload 2 /* i */
            iflt 2
            iload 2 /* i */
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            if_icmplt 3
         2: .line 756
      StackMap locals: int
      StackMap stack:
            new java.lang.StringIndexOutOfBoundsException
            dup
            iload 1 /* index */
            invokespecial java.lang.StringIndexOutOfBoundsException.<init>:(I)V
            athrow
         3: .line 758
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 5
         4: .line 759
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 2 /* i */
            baload
            sipush 255
            iand
            ireturn
         5: .line 761
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* index */
            invokestatic java.lang.StringUTF16.codePointBefore:([BI)I
            ireturn
        end local 2 // int i
        end local 1 // int index
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljava/lang/String;
            0    6     1  index  I
            1    6     2      i  I
    MethodParameters:
       Name  Flags
      index  

  public int codePointCount(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.lang.String this
        start local 1 // int beginIndex
        start local 2 // int endIndex
         0: .line 786
            iload 1 /* beginIndex */
            iflt 2
            iload 1 /* beginIndex */
            iload 2 /* endIndex */
            if_icmpgt 2
         1: .line 787
            iload 2 /* endIndex */
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            if_icmple 3
         2: .line 788
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 790
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 5
         4: .line 791
            iload 2 /* endIndex */
            iload 1 /* beginIndex */
            isub
            ireturn
         5: .line 793
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* beginIndex */
            iload 2 /* endIndex */
            invokestatic java.lang.StringUTF16.codePointCount:([BII)I
            ireturn
        end local 2 // int endIndex
        end local 1 // int beginIndex
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Ljava/lang/String;
            0    6     1  beginIndex  I
            0    6     2    endIndex  I
    MethodParameters:
            Name  Flags
      beginIndex  
      endIndex    

  public int offsetByCodePoints(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.lang.String this
        start local 1 // int index
        start local 2 // int codePointOffset
         0: .line 817
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            if_icmple 2
         1: .line 818
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 820
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* codePointOffset */
            invokestatic java.lang.Character.offsetByCodePoints:(Ljava/lang/CharSequence;II)I
            ireturn
        end local 2 // int codePointOffset
        end local 1 // int index
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Ljava/lang/String;
            0    3     1            index  I
            0    3     2  codePointOffset  I
    MethodParameters:
                 Name  Flags
      index            
      codePointOffset  

  public void getChars(int, int, char[], int);
    descriptor: (II[CI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // java.lang.String this
        start local 1 // int srcBegin
        start local 2 // int srcEnd
        start local 3 // char[] dst
        start local 4 // int dstBegin
         0: .line 854
            iload 1 /* srcBegin */
            iload 2 /* srcEnd */
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            invokestatic java.lang.String.checkBoundsBeginEnd:(III)V
         1: .line 855
            iload 4 /* dstBegin */
            iload 2 /* srcEnd */
            iload 1 /* srcBegin */
            isub
            aload 3 /* dst */
            arraylength
            invokestatic java.lang.String.checkBoundsOffCount:(III)V
         2: .line 856
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 5
         3: .line 857
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* srcBegin */
            iload 2 /* srcEnd */
            aload 3 /* dst */
            iload 4 /* dstBegin */
            invokestatic java.lang.StringLatin1.getChars:([BII[CI)V
         4: .line 858
            goto 6
         5: .line 859
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* srcBegin */
            iload 2 /* srcEnd */
            aload 3 /* dst */
            iload 4 /* dstBegin */
            invokestatic java.lang.StringUTF16.getChars:([BII[CI)V
         6: .line 861
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int dstBegin
        end local 3 // char[] dst
        end local 2 // int srcEnd
        end local 1 // int srcBegin
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Ljava/lang/String;
            0    7     1  srcBegin  I
            0    7     2    srcEnd  I
            0    7     3       dst  [C
            0    7     4  dstBegin  I
    MethodParameters:
          Name  Flags
      srcBegin  
      srcEnd    
      dst       
      dstBegin  

  public void getBytes(int, int, byte[], int);
    descriptor: (II[BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // java.lang.String this
        start local 1 // int srcBegin
        start local 2 // int srcEnd
        start local 3 // byte[] dst
        start local 4 // int dstBegin
         0: .line 908
            iload 1 /* srcBegin */
            iload 2 /* srcEnd */
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            invokestatic java.lang.String.checkBoundsBeginEnd:(III)V
         1: .line 909
            aload 3 /* dst */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 910
            iload 4 /* dstBegin */
            iload 2 /* srcEnd */
            iload 1 /* srcBegin */
            isub
            aload 3 /* dst */
            arraylength
            invokestatic java.lang.String.checkBoundsOffCount:(III)V
         3: .line 911
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 6
         4: .line 912
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* srcBegin */
            iload 2 /* srcEnd */
            aload 3 /* dst */
            iload 4 /* dstBegin */
            invokestatic java.lang.StringLatin1.getBytes:([BII[BI)V
         5: .line 913
            goto 7
         6: .line 914
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* srcBegin */
            iload 2 /* srcEnd */
            aload 3 /* dst */
            iload 4 /* dstBegin */
            invokestatic java.lang.StringUTF16.getBytes:([BII[BI)V
         7: .line 916
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int dstBegin
        end local 3 // byte[] dst
        end local 2 // int srcEnd
        end local 1 // int srcBegin
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Ljava/lang/String;
            0    8     1  srcBegin  I
            0    8     2    srcEnd  I
            0    8     3       dst  [B
            0    8     4  dstBegin  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "1.1")
    MethodParameters:
          Name  Flags
      srcBegin  
      srcEnd    
      dst       
      dstBegin  

  public byte[] getBytes(java.lang.String);
    descriptor: (Ljava/lang/String;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.lang.String charsetName
         0: .line 940
            aload 1 /* charsetName */
            ifnonnull 1
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         1: .line 941
      StackMap locals:
      StackMap stack:
            aload 1 /* charsetName */
            aload 0 /* this */
            invokevirtual java.lang.String.coder:()B
            aload 0 /* this */
            getfield java.lang.String.value:[B
            invokestatic java.lang.StringCoding.encode:(Ljava/lang/String;B[B)[B
            areturn
        end local 1 // java.lang.String charsetName
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Ljava/lang/String;
            0    2     1  charsetName  Ljava/lang/String;
    Exceptions:
      throws java.io.UnsupportedEncodingException
    MethodParameters:
             Name  Flags
      charsetName  

  public byte[] getBytes(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.nio.charset.Charset charset
         0: .line 963
            aload 1 /* charset */
            ifnonnull 1
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         1: .line 964
      StackMap locals:
      StackMap stack:
            aload 1 /* charset */
            aload 0 /* this */
            invokevirtual java.lang.String.coder:()B
            aload 0 /* this */
            getfield java.lang.String.value:[B
            invokestatic java.lang.StringCoding.encode:(Ljava/nio/charset/Charset;B[B)[B
            areturn
        end local 1 // java.nio.charset.Charset charset
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljava/lang/String;
            0    2     1  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      charset  

  public byte[] getBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String this
         0: .line 981
            aload 0 /* this */
            invokevirtual java.lang.String.coder:()B
            aload 0 /* this */
            getfield java.lang.String.value:[B
            invokestatic java.lang.StringCoding.encode:(B[B)[B
            areturn
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/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 // java.lang.String this
        start local 1 // java.lang.Object anObject
         0: .line 1003
            aload 0 /* this */
            aload 1 /* anObject */
            if_acmpne 2
         1: .line 1004
            iconst_1
            ireturn
         2: .line 1006
      StackMap locals:
      StackMap stack:
            aload 1 /* anObject */
            instanceof java.lang.String
            ifeq 8
         3: .line 1007
            aload 1 /* anObject */
            checkcast java.lang.String
            astore 2 /* aString */
        start local 2 // java.lang.String aString
         4: .line 1008
            aload 0 /* this */
            invokevirtual java.lang.String.coder:()B
            aload 2 /* aString */
            invokevirtual java.lang.String.coder:()B
            if_icmpne 8
         5: .line 1009
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 6
            aload 0 /* this */
            getfield java.lang.String.value:[B
            aload 2 /* aString */
            getfield java.lang.String.value:[B
            invokestatic java.lang.StringLatin1.equals:([B[B)Z
            goto 7
         6: .line 1010
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            aload 2 /* aString */
            getfield java.lang.String.value:[B
            invokestatic java.lang.StringUTF16.equals:([B[B)Z
         7: .line 1009
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 2 // java.lang.String aString
         8: .line 1013
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object anObject
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Ljava/lang/String;
            0    9     1  anObject  Ljava/lang/Object;
            4    8     2   aString  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      anObject  

  public boolean contentEquals(java.lang.StringBuffer);
    descriptor: (Ljava/lang/StringBuffer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.lang.StringBuffer sb
         0: .line 1035
            aload 0 /* this */
            aload 1 /* sb */
            invokevirtual java.lang.String.contentEquals:(Ljava/lang/CharSequence;)Z
            ireturn
        end local 1 // java.lang.StringBuffer sb
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/String;
            0    1     1    sb  Ljava/lang/StringBuffer;
    MethodParameters:
      Name  Flags
      sb    

  private boolean nonSyncContentEquals(java.lang.AbstractStringBuilder);
    descriptor: (Ljava/lang/AbstractStringBuilder;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.lang.AbstractStringBuilder sb
         0: .line 1039
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            istore 2 /* len */
        start local 2 // int len
         1: .line 1040
            iload 2 /* len */
            aload 1 /* sb */
            invokevirtual java.lang.AbstractStringBuilder.length:()I
            if_icmpeq 3
         2: .line 1041
            iconst_0
            ireturn
         3: .line 1043
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            astore 3 /* v1 */
        start local 3 // byte[] v1
         4: .line 1044
            aload 1 /* sb */
            invokevirtual java.lang.AbstractStringBuilder.getValue:()[B
            astore 4 /* v2 */
        start local 4 // byte[] v2
         5: .line 1045
            aload 0 /* this */
            invokevirtual java.lang.String.coder:()B
            aload 1 /* sb */
            invokevirtual java.lang.AbstractStringBuilder.getCoder:()B
            if_icmpne 14
         6: .line 1046
            aload 3 /* v1 */
            arraylength
            istore 5 /* n */
        start local 5 // int n
         7: .line 1047
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         8: goto 12
         9: .line 1048
      StackMap locals: java.lang.String java.lang.AbstractStringBuilder int byte[] byte[] int int
      StackMap stack:
            aload 3 /* v1 */
            iload 6 /* i */
            baload
            aload 4 /* v2 */
            iload 6 /* i */
            baload
            if_icmpeq 11
        10: .line 1049
            iconst_0
            ireturn
        11: .line 1047
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 6 /* i */
            iload 5 /* n */
            if_icmplt 9
        end local 6 // int i
        end local 5 // int n
        13: .line 1052
            goto 17
        14: .line 1053
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifne 16
        15: .line 1054
            iconst_0
            ireturn
        16: .line 1056
      StackMap locals:
      StackMap stack:
            aload 3 /* v1 */
            aload 4 /* v2 */
            iload 2 /* len */
            invokestatic java.lang.StringUTF16.contentEquals:([B[BI)Z
            ireturn
        17: .line 1058
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 4 // byte[] v2
        end local 3 // byte[] v1
        end local 2 // int len
        end local 1 // java.lang.AbstractStringBuilder sb
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Ljava/lang/String;
            0   18     1    sb  Ljava/lang/AbstractStringBuilder;
            1   18     2   len  I
            4   18     3    v1  [B
            5   18     4    v2  [B
            7   13     5     n  I
            8   13     6     i  I
    MethodParameters:
      Name  Flags
      sb    

  public boolean contentEquals(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.lang.CharSequence cs
         0: .line 1082
            aload 1 /* cs */
            instanceof java.lang.AbstractStringBuilder
            ifeq 8
         1: .line 1083
            aload 1 /* cs */
            instanceof java.lang.StringBuffer
            ifeq 7
         2: .line 1084
            aload 1 /* cs */
            dup
            astore 2
            monitorenter
         3: .line 1085
            aload 0 /* this */
            aload 1 /* cs */
            checkcast java.lang.AbstractStringBuilder
            invokevirtual java.lang.String.nonSyncContentEquals:(Ljava/lang/AbstractStringBuilder;)Z
            aload 2
            monitorexit
         4: ireturn
         5: .line 1084
      StackMap locals: java.lang.String java.lang.CharSequence java.lang.CharSequence
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         6: athrow
         7: .line 1088
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cs */
            checkcast java.lang.AbstractStringBuilder
            invokevirtual java.lang.String.nonSyncContentEquals:(Ljava/lang/AbstractStringBuilder;)Z
            ireturn
         8: .line 1092
      StackMap locals:
      StackMap stack:
            aload 1 /* cs */
            instanceof java.lang.String
            ifeq 10
         9: .line 1093
            aload 0 /* this */
            aload 1 /* cs */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        10: .line 1096
      StackMap locals:
      StackMap stack:
            aload 1 /* cs */
            invokeinterface java.lang.CharSequence.length:()I
            istore 2 /* n */
        start local 2 // int n
        11: .line 1097
            iload 2 /* n */
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            if_icmpeq 13
        12: .line 1098
            iconst_0
            ireturn
        13: .line 1100
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            astore 3 /* val */
        start local 3 // byte[] val
        14: .line 1101
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 22
        15: .line 1102
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        16: goto 20
        17: .line 1103
      StackMap locals: byte[] int
      StackMap stack:
            aload 3 /* val */
            iload 4 /* i */
            baload
            sipush 255
            iand
            aload 1 /* cs */
            iload 4 /* i */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            if_icmpeq 19
        18: .line 1104
            iconst_0
            ireturn
        19: .line 1102
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 4 /* i */
            iload 2 /* n */
            if_icmplt 17
        end local 4 // int i
        21: .line 1107
            goto 24
        22: .line 1108
      StackMap locals:
      StackMap stack:
            aload 3 /* val */
            aload 1 /* cs */
            iload 2 /* n */
            invokestatic java.lang.StringUTF16.contentEquals:([BLjava/lang/CharSequence;I)Z
            ifne 24
        23: .line 1109
            iconst_0
            ireturn
        24: .line 1112
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // byte[] val
        end local 2 // int n
        end local 1 // java.lang.CharSequence cs
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Ljava/lang/String;
            0   25     1    cs  Ljava/lang/CharSequence;
           11   25     2     n  I
           14   25     3   val  [B
           16   21     4     i  I
      Exception table:
        from    to  target  type
           3     4       5  any
           5     6       5  any
    MethodParameters:
      Name  Flags
      cs    

  public boolean equalsIgnoreCase(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.lang.String anotherString
         0: .line 1144
            aload 0 /* this */
            aload 1 /* anotherString */
            if_acmpne 1
            iconst_1
            goto 6
         1: .line 1145
      StackMap locals:
      StackMap stack:
            aload 1 /* anotherString */
            ifnull 5
         2: .line 1146
            aload 1 /* anotherString */
            invokevirtual java.lang.String.length:()I
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            if_icmpne 5
         3: .line 1147
            aload 0 /* this */
            iconst_1
            iconst_0
            aload 1 /* anotherString */
            iconst_0
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.regionMatches:(ZILjava/lang/String;II)Z
            ifeq 5
         4: .line 1144
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: ireturn
        end local 1 // java.lang.String anotherString
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Ljava/lang/String;
            0    7     1  anotherString  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      anotherString  

  public int compareTo(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.lang.String anotherString
         0: .line 1195
            aload 0 /* this */
            getfield java.lang.String.value:[B
            astore 2 /* v1 */
        start local 2 // byte[] v1
         1: .line 1196
            aload 1 /* anotherString */
            getfield java.lang.String.value:[B
            astore 3 /* v2 */
        start local 3 // byte[] v2
         2: .line 1197
            aload 0 /* this */
            invokevirtual java.lang.String.coder:()B
            aload 1 /* anotherString */
            invokevirtual java.lang.String.coder:()B
            if_icmpne 6
         3: .line 1198
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 4
            aload 2 /* v1 */
            aload 3 /* v2 */
            invokestatic java.lang.StringLatin1.compareTo:([B[B)I
            goto 5
         4: .line 1199
      StackMap locals: byte[] byte[]
      StackMap stack:
            aload 2 /* v1 */
            aload 3 /* v2 */
            invokestatic java.lang.StringUTF16.compareTo:([B[B)I
         5: .line 1198
      StackMap locals:
      StackMap stack: int
            ireturn
         6: .line 1201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 7
            aload 2 /* v1 */
            aload 3 /* v2 */
            invokestatic java.lang.StringLatin1.compareToUTF16:([B[B)I
            goto 8
         7: .line 1202
      StackMap locals:
      StackMap stack:
            aload 2 /* v1 */
            aload 3 /* v2 */
            invokestatic java.lang.StringUTF16.compareToLatin1:([B[B)I
         8: .line 1201
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 3 // byte[] v2
        end local 2 // byte[] v1
        end local 1 // java.lang.String anotherString
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Ljava/lang/String;
            0    9     1  anotherString  Ljava/lang/String;
            1    9     2             v1  [B
            2    9     3             v2  [B
    MethodParameters:
               Name  Flags
      anotherString  

  public int compareToIgnoreCase(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.lang.String str
         0: .line 1258
            getstatic java.lang.String.CASE_INSENSITIVE_ORDER:Ljava/util/Comparator;
            aload 0 /* this */
            aload 1 /* str */
            invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
            ireturn
        end local 1 // java.lang.String str
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/String;
            0    1     1   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   

  public boolean regionMatches(int, java.lang.String, int, int);
    descriptor: (ILjava/lang/String;II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // java.lang.String this
        start local 1 // int toffset
        start local 2 // java.lang.String other
        start local 3 // int ooffset
        start local 4 // int len
         0: .line 1297
            aload 0 /* this */
            getfield java.lang.String.value:[B
            astore 5 /* tv */
        start local 5 // byte[] tv
         1: .line 1298
            aload 2 /* other */
            getfield java.lang.String.value:[B
            astore 6 /* ov */
        start local 6 // byte[] ov
         2: .line 1300
            iload 3 /* ooffset */
            iflt 5
            iload 1 /* toffset */
            iflt 5
         3: .line 1301
            iload 1 /* toffset */
            i2l
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            i2l
            iload 4 /* len */
            i2l
            lsub
            lcmp
            ifgt 5
         4: .line 1302
            iload 3 /* ooffset */
            i2l
            aload 2 /* other */
            invokevirtual java.lang.String.length:()I
            i2l
            iload 4 /* len */
            i2l
            lsub
            lcmp
            ifle 6
         5: .line 1303
      StackMap locals: byte[] byte[]
      StackMap stack:
            iconst_0
            ireturn
         6: .line 1305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.String.coder:()B
            aload 2 /* other */
            invokevirtual java.lang.String.coder:()B
            if_icmpne 16
         7: .line 1306
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifne 14
            iload 4 /* len */
            ifle 14
         8: .line 1307
            iload 1 /* toffset */
            iconst_1
            ishl
            istore 1 /* toffset */
         9: .line 1308
            iload 3 /* ooffset */
            iconst_1
            ishl
            istore 3 /* ooffset */
        10: .line 1309
            iload 4 /* len */
            iconst_1
            ishl
            istore 4 /* len */
        11: .line 1311
            goto 14
        12: .line 1312
      StackMap locals:
      StackMap stack:
            aload 5 /* tv */
            iload 1 /* toffset */
            iinc 1 /* toffset */ 1
            baload
            aload 6 /* ov */
            iload 3 /* ooffset */
            iinc 3 /* ooffset */ 1
            baload
            if_icmpeq 14
        13: .line 1313
            iconst_0
            ireturn
        14: .line 1311
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iinc 4 /* len */ -1
            ifgt 12
        15: .line 1316
            goto 29
        16: .line 1317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.String.coder:()B
            ifne 28
        17: .line 1318
            goto 22
        18: .line 1319
      StackMap locals:
      StackMap stack:
            aload 5 /* tv */
            iload 1 /* toffset */
            iinc 1 /* toffset */ 1
            invokestatic java.lang.StringLatin1.getChar:([BI)C
        19: .line 1320
            aload 6 /* ov */
            iload 3 /* ooffset */
            iinc 3 /* ooffset */ 1
            invokestatic java.lang.StringUTF16.getChar:([BI)C
        20: .line 1319
            if_icmpeq 22
        21: .line 1321
            iconst_0
            ireturn
        22: .line 1318
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iinc 4 /* len */ -1
            ifgt 18
        23: .line 1324
            goto 29
        24: .line 1326
      StackMap locals:
      StackMap stack:
            aload 5 /* tv */
            iload 1 /* toffset */
            iinc 1 /* toffset */ 1
            invokestatic java.lang.StringUTF16.getChar:([BI)C
        25: .line 1327
            aload 6 /* ov */
            iload 3 /* ooffset */
            iinc 3 /* ooffset */ 1
            invokestatic java.lang.StringLatin1.getChar:([BI)C
        26: .line 1326
            if_icmpeq 28
        27: .line 1328
            iconst_0
            ireturn
        28: .line 1325
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iinc 4 /* len */ -1
            ifgt 24
        29: .line 1333
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 6 // byte[] ov
        end local 5 // byte[] tv
        end local 4 // int len
        end local 3 // int ooffset
        end local 2 // java.lang.String other
        end local 1 // int toffset
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   30     0     this  Ljava/lang/String;
            0   30     1  toffset  I
            0   30     2    other  Ljava/lang/String;
            0   30     3  ooffset  I
            0   30     4      len  I
            1   30     5       tv  [B
            2   30     6       ov  [B
    MethodParameters:
         Name  Flags
      toffset  
      other    
      ooffset  
      len      

  public boolean regionMatches(boolean, int, java.lang.String, int, int);
    descriptor: (ZILjava/lang/String;II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // java.lang.String this
        start local 1 // boolean ignoreCase
        start local 2 // int toffset
        start local 3 // java.lang.String other
        start local 4 // int ooffset
        start local 5 // int len
         0: .line 1388
            iload 1 /* ignoreCase */
            ifne 2
         1: .line 1389
            aload 0 /* this */
            iload 2 /* toffset */
            aload 3 /* other */
            iload 4 /* ooffset */
            iload 5 /* len */
            invokevirtual java.lang.String.regionMatches:(ILjava/lang/String;II)Z
            ireturn
         2: .line 1392
      StackMap locals:
      StackMap stack:
            iload 4 /* ooffset */
            iflt 5
            iload 2 /* toffset */
            iflt 5
         3: .line 1393
            iload 2 /* toffset */
            i2l
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            i2l
            iload 5 /* len */
            i2l
            lsub
            lcmp
            ifgt 5
         4: .line 1394
            iload 4 /* ooffset */
            i2l
            aload 3 /* other */
            invokevirtual java.lang.String.length:()I
            i2l
            iload 5 /* len */
            i2l
            lsub
            lcmp
            ifle 6
         5: .line 1395
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         6: .line 1397
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            astore 6 /* tv */
        start local 6 // byte[] tv
         7: .line 1398
            aload 3 /* other */
            getfield java.lang.String.value:[B
            astore 7 /* ov */
        start local 7 // byte[] ov
         8: .line 1399
            aload 0 /* this */
            invokevirtual java.lang.String.coder:()B
            aload 3 /* other */
            invokevirtual java.lang.String.coder:()B
            if_icmpne 13
         9: .line 1400
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 11
        10: .line 1401
            aload 6 /* tv */
            iload 2 /* toffset */
            aload 7 /* ov */
            iload 4 /* ooffset */
            iload 5 /* len */
            invokestatic java.lang.StringLatin1.regionMatchesCI:([BI[BII)Z
            goto 12
        11: .line 1402
      StackMap locals: byte[] byte[]
      StackMap stack:
            aload 6 /* tv */
            iload 2 /* toffset */
            aload 7 /* ov */
            iload 4 /* ooffset */
            iload 5 /* len */
            invokestatic java.lang.StringUTF16.regionMatchesCI:([BI[BII)Z
        12: .line 1400
      StackMap locals:
      StackMap stack: int
            ireturn
        13: .line 1404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 15
        14: .line 1405
            aload 6 /* tv */
            iload 2 /* toffset */
            aload 7 /* ov */
            iload 4 /* ooffset */
            iload 5 /* len */
            invokestatic java.lang.StringLatin1.regionMatchesCI_UTF16:([BI[BII)Z
            goto 16
        15: .line 1406
      StackMap locals:
      StackMap stack:
            aload 6 /* tv */
            iload 2 /* toffset */
            aload 7 /* ov */
            iload 4 /* ooffset */
            iload 5 /* len */
            invokestatic java.lang.StringUTF16.regionMatchesCI_Latin1:([BI[BII)Z
        16: .line 1404
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 7 // byte[] ov
        end local 6 // byte[] tv
        end local 5 // int len
        end local 4 // int ooffset
        end local 3 // java.lang.String other
        end local 2 // int toffset
        end local 1 // boolean ignoreCase
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Ljava/lang/String;
            0   17     1  ignoreCase  Z
            0   17     2     toffset  I
            0   17     3       other  Ljava/lang/String;
            0   17     4     ooffset  I
            0   17     5         len  I
            7   17     6          tv  [B
            8   17     7          ov  [B
    MethodParameters:
            Name  Flags
      ignoreCase  
      toffset     
      other       
      ooffset     
      len         

  public boolean startsWith(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // java.lang.String this
        start local 1 // java.lang.String prefix
        start local 2 // int toffset
         0: .line 1428
            iload 2 /* toffset */
            iflt 1
            iload 2 /* toffset */
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            aload 1 /* prefix */
            invokevirtual java.lang.String.length:()I
            isub
            if_icmple 2
         1: .line 1429
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 1431
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            astore 3 /* ta */
        start local 3 // byte[] ta
         3: .line 1432
            aload 1 /* prefix */
            getfield java.lang.String.value:[B
            astore 4 /* pa */
        start local 4 // byte[] pa
         4: .line 1433
            iconst_0
            istore 5 /* po */
        start local 5 // int po
         5: .line 1434
            aload 4 /* pa */
            arraylength
            istore 6 /* pc */
        start local 6 // int pc
         6: .line 1435
            aload 0 /* this */
            invokevirtual java.lang.String.coder:()B
            aload 1 /* prefix */
            invokevirtual java.lang.String.coder:()B
            if_icmpne 15
         7: .line 1436
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 8
            iload 2 /* toffset */
            goto 9
      StackMap locals: java.lang.String java.lang.String int byte[] byte[] int int
      StackMap stack:
         8: iload 2 /* toffset */
            iconst_1
            ishl
      StackMap locals:
      StackMap stack: int
         9: istore 7 /* to */
        start local 7 // int to
        10: .line 1437
            goto 13
        11: .line 1438
      StackMap locals: int
      StackMap stack:
            aload 3 /* ta */
            iload 7 /* to */
            iinc 7 /* to */ 1
            baload
            aload 4 /* pa */
            iload 5 /* po */
            iinc 5 /* po */ 1
            baload
            if_icmpeq 13
        12: .line 1439
            iconst_0
            ireturn
        13: .line 1437
      StackMap locals:
      StackMap stack:
            iload 5 /* po */
            iload 6 /* pc */
            if_icmplt 11
        end local 7 // int to
        14: .line 1442
            goto 20
        15: .line 1443
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 19
        16: .line 1444
            iconst_0
            ireturn
        17: .line 1448
      StackMap locals:
      StackMap stack:
            aload 3 /* ta */
            iload 2 /* toffset */
            iinc 2 /* toffset */ 1
            invokestatic java.lang.StringUTF16.getChar:([BI)C
            aload 4 /* pa */
            iload 5 /* po */
            iinc 5 /* po */ 1
            baload
            sipush 255
            iand
            if_icmpeq 19
        18: .line 1449
            iconst_0
            ireturn
        19: .line 1447
      StackMap locals:
      StackMap stack:
            iload 5 /* po */
            iload 6 /* pc */
            if_icmplt 17
        20: .line 1453
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 6 // int pc
        end local 5 // int po
        end local 4 // byte[] pa
        end local 3 // byte[] ta
        end local 2 // int toffset
        end local 1 // java.lang.String prefix
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   21     0     this  Ljava/lang/String;
            0   21     1   prefix  Ljava/lang/String;
            0   21     2  toffset  I
            3   21     3       ta  [B
            4   21     4       pa  [B
            5   21     5       po  I
            6   21     6       pc  I
           10   14     7       to  I
    MethodParameters:
         Name  Flags
      prefix   
      toffset  

  public boolean startsWith(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.lang.String prefix
         0: .line 1470
            aload 0 /* this */
            aload 1 /* prefix */
            iconst_0
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;I)Z
            ireturn
        end local 1 // java.lang.String prefix
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljava/lang/String;
            0    1     1  prefix  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      prefix  

  public boolean endsWith(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.lang.String suffix
         0: .line 1485
            aload 0 /* this */
            aload 1 /* suffix */
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            aload 1 /* suffix */
            invokevirtual java.lang.String.length:()I
            isub
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;I)Z
            ireturn
        end local 1 // java.lang.String suffix
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljava/lang/String;
            0    1     1  suffix  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      suffix  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.String this
         0: .line 1502
            aload 0 /* this */
            getfield java.lang.String.hash:I
            istore 1 /* h */
        start local 1 // int h
         1: .line 1503
            iload 1 /* h */
            ifne 6
            aload 0 /* this */
            getfield java.lang.String.value:[B
            arraylength
            ifle 6
         2: .line 1504
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 3
            aload 0 /* this */
            getfield java.lang.String.value:[B
            invokestatic java.lang.StringLatin1.hashCode:([B)I
            goto 4
         3: .line 1505
      StackMap locals: java.lang.String int
      StackMap stack: java.lang.String
            aload 0 /* this */
            getfield java.lang.String.value:[B
            invokestatic java.lang.StringUTF16.hashCode:([B)I
      StackMap locals: java.lang.String int
      StackMap stack: java.lang.String int
         4: dup
            istore 1 /* h */
         5: .line 1504
            putfield java.lang.String.hash:I
         6: .line 1507
      StackMap locals:
      StackMap stack:
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/lang/String;
            1    7     1     h  I

  public int indexOf(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // int ch
         0: .line 1535
            aload 0 /* this */
            iload 1 /* ch */
            iconst_0
            invokevirtual java.lang.String.indexOf:(II)I
            ireturn
        end local 1 // int ch
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/String;
            0    1     1    ch  I
    MethodParameters:
      Name  Flags
      ch    

  public int indexOf(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.lang.String this
        start local 1 // int ch
        start local 2 // int fromIndex
         0: .line 1578
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 1
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* ch */
            iload 2 /* fromIndex */
            invokestatic java.lang.StringLatin1.indexOf:([BII)I
            goto 2
         1: .line 1579
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* ch */
            iload 2 /* fromIndex */
            invokestatic java.lang.StringUTF16.indexOf:([BII)I
         2: .line 1578
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 2 // int fromIndex
        end local 1 // int ch
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Ljava/lang/String;
            0    3     1         ch  I
            0    3     2  fromIndex  I
    MethodParameters:
           Name  Flags
      ch         
      fromIndex  

  public int lastIndexOf(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // int ch
         0: .line 1606
            aload 0 /* this */
            iload 1 /* ch */
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            invokevirtual java.lang.String.lastIndexOf:(II)I
            ireturn
        end local 1 // int ch
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/String;
            0    1     1    ch  I
    MethodParameters:
      Name  Flags
      ch    

  public int lastIndexOf(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.lang.String this
        start local 1 // int ch
        start local 2 // int fromIndex
         0: .line 1644
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 1
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* ch */
            iload 2 /* fromIndex */
            invokestatic java.lang.StringLatin1.lastIndexOf:([BII)I
            goto 2
         1: .line 1645
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* ch */
            iload 2 /* fromIndex */
            invokestatic java.lang.StringUTF16.lastIndexOf:([BII)I
         2: .line 1644
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 2 // int fromIndex
        end local 1 // int ch
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Ljava/lang/String;
            0    3     1         ch  I
            0    3     2  fromIndex  I
    MethodParameters:
           Name  Flags
      ch         
      fromIndex  

  public int indexOf(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.lang.String str
         0: .line 1663
            aload 0 /* this */
            invokevirtual java.lang.String.coder:()B
            aload 1 /* str */
            invokevirtual java.lang.String.coder:()B
            if_icmpne 4
         1: .line 1664
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 2
            aload 0 /* this */
            getfield java.lang.String.value:[B
            aload 1 /* str */
            getfield java.lang.String.value:[B
            invokestatic java.lang.StringLatin1.indexOf:([B[B)I
            goto 3
         2: .line 1665
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            aload 1 /* str */
            getfield java.lang.String.value:[B
            invokestatic java.lang.StringUTF16.indexOf:([B[B)I
         3: .line 1664
      StackMap locals:
      StackMap stack: int
            ireturn
         4: .line 1667
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.String.coder:()B
            ifne 6
         5: .line 1668
            iconst_m1
            ireturn
         6: .line 1670
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            aload 1 /* str */
            getfield java.lang.String.value:[B
            invokestatic java.lang.StringUTF16.indexOfLatin1:([B[B)I
            ireturn
        end local 1 // java.lang.String str
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/lang/String;
            0    7     1   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   

  public int indexOf(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.lang.String this
        start local 1 // java.lang.String str
        start local 2 // int fromIndex
         0: .line 1691
            aload 0 /* this */
            getfield java.lang.String.value:[B
            aload 0 /* this */
            invokevirtual java.lang.String.coder:()B
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            aload 1 /* str */
            iload 2 /* fromIndex */
            invokestatic java.lang.String.indexOf:([BBILjava/lang/String;I)I
            ireturn
        end local 2 // int fromIndex
        end local 1 // java.lang.String str
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Ljava/lang/String;
            0    1     1        str  Ljava/lang/String;
            0    1     2  fromIndex  I
    MethodParameters:
           Name  Flags
      str        
      fromIndex  

  static int indexOf(byte[], byte, int, java.lang.String, int);
    descriptor: ([BBILjava/lang/String;I)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // byte[] src
        start local 1 // byte srcCoder
        start local 2 // int srcCount
        start local 3 // java.lang.String tgtStr
        start local 4 // int fromIndex
         0: .line 1707
            aload 3 /* tgtStr */
            getfield java.lang.String.value:[B
            astore 5 /* tgt */
        start local 5 // byte[] tgt
         1: .line 1708
            aload 3 /* tgtStr */
            invokevirtual java.lang.String.coder:()B
            istore 6 /* tgtCoder */
        start local 6 // byte tgtCoder
         2: .line 1709
            aload 3 /* tgtStr */
            invokevirtual java.lang.String.length:()I
            istore 7 /* tgtCount */
        start local 7 // int tgtCount
         3: .line 1711
            iload 4 /* fromIndex */
            iload 2 /* srcCount */
            if_icmplt 7
         4: .line 1712
            iload 7 /* tgtCount */
            ifne 5
            iload 2 /* srcCount */
            goto 6
      StackMap locals: byte[] int int
      StackMap stack:
         5: iconst_m1
      StackMap locals:
      StackMap stack: int
         6: ireturn
         7: .line 1714
      StackMap locals:
      StackMap stack:
            iload 4 /* fromIndex */
            ifge 9
         8: .line 1715
            iconst_0
            istore 4 /* fromIndex */
         9: .line 1717
      StackMap locals:
      StackMap stack:
            iload 7 /* tgtCount */
            ifne 11
        10: .line 1718
            iload 4 /* fromIndex */
            ireturn
        11: .line 1720
      StackMap locals:
      StackMap stack:
            iload 7 /* tgtCount */
            iload 2 /* srcCount */
            if_icmple 13
        12: .line 1721
            iconst_m1
            ireturn
        13: .line 1723
      StackMap locals:
      StackMap stack:
            iload 1 /* srcCoder */
            iload 6 /* tgtCoder */
            if_icmpne 18
        14: .line 1724
            iload 1 /* srcCoder */
            ifne 16
        15: .line 1725
            aload 0 /* src */
            iload 2 /* srcCount */
            aload 5 /* tgt */
            iload 7 /* tgtCount */
            iload 4 /* fromIndex */
            invokestatic java.lang.StringLatin1.indexOf:([BI[BII)I
            goto 17
        16: .line 1726
      StackMap locals:
      StackMap stack:
            aload 0 /* src */
            iload 2 /* srcCount */
            aload 5 /* tgt */
            iload 7 /* tgtCount */
            iload 4 /* fromIndex */
            invokestatic java.lang.StringUTF16.indexOf:([BI[BII)I
        17: .line 1724
      StackMap locals:
      StackMap stack: int
            ireturn
        18: .line 1728
      StackMap locals:
      StackMap stack:
            iload 1 /* srcCoder */
            ifne 20
        19: .line 1729
            iconst_m1
            ireturn
        20: .line 1732
      StackMap locals:
      StackMap stack:
            aload 0 /* src */
            iload 2 /* srcCount */
            aload 5 /* tgt */
            iload 7 /* tgtCount */
            iload 4 /* fromIndex */
            invokestatic java.lang.StringUTF16.indexOfLatin1:([BI[BII)I
            ireturn
        end local 7 // int tgtCount
        end local 6 // byte tgtCoder
        end local 5 // byte[] tgt
        end local 4 // int fromIndex
        end local 3 // java.lang.String tgtStr
        end local 2 // int srcCount
        end local 1 // byte srcCoder
        end local 0 // byte[] src
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   21     0        src  [B
            0   21     1   srcCoder  B
            0   21     2   srcCount  I
            0   21     3     tgtStr  Ljava/lang/String;
            0   21     4  fromIndex  I
            1   21     5        tgt  [B
            2   21     6   tgtCoder  B
            3   21     7   tgtCount  I
    MethodParameters:
           Name  Flags
      src        
      srcCoder   
      srcCount   
      tgtStr     
      fromIndex  

  public int lastIndexOf(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.lang.String str
         0: .line 1751
            aload 0 /* this */
            aload 1 /* str */
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.lastIndexOf:(Ljava/lang/String;I)I
            ireturn
        end local 1 // java.lang.String str
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/String;
            0    1     1   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   

  public int lastIndexOf(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.lang.String this
        start local 1 // java.lang.String str
        start local 2 // int fromIndex
         0: .line 1772
            aload 0 /* this */
            getfield java.lang.String.value:[B
            aload 0 /* this */
            invokevirtual java.lang.String.coder:()B
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            aload 1 /* str */
            iload 2 /* fromIndex */
            invokestatic java.lang.String.lastIndexOf:([BBILjava/lang/String;I)I
            ireturn
        end local 2 // int fromIndex
        end local 1 // java.lang.String str
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Ljava/lang/String;
            0    1     1        str  Ljava/lang/String;
            0    1     2  fromIndex  I
    MethodParameters:
           Name  Flags
      str        
      fromIndex  

  static int lastIndexOf(byte[], byte, int, java.lang.String, int);
    descriptor: ([BBILjava/lang/String;I)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=9, args_size=5
        start local 0 // byte[] src
        start local 1 // byte srcCoder
        start local 2 // int srcCount
        start local 3 // java.lang.String tgtStr
        start local 4 // int fromIndex
         0: .line 1788
            aload 3 /* tgtStr */
            getfield java.lang.String.value:[B
            astore 5 /* tgt */
        start local 5 // byte[] tgt
         1: .line 1789
            aload 3 /* tgtStr */
            invokevirtual java.lang.String.coder:()B
            istore 6 /* tgtCoder */
        start local 6 // byte tgtCoder
         2: .line 1790
            aload 3 /* tgtStr */
            invokevirtual java.lang.String.length:()I
            istore 7 /* tgtCount */
        start local 7 // int tgtCount
         3: .line 1795
            iload 2 /* srcCount */
            iload 7 /* tgtCount */
            isub
            istore 8 /* rightIndex */
        start local 8 // int rightIndex
         4: .line 1796
            iload 4 /* fromIndex */
            iload 8 /* rightIndex */
            if_icmple 6
         5: .line 1797
            iload 8 /* rightIndex */
            istore 4 /* fromIndex */
         6: .line 1799
      StackMap locals: byte[] int int java.lang.String int byte[] int int int
      StackMap stack:
            iload 4 /* fromIndex */
            ifge 8
         7: .line 1800
            iconst_m1
            ireturn
         8: .line 1803
      StackMap locals:
      StackMap stack:
            iload 7 /* tgtCount */
            ifne 10
         9: .line 1804
            iload 4 /* fromIndex */
            ireturn
        10: .line 1806
      StackMap locals:
      StackMap stack:
            iload 1 /* srcCoder */
            iload 6 /* tgtCoder */
            if_icmpne 15
        11: .line 1807
            iload 1 /* srcCoder */
            ifne 13
        12: .line 1808
            aload 0 /* src */
            iload 2 /* srcCount */
            aload 5 /* tgt */
            iload 7 /* tgtCount */
            iload 4 /* fromIndex */
            invokestatic java.lang.StringLatin1.lastIndexOf:([BI[BII)I
            goto 14
        13: .line 1809
      StackMap locals:
      StackMap stack:
            aload 0 /* src */
            iload 2 /* srcCount */
            aload 5 /* tgt */
            iload 7 /* tgtCount */
            iload 4 /* fromIndex */
            invokestatic java.lang.StringUTF16.lastIndexOf:([BI[BII)I
        14: .line 1807
      StackMap locals:
      StackMap stack: int
            ireturn
        15: .line 1811
      StackMap locals:
      StackMap stack:
            iload 1 /* srcCoder */
            ifne 17
        16: .line 1812
            iconst_m1
            ireturn
        17: .line 1815
      StackMap locals:
      StackMap stack:
            aload 0 /* src */
            iload 2 /* srcCount */
            aload 5 /* tgt */
            iload 7 /* tgtCount */
            iload 4 /* fromIndex */
            invokestatic java.lang.StringUTF16.lastIndexOfLatin1:([BI[BII)I
            ireturn
        end local 8 // int rightIndex
        end local 7 // int tgtCount
        end local 6 // byte tgtCoder
        end local 5 // byte[] tgt
        end local 4 // int fromIndex
        end local 3 // java.lang.String tgtStr
        end local 2 // int srcCount
        end local 1 // byte srcCoder
        end local 0 // byte[] src
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0         src  [B
            0   18     1    srcCoder  B
            0   18     2    srcCount  I
            0   18     3      tgtStr  Ljava/lang/String;
            0   18     4   fromIndex  I
            1   18     5         tgt  [B
            2   18     6    tgtCoder  B
            3   18     7    tgtCount  I
            4   18     8  rightIndex  I
    MethodParameters:
           Name  Flags
      src        
      srcCoder   
      srcCount   
      tgtStr     
      fromIndex  

  public java.lang.String substring(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.String this
        start local 1 // int beginIndex
         0: .line 1836
            iload 1 /* beginIndex */
            ifge 2
         1: .line 1837
            new java.lang.StringIndexOutOfBoundsException
            dup
            iload 1 /* beginIndex */
            invokespecial java.lang.StringIndexOutOfBoundsException.<init>:(I)V
            athrow
         2: .line 1839
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            iload 1 /* beginIndex */
            isub
            istore 2 /* subLen */
        start local 2 // int subLen
         3: .line 1840
            iload 2 /* subLen */
            ifge 5
         4: .line 1841
            new java.lang.StringIndexOutOfBoundsException
            dup
            iload 2 /* subLen */
            invokespecial java.lang.StringIndexOutOfBoundsException.<init>:(I)V
            athrow
         5: .line 1843
      StackMap locals: int
      StackMap stack:
            iload 1 /* beginIndex */
            ifne 7
         6: .line 1844
            aload 0 /* this */
            areturn
         7: .line 1846
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 8
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* beginIndex */
            iload 2 /* subLen */
            invokestatic java.lang.StringLatin1.newString:([BII)Ljava/lang/String;
            goto 9
         8: .line 1847
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* beginIndex */
            iload 2 /* subLen */
            invokestatic java.lang.StringUTF16.newString:([BII)Ljava/lang/String;
         9: .line 1846
      StackMap locals:
      StackMap stack: java.lang.String
            areturn
        end local 2 // int subLen
        end local 1 // int beginIndex
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Ljava/lang/String;
            0   10     1  beginIndex  I
            3   10     2      subLen  I
    MethodParameters:
            Name  Flags
      beginIndex  

  public java.lang.String substring(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // java.lang.String this
        start local 1 // int beginIndex
        start local 2 // int endIndex
         0: .line 1873
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            istore 3 /* length */
        start local 3 // int length
         1: .line 1874
            iload 1 /* beginIndex */
            iload 2 /* endIndex */
            iload 3 /* length */
            invokestatic java.lang.String.checkBoundsBeginEnd:(III)V
         2: .line 1875
            iload 2 /* endIndex */
            iload 1 /* beginIndex */
            isub
            istore 4 /* subLen */
        start local 4 // int subLen
         3: .line 1876
            iload 1 /* beginIndex */
            ifne 5
            iload 2 /* endIndex */
            iload 3 /* length */
            if_icmpne 5
         4: .line 1877
            aload 0 /* this */
            areturn
         5: .line 1879
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 6
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* beginIndex */
            iload 4 /* subLen */
            invokestatic java.lang.StringLatin1.newString:([BII)Ljava/lang/String;
            goto 7
         6: .line 1880
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* beginIndex */
            iload 4 /* subLen */
            invokestatic java.lang.StringUTF16.newString:([BII)Ljava/lang/String;
         7: .line 1879
      StackMap locals:
      StackMap stack: java.lang.String
            areturn
        end local 4 // int subLen
        end local 3 // int length
        end local 2 // int endIndex
        end local 1 // int beginIndex
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Ljava/lang/String;
            0    8     1  beginIndex  I
            0    8     2    endIndex  I
            1    8     3      length  I
            3    8     4      subLen  I
    MethodParameters:
            Name  Flags
      beginIndex  
      endIndex    

  public java.lang.CharSequence subSequence(int, int);
    descriptor: (II)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.lang.String this
        start local 1 // int beginIndex
        start local 2 // int endIndex
         0: .line 1913
            aload 0 /* this */
            iload 1 /* beginIndex */
            iload 2 /* endIndex */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            areturn
        end local 2 // int endIndex
        end local 1 // int beginIndex
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljava/lang/String;
            0    1     1  beginIndex  I
            0    1     2    endIndex  I
    MethodParameters:
            Name  Flags
      beginIndex  
      endIndex    

  public java.lang.String concat(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.lang.String str
         0: .line 1937
            aload 1 /* str */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 2
         1: .line 1938
            aload 0 /* this */
            areturn
         2: .line 1940
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.String.coder:()B
            aload 1 /* str */
            invokevirtual java.lang.String.coder:()B
            if_icmpne 9
         3: .line 1941
            aload 0 /* this */
            getfield java.lang.String.value:[B
            astore 2 /* val */
        start local 2 // byte[] val
         4: .line 1942
            aload 1 /* str */
            getfield java.lang.String.value:[B
            astore 3 /* oval */
        start local 3 // byte[] oval
         5: .line 1943
            aload 2 /* val */
            arraylength
            aload 3 /* oval */
            arraylength
            iadd
            istore 4 /* len */
        start local 4 // int len
         6: .line 1944
            aload 2 /* val */
            iload 4 /* len */
            invokestatic java.util.Arrays.copyOf:([BI)[B
            astore 5 /* buf */
        start local 5 // byte[] buf
         7: .line 1945
            aload 3 /* oval */
            iconst_0
            aload 5 /* buf */
            aload 2 /* val */
            arraylength
            aload 3 /* oval */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 1946
            new java.lang.String
            dup
            aload 5 /* buf */
            aload 0 /* this */
            getfield java.lang.String.coder:B
            invokespecial java.lang.String.<init>:([BB)V
            areturn
        end local 5 // byte[] buf
        end local 4 // int len
        end local 3 // byte[] oval
        end local 2 // byte[] val
         9: .line 1948
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            istore 2 /* len */
        start local 2 // int len
        10: .line 1949
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            istore 3 /* olen */
        start local 3 // int olen
        11: .line 1950
            iload 2 /* len */
            iload 3 /* olen */
            iadd
            invokestatic java.lang.StringUTF16.newBytesFor:(I)[B
            astore 4 /* buf */
        start local 4 // byte[] buf
        12: .line 1951
            aload 0 /* this */
            aload 4 /* buf */
            iconst_0
            iconst_1
            invokevirtual java.lang.String.getBytes:([BIB)V
        13: .line 1952
            aload 1 /* str */
            aload 4 /* buf */
            iload 2 /* len */
            iconst_1
            invokevirtual java.lang.String.getBytes:([BIB)V
        14: .line 1953
            new java.lang.String
            dup
            aload 4 /* buf */
            iconst_1
            invokespecial java.lang.String.<init>:([BB)V
            areturn
        end local 4 // byte[] buf
        end local 3 // int olen
        end local 2 // int len
        end local 1 // java.lang.String str
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Ljava/lang/String;
            0   15     1   str  Ljava/lang/String;
            4    9     2   val  [B
            5    9     3  oval  [B
            6    9     4   len  I
            7    9     5   buf  [B
           10   15     2   len  I
           11   15     3  olen  I
           12   15     4   buf  [B
    MethodParameters:
      Name  Flags
      str   

  public java.lang.String replace(char, char);
    descriptor: (CC)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // java.lang.String this
        start local 1 // char oldChar
        start local 2 // char newChar
         0: .line 1986
            iload 1 /* oldChar */
            iload 2 /* newChar */
            if_icmpeq 6
         1: .line 1987
            aload 0 /* this */
            invokevirtual java.lang.String.isLatin1:()Z
            ifeq 2
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* oldChar */
            iload 2 /* newChar */
            invokestatic java.lang.StringLatin1.replace:([BCC)Ljava/lang/String;
            goto 3
         2: .line 1988
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.lang.String.value:[B
            iload 1 /* oldChar */
            iload 2 /* newChar */
            invokestatic java.lang.StringUTF16.replace:([BCC)Ljava/lang/String;
         3: .line 1987
      StackMap locals:
      StackMap stack: java.lang.String
            astore 3 /* ret */
        start local 3 // java.lang.String ret
         4: .line 1989
            aload 3 /* ret */
            ifnull 6
         5: .line 1990
            aload 3 /* ret */
            areturn
        end local 3 // java.lang.String ret
         6: .line 1993
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // char newChar
        end local 1 // char oldChar
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Ljava/lang/String;
            0    7     1  oldChar  C
            0    7     2  newChar  C
            4    6     3      ret  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      oldChar  
      newChar  

  public boolean matches(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.lang.String regex
         0: .line 2024
            aload 1 /* regex */
            aload 0 /* this */
            invokestatic java.util.regex.Pattern.matches:(Ljava/lang/String;Ljava/lang/CharSequence;)Z
            ireturn
        end local 1 // java.lang.String regex
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/lang/String;
            0    1     1  regex  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      regex  

  public boolean contains(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.String this
        start local 1 // java.lang.CharSequence s
         0: .line 2036
            aload 0 /* this */
            aload 1 /* s */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            iflt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.CharSequence s
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/lang/String;
            0    2     1     s  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      s     

  public java.lang.String replaceFirst(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.lang.String this
        start local 1 // java.lang.String regex
        start local 2 // java.lang.String replacement
         0: .line 2081
            aload 1 /* regex */
            invokestatic java.util.regex.Pattern.compile:(Ljava/lang/String;)Ljava/util/regex/Pattern;
            aload 0 /* this */
            invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
            aload 2 /* replacement */
            invokevirtual java.util.regex.Matcher.replaceFirst:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 2 // java.lang.String replacement
        end local 1 // java.lang.String regex
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljava/lang/String;
            0    1     1        regex  Ljava/lang/String;
            0    1     2  replacement  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      regex        
      replacement  

  public java.lang.String replaceAll(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.lang.String this
        start local 1 // java.lang.String regex
        start local 2 // java.lang.String replacement
         0: .line 2126
            aload 1 /* regex */
            invokestatic java.util.regex.Pattern.compile:(Ljava/lang/String;)Ljava/util/regex/Pattern;
            aload 0 /* this */
            invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
            aload 2 /* replacement */
            invokevirtual java.util.regex.Matcher.replaceAll:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 2 // java.lang.String replacement
        end local 1 // java.lang.String regex
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljava/lang/String;
            0    1     1        regex  Ljava/lang/String;
            0    1     2  replacement  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      regex        
      replacement  

  public java.lang.String replace(java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=12, args_size=3
        start local 0 // java.lang.String this
        start local 1 // java.lang.CharSequence target
        start local 2 // java.lang.CharSequence replacement
         0: .line 2142
            aload 1 /* target */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            astore 3 /* tgtStr */
        start local 3 // java.lang.String tgtStr
         1: .line 2143
            aload 2 /* replacement */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            astore 4 /* replStr */
        start local 4 // java.lang.String replStr
         2: .line 2144
            aload 0 /* this */
            aload 3 /* tgtStr */
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            istore 5 /* j */
        start local 5 // int j
         3: .line 2145
            iload 5 /* j */
            ifge 5
         4: .line 2146
            aload 0 /* this */
            areturn
         5: .line 2148
      StackMap locals: java.lang.String java.lang.String int
      StackMap stack:
            aload 3 /* tgtStr */
            invokevirtual java.lang.String.length:()I
            istore 6 /* tgtLen */
        start local 6 // int tgtLen
         6: .line 2149
            iload 6 /* tgtLen */
            iconst_1
            invokestatic java.lang.Math.max:(II)I
            istore 7 /* tgtLen1 */
        start local 7 // int tgtLen1
         7: .line 2150
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            istore 8 /* thisLen */
        start local 8 // int thisLen
         8: .line 2152
            iload 8 /* thisLen */
            iload 6 /* tgtLen */
            isub
            aload 4 /* replStr */
            invokevirtual java.lang.String.length:()I
            iadd
            istore 9 /* newLenHint */
        start local 9 // int newLenHint
         9: .line 2153
            iload 9 /* newLenHint */
            ifge 11
        10: .line 2154
            new java.lang.OutOfMemoryError
            dup
            invokespecial java.lang.OutOfMemoryError.<init>:()V
            athrow
        11: .line 2156
      StackMap locals: java.lang.String java.lang.CharSequence java.lang.CharSequence java.lang.String java.lang.String int int int int int
      StackMap stack:
            new java.lang.StringBuilder
            dup
            iload 9 /* newLenHint */
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 10 /* sb */
        start local 10 // java.lang.StringBuilder sb
        12: .line 2157
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        13: .line 2159
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 10 /* sb */
            aload 0 /* this */
            iload 11 /* i */
            iload 5 /* j */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder;
            aload 4 /* replStr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        14: .line 2160
            iload 5 /* j */
            iload 6 /* tgtLen */
            iadd
            istore 11 /* i */
        15: .line 2161
            iload 5 /* j */
            iload 8 /* thisLen */
            if_icmpge 17
            aload 0 /* this */
            aload 3 /* tgtStr */
            iload 5 /* j */
            iload 7 /* tgtLen1 */
            iadd
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;I)I
            dup
            istore 5 /* j */
        16: .line 2158
            ifgt 13
        17: .line 2162
      StackMap locals:
      StackMap stack:
            aload 10 /* sb */
            aload 0 /* this */
            iload 11 /* i */
            iload 8 /* thisLen */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 11 // int i
        end local 10 // java.lang.StringBuilder sb
        end local 9 // int newLenHint
        end local 8 // int thisLen
        end local 7 // int tgtLen1
        end local 6 // int tgtLen
        end local 5 // int j
        end local 4 // java.lang.String replStr
        end local 3 // java.lang.String tgtStr
        end local 2 // java.lang.CharSequence replacement
        end local 1 // java.lang.CharSequence target
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Ljava/lang/String;
            0   18     1       target  Ljava/lang/CharSequence;
            0   18     2  replacement  Ljava/lang/CharSequence;
            1   18     3       tgtStr  Ljava/lang/String;
            2   18     4      replStr  Ljava/lang/String;
            3   18     5            j  I
            6   18     6       tgtLen  I
            7   18     7      tgtLen1  I
            8   18     8      thisLen  I
            9   18     9   newLenHint  I
           12   18    10           sb  Ljava/lang/StringBuilder;
           13   18    11            i  I
    MethodParameters:
             Name  Flags
      target       
      replacement  

  public java.lang.String[] split(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=3
        start local 0 // java.lang.String this
        start local 1 // java.lang.String regex
        start local 2 // int limit
         0: .line 2272
            iconst_0
            istore 3 /* ch */
        start local 3 // char ch
         1: .line 2273
            aload 1 /* regex */
            invokevirtual java.lang.String.length:()I
            iconst_1
            if_icmpne 3
         2: .line 2274
            ldc ".$|()[{^?*+\\"
            aload 1 /* regex */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            dup
            istore 3 /* ch */
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 8
         3: .line 2275
      StackMap locals: int
      StackMap stack:
            aload 1 /* regex */
            invokevirtual java.lang.String.length:()I
            iconst_2
            if_icmpne 37
         4: .line 2276
            aload 1 /* regex */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 92
            if_icmpne 37
         5: .line 2277
            aload 1 /* regex */
            iconst_1
            invokevirtual java.lang.String.charAt:(I)C
            dup
            istore 3 /* ch */
            bipush 48
            isub
            bipush 57
            iload 3 /* ch */
            isub
            ior
            ifge 37
         6: .line 2278
            iload 3 /* ch */
            bipush 97
            isub
            bipush 122
            iload 3 /* ch */
            isub
            ior
            ifge 37
         7: .line 2279
            iload 3 /* ch */
            bipush 65
            isub
            bipush 90
            iload 3 /* ch */
            isub
            ior
            ifge 37
         8: .line 2280
      StackMap locals:
      StackMap stack:
            iload 3 /* ch */
            ldc 55296
            if_icmplt 10
         9: .line 2281
            iload 3 /* ch */
            ldc 57343
            if_icmple 37
        10: .line 2283
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* off */
        start local 4 // int off
        11: .line 2284
            iconst_0
            istore 5 /* next */
        start local 5 // int next
        12: .line 2285
            iload 2 /* limit */
            ifle 13
            iconst_1
            goto 14
      StackMap locals: int int
      StackMap stack:
        13: iconst_0
      StackMap locals:
      StackMap stack: int
        14: istore 6 /* limited */
        start local 6 // boolean limited
        15: .line 2286
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 7 /* list */
        start local 7 // java.util.ArrayList list
        16: .line 2287
            goto 25
        17: .line 2288
      StackMap locals: int java.util.ArrayList
      StackMap stack:
            iload 6 /* limited */
            ifeq 18
            aload 7 /* list */
            invokevirtual java.util.ArrayList.size:()I
            iload 2 /* limit */
            iconst_1
            isub
            if_icmpge 21
        18: .line 2289
      StackMap locals:
      StackMap stack:
            aload 7 /* list */
            aload 0 /* this */
            iload 4 /* off */
            iload 5 /* next */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        19: .line 2290
            iload 5 /* next */
            iconst_1
            iadd
            istore 4 /* off */
        20: .line 2291
            goto 25
        21: .line 2293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            istore 8 /* last */
        start local 8 // int last
        22: .line 2294
            aload 7 /* list */
            aload 0 /* this */
            iload 4 /* off */
            iload 8 /* last */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        23: .line 2295
            iload 8 /* last */
            istore 4 /* off */
        24: .line 2296
            goto 26
        end local 8 // int last
        25: .line 2287
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ch */
            iload 4 /* off */
            invokevirtual java.lang.String.indexOf:(II)I
            dup
            istore 5 /* next */
            iconst_m1
            if_icmpne 17
        26: .line 2300
      StackMap locals:
      StackMap stack:
            iload 4 /* off */
            ifne 28
        27: .line 2301
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            aastore
            areturn
        28: .line 2304
      StackMap locals:
      StackMap stack:
            iload 6 /* limited */
            ifeq 29
            aload 7 /* list */
            invokevirtual java.util.ArrayList.size:()I
            iload 2 /* limit */
            if_icmpge 30
        29: .line 2305
      StackMap locals:
      StackMap stack:
            aload 7 /* list */
            aload 0 /* this */
            iload 4 /* off */
            aload 0 /* this */
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        30: .line 2308
      StackMap locals:
      StackMap stack:
            aload 7 /* list */
            invokevirtual java.util.ArrayList.size:()I
            istore 8 /* resultSize */
        start local 8 // int resultSize
        31: .line 2309
            iload 2 /* limit */
            ifne 35
        32: .line 2310
            goto 34
        33: .line 2311
      StackMap locals: int
      StackMap stack:
            iinc 8 /* resultSize */ -1
        34: .line 2310
      StackMap locals:
      StackMap stack:
            iload 8 /* resultSize */
            ifle 35
            aload 7 /* list */
            iload 8 /* resultSize */
            iconst_1
            isub
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 33
        35: .line 2314
      StackMap locals:
      StackMap stack:
            iload 8 /* resultSize */
            anewarray java.lang.String
            astore 9 /* result */
        start local 9 // java.lang.String[] result
        36: .line 2315
            aload 7 /* list */
            iconst_0
            iload 8 /* resultSize */
            invokevirtual java.util.ArrayList.subList:(II)Ljava/util/List;
            aload 9 /* result */
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.String[]
            areturn
        end local 9 // java.lang.String[] result
        end local 8 // int resultSize
        end local 7 // java.util.ArrayList list
        end local 6 // boolean limited
        end local 5 // int next
        end local 4 // int off
        37: .line 2317
      StackMap locals: java.lang.String java.lang.String int int
      StackMap stack:
            aload 1 /* regex */
            invokestatic java.util.regex.Pattern.compile:(Ljava/lang/String;)Ljava/util/regex/Pattern;
            aload 0 /* this */
            iload 2 /* limit */
            invokevirtual java.util.regex.Pattern.split:(Ljava/lang/CharSequence;I)[Ljava/lang/String;
            areturn
        end local 3 // char ch
        end local 2 // int limit
        end local 1 // java.lang.String regex
        end local 0 // java.lang.String this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   38     0        this  Ljava/lang/String;
            0   38     1       regex  Ljava/lang/String;
            0   38</