public final class
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 ;
descriptor: Lcom/sun/webkit/WebPage;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final long ;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
final com.sun.webkit.ContextMenu ;
descriptor: Lcom/sun/webkit/ContextMenu;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void (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 start local 2 start local 3 0: aload 0
aload 1
putfield com.sun.webkit.ContextMenu$ShowContext.this$0:Lcom/sun/webkit/ContextMenu;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield com.sun.webkit.ContextMenu$ShowContext.page:Lcom/sun/webkit/WebPage;
2: aload 0
lload 3
putfield com.sun.webkit.ContextMenu$ShowContext.pdata:J
3: return
end local 3 end local 2 end local 0 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 ();
descriptor: ()Lcom/sun/webkit/WebPage;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.webkit.ContextMenu$ShowContext.page:Lcom/sun/webkit/WebPage;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/webkit/ContextMenu$ShowContext;
public void (int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.webkit.ContextMenu$ShowContext.this$0:Lcom/sun/webkit/ContextMenu;
aload 0
getfield com.sun.webkit.ContextMenu$ShowContext.pdata:J
iload 1
invokevirtual com.sun.webkit.ContextMenu.twkHandleItemSelected:(JI)V
1: return
end local 1 end local 0 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