class javafx.beans.property.DoubleProperty$1 extends javafx.beans.property.DoublePropertyBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.beans.property.DoubleProperty$1
  super_class: javafx.beans.property.DoublePropertyBase
{
  private final javafx.beans.property.Property val$property;
    descriptor: Ljavafx/beans/property/Property;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.beans.property.Property);
    descriptor: (Ljavafx/beans/property/Property;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.beans.property.DoubleProperty$1 this
         0: .line 149
            aload 0 /* this */
            aload 1
            putfield javafx.beans.property.DoubleProperty$1.val$property:Ljavafx/beans/property/Property;
            aload 0 /* this */
            invokespecial javafx.beans.property.DoublePropertyBase.<init>:()V
         1: .line 151
            aload 0 /* this */
            aload 1
            invokestatic com.sun.javafx.binding.BidirectionalBinding.bindNumber:(Ljavafx/beans/property/DoubleProperty;Ljavafx/beans/property/Property;)Lcom/sun/javafx/binding/BidirectionalBinding;
            pop
         2: .line 149
            return
        end local 0 // javafx.beans.property.DoubleProperty$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/beans/property/DoubleProperty$1;
    MethodParameters:
              Name  Flags
      val$property  final

  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.beans.property.DoubleProperty$1 this
         0: .line 156
            aconst_null
            areturn
        end local 0 // javafx.beans.property.DoubleProperty$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/property/DoubleProperty$1;

  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.beans.property.DoubleProperty$1 this
         0: .line 161
            aload 0 /* this */
            getfield javafx.beans.property.DoubleProperty$1.val$property:Ljavafx/beans/property/Property;
            invokeinterface javafx.beans.property.Property.getName:()Ljava/lang/String;
            areturn
        end local 0 // javafx.beans.property.DoubleProperty$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/property/DoubleProperty$1;
}
SourceFile: "DoubleProperty.java"
EnclosingMethod: javafx.beans.property.DoubleProperty.doubleProperty:(Ljavafx/beans/property/Property;)Ljavafx/beans/property/DoubleProperty;
NestHost: javafx.beans.property.DoubleProperty
InnerClasses:
  javafx.beans.property.DoubleProperty$1