final class com.sun.webkit.WCFrameView extends com.sun.webkit.WCWidget
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.webkit.WCFrameView
super_class: com.sun.webkit.WCWidget
{
void <init>(com.sun.webkit.WebPage);
descriptor: (Lcom/sun/webkit/WebPage;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.sun.webkit.WCWidget.<init>:(Lcom/sun/webkit/WebPage;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/webkit/WCFrameView;
0 2 1 page Lcom/sun/webkit/WebPage;
MethodParameters:
Name Flags
page
protected void requestFocus();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual com.sun.webkit.WCFrameView.getPage:()Lcom/sun/webkit/WebPage;
invokevirtual com.sun.webkit.WebPage.getPageClient:()Lcom/sun/webkit/WebPageClient;
astore 1
start local 1 1: aload 1
ifnull 3
2: aload 1
iconst_1
invokeinterface com.sun.webkit.WebPageClient.setFocus:(Z)V
3: StackMap locals: com.sun.webkit.WebPageClient
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/webkit/WCFrameView;
1 4 1 pageClient Lcom/sun/webkit/WebPageClient;
protected void setCursor(long);
descriptor: (J)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.sun.webkit.WCFrameView.getPage:()Lcom/sun/webkit/WebPage;
invokevirtual com.sun.webkit.WebPage.getPageClient:()Lcom/sun/webkit/WebPageClient;
astore 3
start local 3 1: aload 3
ifnull 3
2: aload 3
lload 1
invokeinterface com.sun.webkit.WebPageClient.setCursor:(J)V
3: StackMap locals: com.sun.webkit.WebPageClient
StackMap stack:
return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/webkit/WCFrameView;
0 4 1 cursorID J
1 4 3 pageClient Lcom/sun/webkit/WebPageClient;
MethodParameters:
Name Flags
cursorID
}
SourceFile: "WCFrameView.java"