public class android.widget.AdapterView$AdapterContextMenuInfo implements android.view.ContextMenu$ContextMenuInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.widget.AdapterView$AdapterContextMenuInfo
  super_class: java.lang.Object
{
  public android.view.View targetView;
    descriptor: Landroid/view/View;
    flags: (0x0001) ACC_PUBLIC

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

  public long id;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public void <init>(android.view.View, int, long);
    descriptor: (Landroid/view/View;IJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // android.widget.AdapterView$AdapterContextMenuInfo this
        start local 1 // android.view.View targetView
        start local 2 // int position
        start local 3 // long id
         0: .line 429
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 430
            aload 0 /* this */
            aload 1 /* targetView */
            putfield android.widget.AdapterView$AdapterContextMenuInfo.targetView:Landroid/view/View;
         2: .line 431
            aload 0 /* this */
            iload 2 /* position */
            putfield android.widget.AdapterView$AdapterContextMenuInfo.position:I
         3: .line 432
            aload 0 /* this */
            lload 3 /* id */
            putfield android.widget.AdapterView$AdapterContextMenuInfo.id:J
         4: .line 433
            return
        end local 3 // long id
        end local 2 // int position
        end local 1 // android.view.View targetView
        end local 0 // android.widget.AdapterView$AdapterContextMenuInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Landroid/widget/AdapterView$AdapterContextMenuInfo;
            0    5     1  targetView  Landroid/view/View;
            0    5     2    position  I
            0    5     3          id  J
    MethodParameters:
            Name  Flags
      targetView  
      position    
      id          
}
SourceFile: "AdapterView.java"
NestHost: android.widget.AdapterView
InnerClasses:
  public abstract ContextMenuInfo = android.view.ContextMenu$ContextMenuInfo of android.view.ContextMenu
  public AdapterContextMenuInfo = android.widget.AdapterView$AdapterContextMenuInfo of android.widget.AdapterView