class android.text.method.QwertyKeyListener$Replaced implements android.text.NoCopySpan
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.text.method.QwertyKeyListener$Replaced
  super_class: java.lang.Object
{
  private char[] mText;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  public void <init>(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.text.method.QwertyKeyListener$Replaced this
        start local 1 // char[] text
         0: .line 522
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 523
            aload 0 /* this */
            aload 1 /* text */
            putfield android.text.method.QwertyKeyListener$Replaced.mText:[C
         2: .line 524
            return
        end local 1 // char[] text
        end local 0 // android.text.method.QwertyKeyListener$Replaced this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/text/method/QwertyKeyListener$Replaced;
            0    3     1  text  [C
    MethodParameters:
      Name  Flags
      text  
}
SourceFile: "QwertyKeyListener.java"
NestHost: android.text.method.QwertyKeyListener
InnerClasses:
  Replaced = android.text.method.QwertyKeyListener$Replaced of android.text.method.QwertyKeyListener