final class javafx.scene.web.WebEngine$DocumentProperty extends javafx.beans.property.ReadOnlyObjectPropertyBase<org.w3c.dom.Document>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: javafx.scene.web.WebEngine$DocumentProperty
  super_class: javafx.beans.property.ReadOnlyObjectPropertyBase
{
  private boolean available;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private org.w3c.dom.Document document;
    descriptor: Lorg/w3c/dom/Document;
    flags: (0x0002) ACC_PRIVATE

  final javafx.scene.web.WebEngine this$0;
    descriptor: Ljavafx/scene/web/WebEngine;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(javafx.scene.web.WebEngine);
    descriptor: (Ljavafx/scene/web/WebEngine;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.web.WebEngine$DocumentProperty this
         0: .line 1436
            aload 0 /* this */
            aload 1
            putfield javafx.scene.web.WebEngine$DocumentProperty.this$0:Ljavafx/scene/web/WebEngine;
            aload 0 /* this */
            invokespecial javafx.beans.property.ReadOnlyObjectPropertyBase.<init>:()V
            return
        end local 0 // javafx.scene.web.WebEngine$DocumentProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/web/WebEngine$DocumentProperty;
    MethodParameters:
        Name  Flags
      this$0  final

  private void invalidate(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.web.WebEngine$DocumentProperty this
        start local 1 // boolean available
         0: .line 1443
            aload 0 /* this */
            getfield javafx.scene.web.WebEngine$DocumentProperty.available:Z
            ifne 1
            iload 1 /* available */
            ifeq 4
         1: .line 1444
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* available */
            putfield javafx.scene.web.WebEngine$DocumentProperty.available:Z
         2: .line 1445
            aload 0 /* this */
            aconst_null
            putfield javafx.scene.web.WebEngine$DocumentProperty.document:Lorg/w3c/dom/Document;
         3: .line 1446
            aload 0 /* this */
            invokevirtual javafx.scene.web.WebEngine$DocumentProperty.fireValueChangedEvent:()V
         4: .line 1448
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean available
        end local 0 // javafx.scene.web.WebEngine$DocumentProperty this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Ljavafx/scene/web/WebEngine$DocumentProperty;
            0    5     1  available  Z
    MethodParameters:
           Name  Flags
      available  

  public org.w3c.dom.Document get();
    descriptor: ()Lorg/w3c/dom/Document;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.web.WebEngine$DocumentProperty this
         0: .line 1451
            aload 0 /* this */
            getfield javafx.scene.web.WebEngine$DocumentProperty.available:Z
            ifne 2
         1: .line 1452
            aconst_null
            areturn
         2: .line 1454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.web.WebEngine$DocumentProperty.document:Lorg/w3c/dom/Document;
            ifnonnull 6
         3: .line 1455
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.web.WebEngine$DocumentProperty.this$0:Ljavafx/scene/web/WebEngine;
            getfield javafx.scene.web.WebEngine.page:Lcom/sun/webkit/WebPage;
            aload 0 /* this */
            getfield javafx.scene.web.WebEngine$DocumentProperty.this$0:Ljavafx/scene/web/WebEngine;
            getfield javafx.scene.web.WebEngine.page:Lcom/sun/webkit/WebPage;
            invokevirtual com.sun.webkit.WebPage.getMainFrame:()J
            invokevirtual com.sun.webkit.WebPage.getDocument:(J)Lorg/w3c/dom/Document;
            putfield javafx.scene.web.WebEngine$DocumentProperty.document:Lorg/w3c/dom/Document;
         4: .line 1456
            aload 0 /* this */
            getfield javafx.scene.web.WebEngine$DocumentProperty.document:Lorg/w3c/dom/Document;
            ifnonnull 6
         5: .line 1457
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.web.WebEngine$DocumentProperty.available:Z
         6: .line 1460
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.web.WebEngine$DocumentProperty.document:Lorg/w3c/dom/Document;
            areturn
        end local 0 // javafx.scene.web.WebEngine$DocumentProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavafx/scene/web/WebEngine$DocumentProperty;

  public java.lang.Object getBean();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.web.WebEngine$DocumentProperty this
         0: .line 1464
            aload 0 /* this */
            getfield javafx.scene.web.WebEngine$DocumentProperty.this$0:Ljavafx/scene/web/WebEngine;
            areturn
        end local 0 // javafx.scene.web.WebEngine$DocumentProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/web/WebEngine$DocumentProperty;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.web.WebEngine$DocumentProperty this
         0: .line 1468
            ldc "document"
            areturn
        end local 0 // javafx.scene.web.WebEngine$DocumentProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/web/WebEngine$DocumentProperty;

  public java.lang.Object get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual javafx.scene.web.WebEngine$DocumentProperty.get:()Lorg/w3c/dom/Document;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljavafx/beans/property/ReadOnlyObjectPropertyBase<Lorg/w3c/dom/Document;>;
SourceFile: "WebEngine.java"
NestHost: javafx.scene.web.WebEngine
InnerClasses:
  private final DocumentProperty = javafx.scene.web.WebEngine$DocumentProperty of javafx.scene.web.WebEngine