public class com.sun.xml.internal.fastinfoset.util.CharArray implements java.lang.CharSequence
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.fastinfoset.util.CharArray
  super_class: java.lang.Object
{
  public char[] ch;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

  public int start;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int length;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  protected int _hash;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            return
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/fastinfoset/util/CharArray;

  public void <init>(char[], int, int, boolean);
    descriptor: ([CIIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
        start local 1 // char[] _ch
        start local 2 // int _start
        start local 3 // int _length
        start local 4 // boolean copy
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* _ch */
            iload 2 /* _start */
            iload 3 /* _length */
            iload 4 /* copy */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArray.set:([CIIZ)V
         2: .line 42
            return
        end local 4 // boolean copy
        end local 3 // int _length
        end local 2 // int _start
        end local 1 // char[] _ch
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/xml/internal/fastinfoset/util/CharArray;
            0    3     1      _ch  [C
            0    3     2   _start  I
            0    3     3  _length  I
            0    3     4     copy  Z
    MethodParameters:
         Name  Flags
      _ch      
      _start   
      _length  
      copy     

  public final void set(char[], int, int, boolean);
    descriptor: ([CIIZ)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
        start local 1 // char[] _ch
        start local 2 // int _start
        start local 3 // int _length
        start local 4 // boolean copy
         0: .line 45
            iload 4 /* copy */
            ifeq 6
         1: .line 46
            aload 0 /* this */
            iload 3 /* _length */
            newarray 5
            putfield com.sun.xml.internal.fastinfoset.util.CharArray.ch:[C
         2: .line 47
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.util.CharArray.start:I
         3: .line 48
            aload 0 /* this */
            iload 3 /* _length */
            putfield com.sun.xml.internal.fastinfoset.util.CharArray.length:I
         4: .line 49
            aload 1 /* _ch */
            iload 2 /* _start */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.ch:[C
            iconst_0
            iload 3 /* _length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 50
            goto 9
         6: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* _ch */
            putfield com.sun.xml.internal.fastinfoset.util.CharArray.ch:[C
         7: .line 52
            aload 0 /* this */
            iload 2 /* _start */
            putfield com.sun.xml.internal.fastinfoset.util.CharArray.start:I
         8: .line 53
            aload 0 /* this */
            iload 3 /* _length */
            putfield com.sun.xml.internal.fastinfoset.util.CharArray.length:I
         9: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.util.CharArray._hash:I
        10: .line 56
            return
        end local 4 // boolean copy
        end local 3 // int _length
        end local 2 // int _start
        end local 1 // char[] _ch
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lcom/sun/xml/internal/fastinfoset/util/CharArray;
            0   11     1      _ch  [C
            0   11     2   _start  I
            0   11     3  _length  I
            0   11     4     copy  Z
    MethodParameters:
         Name  Flags
      _ch      
      _start   
      _length  
      copy     

  public final void cloneArray();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
         0: .line 59
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.length:I
            newarray 5
            astore 1 /* _ch */
        start local 1 // char[] _ch
         1: .line 60
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.ch:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.start:I
            aload 1 /* _ch */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.length:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 61
            aload 0 /* this */
            aload 1 /* _ch */
            putfield com.sun.xml.internal.fastinfoset.util.CharArray.ch:[C
         3: .line 62
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.util.CharArray.start:I
         4: .line 63
            return
        end local 1 // char[] _ch
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/xml/internal/fastinfoset/util/CharArray;
            1    5     1   _ch  [C

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
         0: .line 66
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.ch:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.start:I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.length:I
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/util/CharArray;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
         0: .line 70
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray._hash:I
            ifne 6
         1: .line 73
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.start:I
            istore 1 /* i */
        start local 1 // int i
         2: goto 5
         3: .line 74
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            bipush 31
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray._hash:I
            imul
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.ch:[C
            iload 1 /* i */
            caload
            iadd
            putfield com.sun.xml.internal.fastinfoset.util.CharArray._hash:I
         4: .line 73
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.start:I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.length:I
            iadd
            if_icmplt 3
        end local 1 // int i
         6: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray._hash:I
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/xml/internal/fastinfoset/util/CharArray;
            2    6     1     i  I

  public static final int hashCode(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // char[] ch
        start local 1 // int start
        start local 2 // int length
         0: .line 83
            iconst_0
            istore 3 /* hash */
        start local 3 // int hash
         1: .line 84
            iload 1 /* start */
            istore 4 /* i */
        start local 4 // int i
         2: goto 5
         3: .line 85
      StackMap locals: int int
      StackMap stack:
            bipush 31
            iload 3 /* hash */
            imul
            aload 0 /* ch */
            iload 4 /* i */
            caload
            iadd
            istore 3 /* hash */
         4: .line 84
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            iload 1 /* start */
            iload 2 /* length */
            iadd
            if_icmplt 3
        end local 4 // int i
         6: .line 88
            iload 3 /* hash */
            ireturn
        end local 3 // int hash
        end local 2 // int length
        end local 1 // int start
        end local 0 // char[] ch
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0      ch  [C
            0    7     1   start  I
            0    7     2  length  I
            1    7     3    hash  I
            2    6     4       i  I
    MethodParameters:
        Name  Flags
      ch      
      start   
      length  

  public final boolean equalsCharArray(com.sun.xml.internal.fastinfoset.util.CharArray);
    descriptor: (Lcom/sun/xml/internal/fastinfoset/util/CharArray;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
        start local 1 // com.sun.xml.internal.fastinfoset.util.CharArray cha
         0: .line 92
            aload 0 /* this */
            aload 1 /* cha */
            if_acmpne 2
         1: .line 93
            iconst_1
            ireturn
         2: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.length:I
            aload 1 /* cha */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.length:I
            if_icmpne 11
         3: .line 97
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.length:I
            istore 2 /* n */
        start local 2 // int n
         4: .line 98
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.start:I
            istore 3 /* i */
        start local 3 // int i
         5: .line 99
            aload 1 /* cha */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.start:I
            istore 4 /* j */
        start local 4 // int j
         6: .line 100
            goto 9
         7: .line 101
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.ch:[C
            iload 3 /* i */
            iinc 3 /* i */ 1
            caload
            aload 1 /* cha */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.ch:[C
            iload 4 /* j */
            iinc 4 /* j */ 1
            caload
            if_icmpeq 9
         8: .line 102
            iconst_0
            ireturn
         9: .line 100
      StackMap locals:
      StackMap stack:
            iload 2 /* n */
            iinc 2 /* n */ -1
            ifne 7
        10: .line 104
            iconst_1
            ireturn
        end local 4 // int j
        end local 3 // int i
        end local 2 // int n
        11: .line 107
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // com.sun.xml.internal.fastinfoset.util.CharArray cha
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/sun/xml/internal/fastinfoset/util/CharArray;
            0   12     1   cha  Lcom/sun/xml/internal/fastinfoset/util/CharArray;
            4   11     2     n  I
            5   11     3     i  I
            6   11     4     j  I
    MethodParameters:
      Name  Flags
      cha   

  public final boolean equalsCharArray(char[], int, int);
    descriptor: ([CII)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
        start local 1 // char[] ch
        start local 2 // int start
        start local 3 // int length
         0: .line 111
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.length:I
            iload 3 /* length */
            if_icmpne 9
         1: .line 112
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.length:I
            istore 4 /* n */
        start local 4 // int n
         2: .line 113
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.start:I
            istore 5 /* i */
        start local 5 // int i
         3: .line 114
            iload 2 /* start */
            istore 6 /* j */
        start local 6 // int j
         4: .line 115
            goto 7
         5: .line 116
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.ch:[C
            iload 5 /* i */
            iinc 5 /* i */ 1
            caload
            aload 1 /* ch */
            iload 6 /* j */
            iinc 6 /* j */ 1
            caload
            if_icmpeq 7
         6: .line 117
            iconst_0
            ireturn
         7: .line 115
      StackMap locals:
      StackMap stack:
            iload 4 /* n */
            iinc 4 /* n */ -1
            ifne 5
         8: .line 119
            iconst_1
            ireturn
        end local 6 // int j
        end local 5 // int i
        end local 4 // int n
         9: .line 122
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int length
        end local 2 // int start
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/sun/xml/internal/fastinfoset/util/CharArray;
            0   10     1      ch  [C
            0   10     2   start  I
            0   10     3  length  I
            2    9     4       n  I
            3    9     5       i  I
            4    9     6       j  I
    MethodParameters:
        Name  Flags
      ch      
      start   
      length  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
        start local 1 // java.lang.Object obj
         0: .line 126
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 127
            iconst_1
            ireturn
         2: .line 129
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof com.sun.xml.internal.fastinfoset.util.CharArray
            ifeq 13
         3: .line 130
            aload 1 /* obj */
            checkcast com.sun.xml.internal.fastinfoset.util.CharArray
            astore 2 /* cha */
        start local 2 // com.sun.xml.internal.fastinfoset.util.CharArray cha
         4: .line 131
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.length:I
            aload 2 /* cha */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.length:I
            if_icmpne 13
         5: .line 132
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.length:I
            istore 3 /* n */
        start local 3 // int n
         6: .line 133
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.start:I
            istore 4 /* i */
        start local 4 // int i
         7: .line 134
            aload 2 /* cha */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.start:I
            istore 5 /* j */
        start local 5 // int j
         8: .line 135
            goto 11
         9: .line 136
      StackMap locals: com.sun.xml.internal.fastinfoset.util.CharArray java.lang.Object com.sun.xml.internal.fastinfoset.util.CharArray int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.ch:[C
            iload 4 /* i */
            iinc 4 /* i */ 1
            caload
            aload 2 /* cha */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.ch:[C
            iload 5 /* j */
            iinc 5 /* j */ 1
            caload
            if_icmpeq 11
        10: .line 137
            iconst_0
            ireturn
        11: .line 135
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            iinc 3 /* n */ -1
            ifne 9
        12: .line 139
            iconst_1
            ireturn
        end local 5 // int j
        end local 4 // int i
        end local 3 // int n
        end local 2 // com.sun.xml.internal.fastinfoset.util.CharArray cha
        13: .line 142
      StackMap locals: com.sun.xml.internal.fastinfoset.util.CharArray java.lang.Object
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/sun/xml/internal/fastinfoset/util/CharArray;
            0   14     1   obj  Ljava/lang/Object;
            4   13     2   cha  Lcom/sun/xml/internal/fastinfoset/util/CharArray;
            6   13     3     n  I
            7   13     4     i  I
            8   13     5     j  I
    MethodParameters:
      Name  Flags
      obj   

  public final int length();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
         0: .line 148
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.length:I
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/util/CharArray;

  public final char charAt(int);
    descriptor: (I)C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
        start local 1 // int index
         0: .line 152
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.ch:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.start:I
            iload 1 /* index */
            iadd
            caload
            ireturn
        end local 1 // int index
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/xml/internal/fastinfoset/util/CharArray;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public final java.lang.CharSequence subSequence(int, int);
    descriptor: (II)Ljava/lang/CharSequence;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
        start local 1 // int start
        start local 2 // int end
         0: .line 156
            new com.sun.xml.internal.fastinfoset.util.CharArray
            dup
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.ch:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArray.start:I
            iload 1 /* start */
            iadd
            iload 2 /* end */
            iload 1 /* start */
            isub
            iconst_0
            invokespecial com.sun.xml.internal.fastinfoset.util.CharArray.<init>:([CIIZ)V
            areturn
        end local 2 // int end
        end local 1 // int start
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/xml/internal/fastinfoset/util/CharArray;
            0    1     1  start  I
            0    1     2    end  I
    MethodParameters:
       Name  Flags
      start  
      end    
}
SourceFile: "CharArray.java"