class java.nio.StringCharBuffer extends java.nio.CharBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.nio.StringCharBuffer
  super_class: java.nio.CharBuffer
{
  java.lang.CharSequence str;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x0000) 

  void <init>(java.lang.CharSequence, int, int);
    descriptor: (Ljava/lang/CharSequence;II)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // java.nio.StringCharBuffer this
        start local 1 // java.lang.CharSequence s
        start local 2 // int start
        start local 3 // int end
         0: .line 37
            aload 0 /* this */
            iconst_m1
            iload 2 /* start */
            iload 3 /* end */
            aload 1 /* s */
            invokeinterface java.lang.CharSequence.length:()I
            invokespecial java.nio.CharBuffer.<init>:(IIII)V
         1: .line 38
            aload 1 /* s */
            invokeinterface java.lang.CharSequence.length:()I
            istore 4 /* n */
        start local 4 // int n
         2: .line 39
            iload 2 /* start */
            iflt 3
            iload 2 /* start */
            iload 4 /* n */
            if_icmpgt 3
            iload 3 /* end */
            iload 2 /* start */
            if_icmplt 3
            iload 3 /* end */
            iload 4 /* n */
            if_icmple 4
         3: .line 40
      StackMap locals: java.nio.StringCharBuffer java.lang.CharSequence int int int
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         4: .line 41
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            putfield java.nio.StringCharBuffer.str:Ljava/lang/CharSequence;
         5: .line 42
            aload 0 /* this */
            iconst_1
            putfield java.nio.StringCharBuffer.isReadOnly:Z
         6: .line 43
            return
        end local 4 // int n
        end local 3 // int end
        end local 2 // int start
        end local 1 // java.lang.CharSequence s
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Ljava/nio/StringCharBuffer;
            0    7     1      s  Ljava/lang/CharSequence;
            0    7     2  start  I
            0    7     3    end  I
            2    7     4      n  I
    MethodParameters:
       Name  Flags
      s      
      start  
      end    

  public java.nio.CharBuffer slice();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=1
        start local 0 // java.nio.StringCharBuffer this
         0: .line 46
            aload 0 /* this */
            invokevirtual java.nio.StringCharBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 47
            aload 0 /* this */
            invokevirtual java.nio.StringCharBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 48
            iload 1 /* pos */
            iload 2 /* lim */
            if_icmpgt 3
            iload 2 /* lim */
            iload 1 /* pos */
            isub
            goto 4
      StackMap locals: int int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* rem */
        start local 3 // int rem
         5: .line 49
            new java.nio.StringCharBuffer
            dup
            aload 0 /* this */
            getfield java.nio.StringCharBuffer.str:Ljava/lang/CharSequence;
         6: .line 50
            iconst_m1
         7: .line 51
            iconst_0
         8: .line 52
            iload 3 /* rem */
         9: .line 53
            iload 3 /* rem */
        10: .line 54
            aload 0 /* this */
            getfield java.nio.StringCharBuffer.offset:I
            iload 1 /* pos */
            iadd
        11: .line 49
            invokespecial java.nio.StringCharBuffer.<init>:(Ljava/lang/CharSequence;IIIII)V
            areturn
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljava/nio/StringCharBuffer;
            1   12     1   pos  I
            2   12     2   lim  I
            5   12     3   rem  I

  private void <init>(java.lang.CharSequence, int, int, int, int, int);
    descriptor: (Ljava/lang/CharSequence;IIIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // java.nio.StringCharBuffer this
        start local 1 // java.lang.CharSequence s
        start local 2 // int mark
        start local 3 // int pos
        start local 4 // int limit
        start local 5 // int cap
        start local 6 // int offset
         0: .line 63
            aload 0 /* this */
            iload 2 /* mark */
            iload 3 /* pos */
            iload 4 /* limit */
            iload 5 /* cap */
            aconst_null
            iload 6 /* offset */
            invokespecial java.nio.CharBuffer.<init>:(IIII[CI)V
         1: .line 64
            aload 0 /* this */
            aload 1 /* s */
            putfield java.nio.StringCharBuffer.str:Ljava/lang/CharSequence;
         2: .line 65
            aload 0 /* this */
            iconst_1
            putfield java.nio.StringCharBuffer.isReadOnly:Z
         3: .line 66
            return
        end local 6 // int offset
        end local 5 // int cap
        end local 4 // int limit
        end local 3 // int pos
        end local 2 // int mark
        end local 1 // java.lang.CharSequence s
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljava/nio/StringCharBuffer;
            0    4     1       s  Ljava/lang/CharSequence;
            0    4     2    mark  I
            0    4     3     pos  I
            0    4     4   limit  I
            0    4     5     cap  I
            0    4     6  offset  I
    MethodParameters:
        Name  Flags
      s       
      mark    
      pos     
      limit   
      cap     
      offset  

  public java.nio.CharBuffer duplicate();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // java.nio.StringCharBuffer this
         0: .line 69
            new java.nio.StringCharBuffer
            dup
            aload 0 /* this */
            getfield java.nio.StringCharBuffer.str:Ljava/lang/CharSequence;
            aload 0 /* this */
            invokevirtual java.nio.StringCharBuffer.markValue:()I
         1: .line 70
            aload 0 /* this */
            invokevirtual java.nio.StringCharBuffer.position:()I
            aload 0 /* this */
            invokevirtual java.nio.StringCharBuffer.limit:()I
            aload 0 /* this */
            invokevirtual java.nio.StringCharBuffer.capacity:()I
            aload 0 /* this */
            getfield java.nio.StringCharBuffer.offset:I
         2: .line 69
            invokespecial java.nio.StringCharBuffer.<init>:(Ljava/lang/CharSequence;IIIII)V
            areturn
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/StringCharBuffer;

  public java.nio.CharBuffer asReadOnlyBuffer();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.StringCharBuffer this
         0: .line 74
            aload 0 /* this */
            invokevirtual java.nio.StringCharBuffer.duplicate:()Ljava/nio/CharBuffer;
            areturn
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/StringCharBuffer;

  public final char get();
    descriptor: ()C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.nio.StringCharBuffer this
         0: .line 78
            aload 0 /* this */
            getfield java.nio.StringCharBuffer.str:Ljava/lang/CharSequence;
            aload 0 /* this */
            invokevirtual java.nio.StringCharBuffer.nextGetIndex:()I
            aload 0 /* this */
            getfield java.nio.StringCharBuffer.offset:I
            iadd
            invokeinterface java.lang.CharSequence.charAt:(I)C
            ireturn
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/StringCharBuffer;

  public final char get(int);
    descriptor: (I)C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.nio.StringCharBuffer this
        start local 1 // int index
         0: .line 82
            aload 0 /* this */
            getfield java.nio.StringCharBuffer.str:Ljava/lang/CharSequence;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual java.nio.StringCharBuffer.checkIndex:(I)I
            aload 0 /* this */
            getfield java.nio.StringCharBuffer.offset:I
            iadd
            invokeinterface java.lang.CharSequence.charAt:(I)C
            ireturn
        end local 1 // int index
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/nio/StringCharBuffer;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  char getUnchecked(int);
    descriptor: (I)C
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.nio.StringCharBuffer this
        start local 1 // int index
         0: .line 86
            aload 0 /* this */
            getfield java.nio.StringCharBuffer.str:Ljava/lang/CharSequence;
            iload 1 /* index */
            aload 0 /* this */
            getfield java.nio.StringCharBuffer.offset:I
            iadd
            invokeinterface java.lang.CharSequence.charAt:(I)C
            ireturn
        end local 1 // int index
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/nio/StringCharBuffer;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public final java.nio.CharBuffer put(char);
    descriptor: (C)Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.StringCharBuffer this
        start local 1 // char c
         0: .line 92
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // char c
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/StringCharBuffer;
            0    1     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public final java.nio.CharBuffer put(int, char);
    descriptor: (IC)Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.nio.StringCharBuffer this
        start local 1 // int index
        start local 2 // char c
         0: .line 96
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 2 // char c
        end local 1 // int index
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/nio/StringCharBuffer;
            0    1     1  index  I
            0    1     2      c  C
    MethodParameters:
       Name  Flags
      index  
      c      

  public final java.nio.CharBuffer compact();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.StringCharBuffer this
         0: .line 100
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/StringCharBuffer;

  public final boolean isReadOnly();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.StringCharBuffer this
         0: .line 104
            iconst_1
            ireturn
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/StringCharBuffer;

  final java.lang.String toString(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.nio.StringCharBuffer this
        start local 1 // int start
        start local 2 // int end
         0: .line 108
            aload 0 /* this */
            getfield java.nio.StringCharBuffer.str:Ljava/lang/CharSequence;
            iload 1 /* start */
            aload 0 /* this */
            getfield java.nio.StringCharBuffer.offset:I
            iadd
            iload 2 /* end */
            aload 0 /* this */
            getfield java.nio.StringCharBuffer.offset:I
            iadd
            invokeinterface java.lang.CharSequence.subSequence:(II)Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            areturn
        end local 2 // int end
        end local 1 // int start
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/nio/StringCharBuffer;
            0    1     1  start  I
            0    1     2    end  I
    MethodParameters:
       Name  Flags
      start  
      end    

  public final java.nio.CharBuffer subSequence(int, int);
    descriptor: (II)Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=4, args_size=3
        start local 0 // java.nio.StringCharBuffer this
        start local 1 // int start
        start local 2 // int end
         0: .line 113
            aload 0 /* this */
            invokevirtual java.nio.StringCharBuffer.position:()I
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 114
            new java.nio.StringCharBuffer
            dup
            aload 0 /* this */
            getfield java.nio.StringCharBuffer.str:Ljava/lang/CharSequence;
         2: .line 115
            iconst_m1
         3: .line 116
            iload 3 /* pos */
            aload 0 /* this */
            iload 1 /* start */
            iload 3 /* pos */
            invokevirtual java.nio.StringCharBuffer.checkIndex:(II)I
            iadd
         4: .line 117
            iload 3 /* pos */
            aload 0 /* this */
            iload 2 /* end */
            iload 3 /* pos */
            invokevirtual java.nio.StringCharBuffer.checkIndex:(II)I
            iadd
         5: .line 118
            aload 0 /* this */
            invokevirtual java.nio.StringCharBuffer.capacity:()I
         6: .line 119
            aload 0 /* this */
            getfield java.nio.StringCharBuffer.offset:I
         7: .line 114
            invokespecial java.nio.StringCharBuffer.<init>:(Ljava/lang/CharSequence;IIIII)V
         8: areturn
        end local 3 // int pos
         9: .line 120
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            pop
        10: .line 121
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 2 // int end
        end local 1 // int start
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Ljava/nio/StringCharBuffer;
            0   11     1  start  I
            0   11     2    end  I
            1    9     3    pos  I
      Exception table:
        from    to  target  type
           0     8       9  Class java.lang.IllegalArgumentException
    MethodParameters:
       Name  Flags
      start  
      end    

  public boolean isDirect();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.StringCharBuffer this
         0: .line 126
            iconst_0
            ireturn
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/StringCharBuffer;

  public java.nio.ByteOrder order();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.StringCharBuffer this
         0: .line 130
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            areturn
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/StringCharBuffer;

  java.nio.ByteOrder charRegionOrder();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.StringCharBuffer this
         0: .line 134
            aconst_null
            areturn
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/StringCharBuffer;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // java.nio.StringCharBuffer this
        start local 1 // java.lang.Object ob
         0: .line 138
            aload 0 /* this */
            aload 1 /* ob */
            if_acmpne 2
         1: .line 139
            iconst_1
            ireturn
         2: .line 140
      StackMap locals:
      StackMap stack:
            aload 1 /* ob */
            instanceof java.nio.CharBuffer
            ifne 4
         3: .line 141
            iconst_0
            ireturn
         4: .line 142
      StackMap locals:
      StackMap stack:
            aload 1 /* ob */
            checkcast java.nio.CharBuffer
            astore 2 /* that */
        start local 2 // java.nio.CharBuffer that
         5: .line 143
            aload 0 /* this */
            invokevirtual java.nio.StringCharBuffer.remaining:()I
            aload 2 /* that */
            invokevirtual java.nio.CharBuffer.remaining:()I
            if_icmpeq 7
         6: .line 144
            iconst_0
            ireturn
         7: .line 145
      StackMap locals: java.nio.CharBuffer
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.StringCharBuffer.position:()I
         8: .line 146
            aload 2 /* that */
            aload 2 /* that */
            invokevirtual java.nio.CharBuffer.position:()I
         9: .line 147
            aload 0 /* this */
            invokevirtual java.nio.StringCharBuffer.remaining:()I
        10: .line 145
            invokestatic java.nio.BufferMismatch.mismatch:(Ljava/nio/CharBuffer;ILjava/nio/CharBuffer;II)I
            ifge 11
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        11: iconst_0
            ireturn
        end local 2 // java.nio.CharBuffer that
        end local 1 // java.lang.Object ob
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljava/nio/StringCharBuffer;
            0   12     1    ob  Ljava/lang/Object;
            5   12     2  that  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      ob    

  public int compareTo(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // java.nio.StringCharBuffer this
        start local 1 // java.nio.CharBuffer that
         0: .line 151
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.StringCharBuffer.position:()I
         1: .line 152
            aload 1 /* that */
            aload 1 /* that */
            invokevirtual java.nio.CharBuffer.position:()I
         2: .line 153
            aload 0 /* this */
            invokevirtual java.nio.StringCharBuffer.remaining:()I
            aload 1 /* that */
            invokevirtual java.nio.CharBuffer.remaining:()I
            invokestatic java.lang.Math.min:(II)I
         3: .line 151
            invokestatic java.nio.BufferMismatch.mismatch:(Ljava/nio/CharBuffer;ILjava/nio/CharBuffer;II)I
            istore 2 /* i */
        start local 2 // int i
         4: .line 154
            iload 2 /* i */
            iflt 6
         5: .line 155
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.StringCharBuffer.position:()I
            iload 2 /* i */
            iadd
            invokevirtual java.nio.StringCharBuffer.get:(I)C
            aload 1 /* that */
            aload 1 /* that */
            invokevirtual java.nio.CharBuffer.position:()I
            iload 2 /* i */
            iadd
            invokevirtual java.nio.CharBuffer.get:(I)C
            invokestatic java.lang.Character.compare:(CC)I
            ireturn
         6: .line 157
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.nio.StringCharBuffer.remaining:()I
            aload 1 /* that */
            invokevirtual java.nio.CharBuffer.remaining:()I
            isub
            ireturn
        end local 2 // int i
        end local 1 // java.nio.CharBuffer that
        end local 0 // java.nio.StringCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/StringCharBuffer;
            0    7     1  that  Ljava/nio/CharBuffer;
            4    7     2     i  I
    MethodParameters:
      Name  Flags
      that  

  public java.nio.Buffer duplicate();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.StringCharBuffer.duplicate:()Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer slice();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.StringCharBuffer.slice:()Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.CharSequence subSequence(int, int);
    descriptor: (II)Ljava/lang/CharSequence;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual java.nio.StringCharBuffer.subSequence:(II)Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "StringCharBuffer.java"