class android.widget.AutoCompleteTextView$MyWatcher implements android.text.TextWatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.AutoCompleteTextView$MyWatcher
  super_class: java.lang.Object
{
  final android.widget.AutoCompleteTextView this$0;
    descriptor: Landroid/widget/AutoCompleteTextView;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(android.widget.AutoCompleteTextView);
    descriptor: (Landroid/widget/AutoCompleteTextView;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.AutoCompleteTextView$MyWatcher this
         0: .line 858
            aload 0 /* this */
            aload 1
            putfield android.widget.AutoCompleteTextView$MyWatcher.this$0:Landroid/widget/AutoCompleteTextView;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.widget.AutoCompleteTextView$MyWatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/AutoCompleteTextView$MyWatcher;
    MethodParameters:
        Name  Flags
      this$0  final

  public void afterTextChanged(android.text.Editable);
    descriptor: (Landroid/text/Editable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.widget.AutoCompleteTextView$MyWatcher this
        start local 1 // android.text.Editable s
         0: .line 860
            aload 0 /* this */
            getfield android.widget.AutoCompleteTextView$MyWatcher.this$0:Landroid/widget/AutoCompleteTextView;
            invokevirtual android.widget.AutoCompleteTextView.doAfterTextChanged:()V
         1: .line 861
            return
        end local 1 // android.text.Editable s
        end local 0 // android.widget.AutoCompleteTextView$MyWatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/AutoCompleteTextView$MyWatcher;
            0    2     1     s  Landroid/text/Editable;
    MethodParameters:
      Name  Flags
      s     

  public void beforeTextChanged(java.lang.CharSequence, int, int, int);
    descriptor: (Ljava/lang/CharSequence;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // android.widget.AutoCompleteTextView$MyWatcher this
        start local 1 // java.lang.CharSequence s
        start local 2 // int start
        start local 3 // int count
        start local 4 // int after
         0: .line 863
            aload 0 /* this */
            getfield android.widget.AutoCompleteTextView$MyWatcher.this$0:Landroid/widget/AutoCompleteTextView;
            invokevirtual android.widget.AutoCompleteTextView.doBeforeTextChanged:()V
         1: .line 864
            return
        end local 4 // int after
        end local 3 // int count
        end local 2 // int start
        end local 1 // java.lang.CharSequence s
        end local 0 // android.widget.AutoCompleteTextView$MyWatcher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/widget/AutoCompleteTextView$MyWatcher;
            0    2     1      s  Ljava/lang/CharSequence;
            0    2     2  start  I
            0    2     3  count  I
            0    2     4  after  I
    MethodParameters:
       Name  Flags
      s      
      start  
      count  
      after  

  public void onTextChanged(java.lang.CharSequence, int, int, int);
    descriptor: (Ljava/lang/CharSequence;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // android.widget.AutoCompleteTextView$MyWatcher this
        start local 1 // java.lang.CharSequence s
        start local 2 // int start
        start local 3 // int before
        start local 4 // int count
         0: .line 866
            return
        end local 4 // int count
        end local 3 // int before
        end local 2 // int start
        end local 1 // java.lang.CharSequence s
        end local 0 // android.widget.AutoCompleteTextView$MyWatcher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/widget/AutoCompleteTextView$MyWatcher;
            0    1     1       s  Ljava/lang/CharSequence;
            0    1     2   start  I
            0    1     3  before  I
            0    1     4   count  I
    MethodParameters:
        Name  Flags
      s       
      start   
      before  
      count   
}
SourceFile: "AutoCompleteTextView.java"
NestHost: android.widget.AutoCompleteTextView
InnerClasses:
  private MyWatcher = android.widget.AutoCompleteTextView$MyWatcher of android.widget.AutoCompleteTextView