class android.widget.Editor$DragLocalState
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.Editor$DragLocalState
  super_class: java.lang.Object
{
  public android.widget.TextView sourceTextView;
    descriptor: Landroid/widget/TextView;
    flags: (0x0001) ACC_PUBLIC

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

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

  public void <init>(android.widget.TextView, int, int);
    descriptor: (Landroid/widget/TextView;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.widget.Editor$DragLocalState this
        start local 1 // android.widget.TextView sourceTextView
        start local 2 // int start
        start local 3 // int end
         0: .line 2620
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2621
            aload 0 /* this */
            aload 1 /* sourceTextView */
            putfield android.widget.Editor$DragLocalState.sourceTextView:Landroid/widget/TextView;
         2: .line 2622
            aload 0 /* this */
            iload 2 /* start */
            putfield android.widget.Editor$DragLocalState.start:I
         3: .line 2623
            aload 0 /* this */
            iload 3 /* end */
            putfield android.widget.Editor$DragLocalState.end:I
         4: .line 2624
            return
        end local 3 // int end
        end local 2 // int start
        end local 1 // android.widget.TextView sourceTextView
        end local 0 // android.widget.Editor$DragLocalState this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Landroid/widget/Editor$DragLocalState;
            0    5     1  sourceTextView  Landroid/widget/TextView;
            0    5     2           start  I
            0    5     3             end  I
    MethodParameters:
                Name  Flags
      sourceTextView  
      start           
      end             
}
SourceFile: "Editor.java"
NestHost: android.widget.Editor
InnerClasses:
  private DragLocalState = android.widget.Editor$DragLocalState of android.widget.Editor