public class javafx.beans.property.ReadOnlyDoubleWrapper extends javafx.beans.property.SimpleDoubleProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.beans.property.ReadOnlyDoubleWrapper
  super_class: javafx.beans.property.SimpleDoubleProperty
{
  private javafx.beans.property.ReadOnlyDoubleWrapper$ReadOnlyPropertyImpl readOnlyProperty;
    descriptor: Ljavafx/beans/property/ReadOnlyDoubleWrapper$ReadOnlyPropertyImpl;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.property.ReadOnlyDoubleWrapper this
         0: .line 43
            aload 0 /* this */
            invokespecial javafx.beans.property.SimpleDoubleProperty.<init>:()V
         1: .line 44
            return
        end local 0 // javafx.beans.property.ReadOnlyDoubleWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/beans/property/ReadOnlyDoubleWrapper;

  public void <init>(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.beans.property.ReadOnlyDoubleWrapper this
        start local 1 // double initialValue
         0: .line 53
            aload 0 /* this */
            dload 1 /* initialValue */
            invokespecial javafx.beans.property.SimpleDoubleProperty.<init>:(D)V
         1: .line 54
            return
        end local 1 // double initialValue
        end local 0 // javafx.beans.property.ReadOnlyDoubleWrapper this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljavafx/beans/property/ReadOnlyDoubleWrapper;
            0    2     1  initialValue  D
    MethodParameters:
              Name  Flags
      initialValue  

  public void <init>(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.beans.property.ReadOnlyDoubleWrapper this
        start local 1 // java.lang.Object bean
        start local 2 // java.lang.String name
         0: .line 65
            aload 0 /* this */
            aload 1 /* bean */
            aload 2 /* name */
            invokespecial javafx.beans.property.SimpleDoubleProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 66
            return
        end local 2 // java.lang.String name
        end local 1 // java.lang.Object bean
        end local 0 // javafx.beans.property.ReadOnlyDoubleWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/beans/property/ReadOnlyDoubleWrapper;
            0    2     1  bean  Ljava/lang/Object;
            0    2     2  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      bean  
      name  

  public void <init>(java.lang.Object, java.lang.String, double);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // javafx.beans.property.ReadOnlyDoubleWrapper this
        start local 1 // java.lang.Object bean
        start local 2 // java.lang.String name
        start local 3 // double initialValue
         0: .line 80
            aload 0 /* this */
            aload 1 /* bean */
            aload 2 /* name */
            dload 3 /* initialValue */
            invokespecial javafx.beans.property.SimpleDoubleProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;D)V
         1: .line 81
            return
        end local 3 // double initialValue
        end local 2 // java.lang.String name
        end local 1 // java.lang.Object bean
        end local 0 // javafx.beans.property.ReadOnlyDoubleWrapper this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljavafx/beans/property/ReadOnlyDoubleWrapper;
            0    2     1          bean  Ljava/lang/Object;
            0    2     2          name  Ljava/lang/String;
            0    2     3  initialValue  D
    MethodParameters:
              Name  Flags
      bean          
      name          
      initialValue  

  public javafx.beans.property.ReadOnlyDoubleProperty getReadOnlyProperty();
    descriptor: ()Ljavafx/beans/property/ReadOnlyDoubleProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.beans.property.ReadOnlyDoubleWrapper this
         0: .line 90
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyDoubleWrapper.readOnlyProperty:Ljavafx/beans/property/ReadOnlyDoubleWrapper$ReadOnlyPropertyImpl;
            ifnonnull 2
         1: .line 91
            aload 0 /* this */
            new javafx.beans.property.ReadOnlyDoubleWrapper$ReadOnlyPropertyImpl
            dup
            aload 0 /* this */
            invokespecial javafx.beans.property.ReadOnlyDoubleWrapper$ReadOnlyPropertyImpl.<init>:(Ljavafx/beans/property/ReadOnlyDoubleWrapper;)V
            putfield javafx.beans.property.ReadOnlyDoubleWrapper.readOnlyProperty:Ljavafx/beans/property/ReadOnlyDoubleWrapper$ReadOnlyPropertyImpl;
         2: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyDoubleWrapper.readOnlyProperty:Ljavafx/beans/property/ReadOnlyDoubleWrapper$ReadOnlyPropertyImpl;
            areturn
        end local 0 // javafx.beans.property.ReadOnlyDoubleWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/beans/property/ReadOnlyDoubleWrapper;

  protected void fireValueChangedEvent();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.property.ReadOnlyDoubleWrapper this
         0: .line 101
            aload 0 /* this */
            invokespecial javafx.beans.property.SimpleDoubleProperty.fireValueChangedEvent:()V
         1: .line 102
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyDoubleWrapper.readOnlyProperty:Ljavafx/beans/property/ReadOnlyDoubleWrapper$ReadOnlyPropertyImpl;
            ifnull 3
         2: .line 103
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyDoubleWrapper.readOnlyProperty:Ljavafx/beans/property/ReadOnlyDoubleWrapper$ReadOnlyPropertyImpl;
            invokevirtual javafx.beans.property.ReadOnlyDoubleWrapper$ReadOnlyPropertyImpl.fireValueChangedEvent:()V
         3: .line 105
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.beans.property.ReadOnlyDoubleWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/beans/property/ReadOnlyDoubleWrapper;
}
SourceFile: "ReadOnlyDoubleWrapper.java"
NestMembers:
  javafx.beans.property.ReadOnlyDoubleWrapper$ReadOnlyPropertyImpl
InnerClasses:
  private ReadOnlyPropertyImpl = javafx.beans.property.ReadOnlyDoubleWrapper$ReadOnlyPropertyImpl of javafx.beans.property.ReadOnlyDoubleWrapper