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 0: aload 0
aload 1
putfield javafx.scene.web.WebEngine$DocumentProperty.this$0:Ljavafx/scene/web/WebEngine;
aload 0
invokespecial javafx.beans.property.ReadOnlyObjectPropertyBase.<init>:()V
return
end local 0 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 start local 1 0: aload 0
getfield javafx.scene.web.WebEngine$DocumentProperty.available:Z
ifne 1
iload 1
ifeq 4
1: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield javafx.scene.web.WebEngine$DocumentProperty.available:Z
2: aload 0
aconst_null
putfield javafx.scene.web.WebEngine$DocumentProperty.document:Lorg/w3c/dom/Document;
3: aload 0
invokevirtual javafx.scene.web.WebEngine$DocumentProperty.fireValueChangedEvent:()V
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 0: aload 0
getfield javafx.scene.web.WebEngine$DocumentProperty.available:Z
ifne 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.web.WebEngine$DocumentProperty.document:Lorg/w3c/dom/Document;
ifnonnull 6
3: aload 0
aload 0
getfield javafx.scene.web.WebEngine$DocumentProperty.this$0:Ljavafx/scene/web/WebEngine;
getfield javafx.scene.web.WebEngine.page:Lcom/sun/webkit/WebPage;
aload 0
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: aload 0
getfield javafx.scene.web.WebEngine$DocumentProperty.document:Lorg/w3c/dom/Document;
ifnonnull 6
5: aload 0
iconst_0
putfield javafx.scene.web.WebEngine$DocumentProperty.available:Z
6: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.web.WebEngine$DocumentProperty.document:Lorg/w3c/dom/Document;
areturn
end local 0 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 0: aload 0
getfield javafx.scene.web.WebEngine$DocumentProperty.this$0:Ljavafx/scene/web/WebEngine;
areturn
end local 0 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 0: ldc "document"
areturn
end local 0 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: 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