public class android.text.AlteredCharSequence implements java.lang.CharSequence, android.text.GetChars
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.text.AlteredCharSequence
  super_class: java.lang.Object
{
  private int mStart;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  private char[] mChars;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  private java.lang.CharSequence mSource;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x0002) ACC_PRIVATE

  public static android.text.AlteredCharSequence make(java.lang.CharSequence, char[], int, int);
    descriptor: (Ljava/lang/CharSequence;[CII)Landroid/text/AlteredCharSequence;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // java.lang.CharSequence source
        start local 1 // char[] sub
        start local 2 // int substart
        start local 3 // int subend
         0: .line 36
            aload 0 /* source */
            instanceof android.text.Spanned
            ifeq 2
         1: .line 37
            new android.text.AlteredCharSequence$AlteredSpanned
            dup
            aload 0 /* source */
            aload 1 /* sub */
            iload 2 /* substart */
            iload 3 /* subend */
            invokespecial android.text.AlteredCharSequence$AlteredSpanned.<init>:(Ljava/lang/CharSequence;[CII)V
            areturn
         2: .line 39
      StackMap locals:
      StackMap stack:
            new android.text.AlteredCharSequence
            dup
            aload 0 /* source */
            aload 1 /* sub */
            iload 2 /* substart */
            iload 3 /* subend */
            invokespecial android.text.AlteredCharSequence.<init>:(Ljava/lang/CharSequence;[CII)V
            areturn
        end local 3 // int subend
        end local 2 // int substart
        end local 1 // char[] sub
        end local 0 // java.lang.CharSequence source
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0    source  Ljava/lang/CharSequence;
            0    3     1       sub  [C
            0    3     2  substart  I
            0    3     3    subend  I
    MethodParameters:
          Name  Flags
      source    
      sub       
      substart  
      subend    

  private void <init>(java.lang.CharSequence, char[], int, int);
    descriptor: (Ljava/lang/CharSequence;[CII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.text.AlteredCharSequence this
        start local 1 // java.lang.CharSequence source
        start local 2 // char[] sub
        start local 3 // int substart
        start local 4 // int subend
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* source */
            putfield android.text.AlteredCharSequence.mSource:Ljava/lang/CharSequence;
         2: .line 45
            aload 0 /* this */
            aload 2 /* sub */
            putfield android.text.AlteredCharSequence.mChars:[C
         3: .line 46
            aload 0 /* this */
            iload 3 /* substart */
            putfield android.text.AlteredCharSequence.mStart:I
         4: .line 47
            aload 0 /* this */
            iload 4 /* subend */
            putfield android.text.AlteredCharSequence.mEnd:I
         5: .line 48
            return
        end local 4 // int subend
        end local 3 // int substart
        end local 2 // char[] sub
        end local 1 // java.lang.CharSequence source
        end local 0 // android.text.AlteredCharSequence this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Landroid/text/AlteredCharSequence;
            0    6     1    source  Ljava/lang/CharSequence;
            0    6     2       sub  [C
            0    6     3  substart  I
            0    6     4    subend  I
    MethodParameters:
          Name  Flags
      source    
      sub       
      substart  
      subend    

  void update(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.text.AlteredCharSequence this
        start local 1 // char[] sub
        start local 2 // int substart
        start local 3 // int subend
         0: .line 51
            aload 0 /* this */
            aload 1 /* sub */
            putfield android.text.AlteredCharSequence.mChars:[C
         1: .line 52
            aload 0 /* this */
            iload 2 /* substart */
            putfield android.text.AlteredCharSequence.mStart:I
         2: .line 53
            aload 0 /* this */
            iload 3 /* subend */
            putfield android.text.AlteredCharSequence.mEnd:I
         3: .line 54
            return
        end local 3 // int subend
        end local 2 // int substart
        end local 1 // char[] sub
        end local 0 // android.text.AlteredCharSequence this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Landroid/text/AlteredCharSequence;
            0    4     1       sub  [C
            0    4     2  substart  I
            0    4     3    subend  I
    MethodParameters:
          Name  Flags
      sub       
      substart  
      subend    

  public char charAt(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.text.AlteredCharSequence this
        start local 1 // int off
         0: .line 90
            iload 1 /* off */
            aload 0 /* this */
            getfield android.text.AlteredCharSequence.mStart:I
            if_icmplt 2
            iload 1 /* off */
            aload 0 /* this */
            getfield android.text.AlteredCharSequence.mEnd:I
            if_icmpge 2
         1: .line 91
            aload 0 /* this */
            getfield android.text.AlteredCharSequence.mChars:[C
            iload 1 /* off */
            aload 0 /* this */
            getfield android.text.AlteredCharSequence.mStart:I
            isub
            caload
            ireturn
         2: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.text.AlteredCharSequence.mSource:Ljava/lang/CharSequence;
            iload 1 /* off */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            ireturn
        end local 1 // int off
        end local 0 // android.text.AlteredCharSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/text/AlteredCharSequence;
            0    3     1   off  I
    MethodParameters:
      Name  Flags
      off   

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.text.AlteredCharSequence this
         0: .line 97
            aload 0 /* this */
            getfield android.text.AlteredCharSequence.mSource:Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.length:()I
            ireturn
        end local 0 // android.text.AlteredCharSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/text/AlteredCharSequence;

  public java.lang.CharSequence subSequence(int, int);
    descriptor: (II)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // android.text.AlteredCharSequence this
        start local 1 // int start
        start local 2 // int end
         0: .line 101
            aload 0 /* this */
            getfield android.text.AlteredCharSequence.mSource:Ljava/lang/CharSequence;
            iload 1 /* start */
            iload 2 /* end */
            invokeinterface java.lang.CharSequence.subSequence:(II)Ljava/lang/CharSequence;
         1: .line 102
            aload 0 /* this */
            getfield android.text.AlteredCharSequence.mChars:[C
            aload 0 /* this */
            getfield android.text.AlteredCharSequence.mStart:I
            iload 1 /* start */
            isub
            aload 0 /* this */
            getfield android.text.AlteredCharSequence.mEnd:I
            iload 1 /* start */
            isub
         2: .line 101
            invokestatic android.text.AlteredCharSequence.make:(Ljava/lang/CharSequence;[CII)Landroid/text/AlteredCharSequence;
            areturn
        end local 2 // int end
        end local 1 // int start
        end local 0 // android.text.AlteredCharSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/text/AlteredCharSequence;
            0    3     1  start  I
            0    3     2    end  I
    MethodParameters:
       Name  Flags
      start  
      end    

  public void getChars(int, int, char[], int);
    descriptor: (II[CI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // android.text.AlteredCharSequence this
        start local 1 // int start
        start local 2 // int end
        start local 3 // char[] dest
        start local 4 // int off
         0: .line 106
            aload 0 /* this */
            getfield android.text.AlteredCharSequence.mSource:Ljava/lang/CharSequence;
            iload 1 /* start */
            iload 2 /* end */
            aload 3 /* dest */
            iload 4 /* off */
            invokestatic android.text.TextUtils.getChars:(Ljava/lang/CharSequence;II[CI)V
         1: .line 108
            aload 0 /* this */
            getfield android.text.AlteredCharSequence.mStart:I
            iload 1 /* start */
            invokestatic java.lang.Math.max:(II)I
            istore 1 /* start */
         2: .line 109
            aload 0 /* this */
            getfield android.text.AlteredCharSequence.mEnd:I
            iload 2 /* end */
            invokestatic java.lang.Math.min:(II)I
            istore 2 /* end */
         3: .line 111
            iload 1 /* start */
            iload 2 /* end */
            if_icmple 5
         4: .line 112
            aload 0 /* this */
            getfield android.text.AlteredCharSequence.mChars:[C
            iload 1 /* start */
            aload 0 /* this */
            getfield android.text.AlteredCharSequence.mStart:I
            isub
            aload 3 /* dest */
            iload 4 /* off */
            iload 2 /* end */
            iload 1 /* start */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 113
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int off
        end local 3 // char[] dest
        end local 2 // int end
        end local 1 // int start
        end local 0 // android.text.AlteredCharSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Landroid/text/AlteredCharSequence;
            0    6     1  start  I
            0    6     2    end  I
            0    6     3   dest  [C
            0    6     4    off  I
    MethodParameters:
       Name  Flags
      start  
      end    
      dest   
      off    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // android.text.AlteredCharSequence this
         0: .line 116
            aload 0 /* this */
            invokevirtual android.text.AlteredCharSequence.length:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 118
            iload 1 /* len */
            newarray 5
            astore 2 /* ret */
        start local 2 // char[] ret
         2: .line 119
            aload 0 /* this */
            iconst_0
            iload 1 /* len */
            aload 2 /* ret */
            iconst_0
            invokevirtual android.text.AlteredCharSequence.getChars:(II[CI)V
         3: .line 120
            aload 2 /* ret */
            invokestatic java.lang.String.valueOf:([C)Ljava/lang/String;
            areturn
        end local 2 // char[] ret
        end local 1 // int len
        end local 0 // android.text.AlteredCharSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/text/AlteredCharSequence;
            1    4     1   len  I
            2    4     2   ret  [C
}
SourceFile: "AlteredCharSequence.java"
NestMembers:
  android.text.AlteredCharSequence$AlteredSpanned
InnerClasses:
  private AlteredSpanned = android.text.AlteredCharSequence$AlteredSpanned of android.text.AlteredCharSequence