class android.webkit.JsDialogHelper$PositiveListener implements android.content.DialogInterface$OnClickListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.webkit.JsDialogHelper$PositiveListener
  super_class: java.lang.Object
{
  private final android.widget.EditText mEdit;
    descriptor: Landroid/widget/EditText;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final android.webkit.JsDialogHelper this$0;
    descriptor: Landroid/webkit/JsDialogHelper;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(android.webkit.JsDialogHelper, android.widget.EditText);
    descriptor: (Landroid/webkit/JsDialogHelper;Landroid/widget/EditText;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.webkit.JsDialogHelper$PositiveListener this
        start local 2 // android.widget.EditText edit
         0: .line 146
            aload 0 /* this */
            aload 1
            putfield android.webkit.JsDialogHelper$PositiveListener.this$0:Landroid/webkit/JsDialogHelper;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 147
            aload 0 /* this */
            aload 2 /* edit */
            putfield android.webkit.JsDialogHelper$PositiveListener.mEdit:Landroid/widget/EditText;
         2: .line 148
            return
        end local 2 // android.widget.EditText edit
        end local 0 // android.webkit.JsDialogHelper$PositiveListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/webkit/JsDialogHelper$PositiveListener;
            0    3     2  edit  Landroid/widget/EditText;
    MethodParameters:
        Name  Flags
      this$0  final
      edit    

  public void onClick(android.content.DialogInterface, int);
    descriptor: (Landroid/content/DialogInterface;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.webkit.JsDialogHelper$PositiveListener this
        start local 1 // android.content.DialogInterface dialog
        start local 2 // int which
         0: .line 152
            aload 0 /* this */
            getfield android.webkit.JsDialogHelper$PositiveListener.mEdit:Landroid/widget/EditText;
            ifnonnull 3
         1: .line 153
            aload 0 /* this */
            getfield android.webkit.JsDialogHelper$PositiveListener.this$0:Landroid/webkit/JsDialogHelper;
            getfield android.webkit.JsDialogHelper.mResult:Landroid/webkit/JsPromptResult;
            invokevirtual android.webkit.JsPromptResult.confirm:()V
         2: .line 154
            goto 4
         3: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.webkit.JsDialogHelper$PositiveListener.this$0:Landroid/webkit/JsDialogHelper;
            getfield android.webkit.JsDialogHelper.mResult:Landroid/webkit/JsPromptResult;
            aload 0 /* this */
            getfield android.webkit.JsDialogHelper$PositiveListener.mEdit:Landroid/widget/EditText;
            invokevirtual android.widget.EditText.getText:()Landroid/text/Editable;
            invokeinterface android.text.Editable.toString:()Ljava/lang/String;
            invokevirtual android.webkit.JsPromptResult.confirm:(Ljava/lang/String;)V
         4: .line 157
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int which
        end local 1 // android.content.DialogInterface dialog
        end local 0 // android.webkit.JsDialogHelper$PositiveListener this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/webkit/JsDialogHelper$PositiveListener;
            0    5     1  dialog  Landroid/content/DialogInterface;
            0    5     2   which  I
    MethodParameters:
        Name  Flags
      dialog  
      which   
}
SourceFile: "JsDialogHelper.java"
NestHost: android.webkit.JsDialogHelper
InnerClasses:
  public abstract OnClickListener = android.content.DialogInterface$OnClickListener of android.content.DialogInterface
  private PositiveListener = android.webkit.JsDialogHelper$PositiveListener of android.webkit.JsDialogHelper