public final class com.sun.webkit.ContextMenu$ShowContext
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.webkit.ContextMenu$ShowContext
  super_class: java.lang.Object
{
  private final com.sun.webkit.WebPage page;
    descriptor: Lcom/sun/webkit/WebPage;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long pdata;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final com.sun.webkit.ContextMenu this$0;
    descriptor: Lcom/sun/webkit/ContextMenu;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.sun.webkit.ContextMenu, com.sun.webkit.WebPage, long);
    descriptor: (Lcom/sun/webkit/ContextMenu;Lcom/sun/webkit/WebPage;J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.sun.webkit.ContextMenu$ShowContext this
        start local 2 // com.sun.webkit.WebPage page
        start local 3 // long pdata
         0: .line 42
            aload 0 /* this */
            aload 1
            putfield com.sun.webkit.ContextMenu$ShowContext.this$0:Lcom/sun/webkit/ContextMenu;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 2 /* page */
            putfield com.sun.webkit.ContextMenu$ShowContext.page:Lcom/sun/webkit/WebPage;
         2: .line 44
            aload 0 /* this */
            lload 3 /* pdata */
            putfield com.sun.webkit.ContextMenu$ShowContext.pdata:J
         3: .line 45
            return
        end local 3 // long pdata
        end local 2 // com.sun.webkit.WebPage page
        end local 0 // com.sun.webkit.ContextMenu$ShowContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/webkit/ContextMenu$ShowContext;
            0    4     2   page  Lcom/sun/webkit/WebPage;
            0    4     3  pdata  J
    MethodParameters:
        Name  Flags
      this$0  final
      page    
      pdata   

  public com.sun.webkit.WebPage getPage();
    descriptor: ()Lcom/sun/webkit/WebPage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.ContextMenu$ShowContext this
         0: .line 48
            aload 0 /* this */
            getfield com.sun.webkit.ContextMenu$ShowContext.page:Lcom/sun/webkit/WebPage;
            areturn
        end local 0 // com.sun.webkit.ContextMenu$ShowContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/ContextMenu$ShowContext;

  public void notifyItemSelected(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.webkit.ContextMenu$ShowContext this
        start local 1 // int itemAction
         0: .line 52
            aload 0 /* this */
            getfield com.sun.webkit.ContextMenu$ShowContext.this$0:Lcom/sun/webkit/ContextMenu;
            aload 0 /* this */
            getfield com.sun.webkit.ContextMenu$ShowContext.pdata:J
            iload 1 /* itemAction */
            invokevirtual com.sun.webkit.ContextMenu.twkHandleItemSelected:(JI)V
         1: .line 53
            return
        end local 1 // int itemAction
        end local 0 // com.sun.webkit.ContextMenu$ShowContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/webkit/ContextMenu$ShowContext;
            0    2     1  itemAction  I
    MethodParameters:
            Name  Flags
      itemAction  
}
SourceFile: "ContextMenu.java"
NestHost: com.sun.webkit.ContextMenu
InnerClasses:
  public final ShowContext = com.sun.webkit.ContextMenu$ShowContext of com.sun.webkit.ContextMenu