class javafx.beans.property.DoublePropertyBase$1 extends javafx.beans.property.DoublePropertyBase$ValueWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.beans.property.DoublePropertyBase$1
  super_class: javafx.beans.property.DoublePropertyBase$ValueWrapper
{
  final javafx.beans.property.DoublePropertyBase this$0;
    descriptor: Ljavafx/beans/property/DoublePropertyBase;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final javafx.beans.value.ObservableNumberValue val$numberValue;
    descriptor: Ljavafx/beans/value/ObservableNumberValue;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.beans.property.DoublePropertyBase, javafx.beans.property.DoublePropertyBase, javafx.beans.value.ObservableValue, javafx.beans.value.ObservableNumberValue);
    descriptor: (Ljavafx/beans/property/DoublePropertyBase;Ljavafx/beans/property/DoublePropertyBase;Ljavafx/beans/value/ObservableValue;Ljavafx/beans/value/ObservableNumberValue;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // javafx.beans.property.DoublePropertyBase$1 this
        start local 3 // javafx.beans.value.ObservableValue $anonymous0
         0: .line 174
            aload 0 /* this */
            aload 2
            putfield javafx.beans.property.DoublePropertyBase$1.this$0:Ljavafx/beans/property/DoublePropertyBase;
            aload 0 /* this */
            aload 4
            putfield javafx.beans.property.DoublePropertyBase$1.val$numberValue:Ljavafx/beans/value/ObservableNumberValue;
            aload 0 /* this */
            aload 1
            aload 3 /* $anonymous0 */
            invokespecial javafx.beans.property.DoublePropertyBase$ValueWrapper.<init>:(Ljavafx/beans/property/DoublePropertyBase;Ljavafx/beans/value/ObservableValue;)V
            return
        end local 3 // javafx.beans.value.ObservableValue $anonymous0
        end local 0 // javafx.beans.property.DoublePropertyBase$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/beans/property/DoublePropertyBase$1;
            0    1     3  $anonymous0  Ljavafx/beans/value/ObservableValue<+Ljava/lang/Number;>;
    MethodParameters:
                 Name  Flags
      this$0           final
      this$1           final
      $anonymous0      
      val$numberValue  final

  protected double computeValue();
    descriptor: ()D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.beans.property.DoublePropertyBase$1 this
         0: .line 178
            aload 0 /* this */
            getfield javafx.beans.property.DoublePropertyBase$1.val$numberValue:Ljavafx/beans/value/ObservableNumberValue;
            invokeinterface javafx.beans.value.ObservableNumberValue.doubleValue:()D
            dreturn
        end local 0 // javafx.beans.property.DoublePropertyBase$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/property/DoublePropertyBase$1;
}
SourceFile: "DoublePropertyBase.java"
EnclosingMethod: javafx.beans.property.DoublePropertyBase.bind:(Ljavafx/beans/value/ObservableValue;)V
NestHost: javafx.beans.property.DoublePropertyBase
InnerClasses:
  javafx.beans.property.DoublePropertyBase$1
  private abstract ValueWrapper = javafx.beans.property.DoublePropertyBase$ValueWrapper of javafx.beans.property.DoublePropertyBase