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 // com.sun.webkit.WCFrameView this
        start local 1 // com.sun.webkit.WebPage page
         0: .line 31
            aload 0 /* this */
            aload 1 /* page */
            invokespecial com.sun.webkit.WCWidget.<init>:(Lcom/sun/webkit/WebPage;)V
         1: .line 32
            return
        end local 1 // com.sun.webkit.WebPage page
        end local 0 // com.sun.webkit.WCFrameView this
      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 // com.sun.webkit.WCFrameView this
         0: .line 35
            aload 0 /* this */
            invokevirtual com.sun.webkit.WCFrameView.getPage:()Lcom/sun/webkit/WebPage;
            invokevirtual com.sun.webkit.WebPage.getPageClient:()Lcom/sun/webkit/WebPageClient;
            astore 1 /* pageClient */
        start local 1 // com.sun.webkit.WebPageClient pageClient
         1: .line 36
            aload 1 /* pageClient */
            ifnull 3
         2: .line 37
            aload 1 /* pageClient */
            iconst_1
            invokeinterface com.sun.webkit.WebPageClient.setFocus:(Z)V
         3: .line 39
      StackMap locals: com.sun.webkit.WebPageClient
      StackMap stack:
            return
        end local 1 // com.sun.webkit.WebPageClient pageClient
        end local 0 // com.sun.webkit.WCFrameView this
      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 // com.sun.webkit.WCFrameView this
        start local 1 // long cursorID
         0: .line 42
            aload 0 /* this */
            invokevirtual com.sun.webkit.WCFrameView.getPage:()Lcom/sun/webkit/WebPage;
            invokevirtual com.sun.webkit.WebPage.getPageClient:()Lcom/sun/webkit/WebPageClient;
            astore 3 /* pageClient */
        start local 3 // com.sun.webkit.WebPageClient pageClient
         1: .line 43
            aload 3 /* pageClient */
            ifnull 3
         2: .line 44
            aload 3 /* pageClient */
            lload 1 /* cursorID */
            invokeinterface com.sun.webkit.WebPageClient.setCursor:(J)V
         3: .line 46
      StackMap locals: com.sun.webkit.WebPageClient
      StackMap stack:
            return
        end local 3 // com.sun.webkit.WebPageClient pageClient
        end local 1 // long cursorID
        end local 0 // com.sun.webkit.WCFrameView this
      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"