class com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding<T> extends com.sun.javafx.binding.BidirectionalBinding<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding
  super_class: com.sun.javafx.binding.BidirectionalBinding
{
  private final java.lang.ref.WeakReference<javafx.beans.property.Property<T>> propertyRef1;
    descriptor: Ljava/lang/ref/WeakReference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/ref/WeakReference<Ljavafx/beans/property/Property<TT;>;>;

  private final java.lang.ref.WeakReference<javafx.beans.property.Property<T>> propertyRef2;
    descriptor: Ljava/lang/ref/WeakReference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/ref/WeakReference<Ljavafx/beans/property/Property<TT;>;>;

  private boolean updating;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private void <init>(javafx.beans.property.Property<T>, javafx.beans.property.Property<T>);
    descriptor: (Ljavafx/beans/property/Property;Ljavafx/beans/property/Property;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding this
        start local 1 // javafx.beans.property.Property property1
        start local 2 // javafx.beans.property.Property property2
         0: .line 568
            aload 0 /* this */
            aload 1 /* property1 */
            aload 2 /* property2 */
            invokespecial com.sun.javafx.binding.BidirectionalBinding.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 565
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding.updating:Z
         2: .line 569
            aload 0 /* this */
            new java.lang.ref.WeakReference
            dup
            aload 1 /* property1 */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            putfield com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding.propertyRef1:Ljava/lang/ref/WeakReference;
         3: .line 570
            aload 0 /* this */
            new java.lang.ref.WeakReference
            dup
            aload 2 /* property2 */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            putfield com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding.propertyRef2:Ljava/lang/ref/WeakReference;
         4: .line 571
            return
        end local 2 // javafx.beans.property.Property property2
        end local 1 // javafx.beans.property.Property property1
        end local 0 // com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/sun/javafx/binding/BidirectionalBinding$TypedGenericBidirectionalBinding<TT;>;
            0    5     1  property1  Ljavafx/beans/property/Property<TT;>;
            0    5     2  property2  Ljavafx/beans/property/Property<TT;>;
    Signature: (Ljavafx/beans/property/Property<TT;>;Ljavafx/beans/property/Property<TT;>;)V
    MethodParameters:
           Name  Flags
      property1  
      property2  

  protected javafx.beans.property.Property<T> getProperty1();
    descriptor: ()Ljavafx/beans/property/Property;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding this
         0: .line 575
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding.propertyRef1:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast javafx.beans.property.Property
            areturn
        end local 0 // com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/binding/BidirectionalBinding$TypedGenericBidirectionalBinding<TT;>;
    Signature: ()Ljavafx/beans/property/Property<TT;>;

  protected javafx.beans.property.Property<T> getProperty2();
    descriptor: ()Ljavafx/beans/property/Property;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding this
         0: .line 580
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding.propertyRef2:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast javafx.beans.property.Property
            areturn
        end local 0 // com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/binding/BidirectionalBinding$TypedGenericBidirectionalBinding<TT;>;
    Signature: ()Ljavafx/beans/property/Property<TT;>;

  public void changed(javafx.beans.value.ObservableValue<? extends T>, T, );
    descriptor: (Ljavafx/beans/value/ObservableValue;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=4
        start local 0 // com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding this
        start local 1 // javafx.beans.value.ObservableValue sourceProperty
        start local 2 // java.lang.Object oldValue
        start local 3 // java.lang.Object newValue
         0: .line 585
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding.updating:Z
            ifne 37
         1: .line 586
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding.propertyRef1:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast javafx.beans.property.Property
            astore 4 /* property1 */
        start local 4 // javafx.beans.property.Property property1
         2: .line 587
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding.propertyRef2:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast javafx.beans.property.Property
            astore 5 /* property2 */
        start local 5 // javafx.beans.property.Property property2
         3: .line 588
            aload 4 /* property1 */
            ifnull 4
            aload 5 /* property2 */
            ifnonnull 9
         4: .line 589
      StackMap locals: javafx.beans.property.Property javafx.beans.property.Property
      StackMap stack:
            aload 4 /* property1 */
            ifnull 6
         5: .line 590
            aload 4 /* property1 */
            aload 0 /* this */
            invokeinterface javafx.beans.property.Property.removeListener:(Ljavafx/beans/value/ChangeListener;)V
         6: .line 592
      StackMap locals:
      StackMap stack:
            aload 5 /* property2 */
            ifnull 37
         7: .line 593
            aload 5 /* property2 */
            aload 0 /* this */
            invokeinterface javafx.beans.property.Property.removeListener:(Ljavafx/beans/value/ChangeListener;)V
         8: .line 595
            goto 37
         9: .line 597
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding.updating:Z
        10: .line 598
            aload 4 /* property1 */
            aload 1 /* sourceProperty */
            if_acmpne 13
        11: .line 599
            aload 5 /* property2 */
            aload 3 /* newValue */
            invokeinterface javafx.beans.property.Property.setValue:(Ljava/lang/Object;)V
        12: .line 600
            goto 36
        13: .line 601
      StackMap locals:
      StackMap stack:
            aload 4 /* property1 */
            aload 3 /* newValue */
            invokeinterface javafx.beans.property.Property.setValue:(Ljava/lang/Object;)V
        14: .line 603
            goto 36
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
        15: astore 6 /* e */
        start local 6 // java.lang.RuntimeException e
        16: .line 605
            aload 4 /* property1 */
            aload 1 /* sourceProperty */
            if_acmpne 19
        17: .line 606
            aload 4 /* property1 */
            aload 2 /* oldValue */
            invokeinterface javafx.beans.property.Property.setValue:(Ljava/lang/Object;)V
        18: .line 607
            goto 30
        19: .line 608
      StackMap locals: java.lang.RuntimeException
      StackMap stack:
            aload 5 /* property2 */
            aload 2 /* oldValue */
            invokeinterface javafx.beans.property.Property.setValue:(Ljava/lang/Object;)V
        20: .line 610
            goto 30
      StackMap locals:
      StackMap stack: java.lang.Exception
        21: astore 7 /* e2 */
        start local 7 // java.lang.Exception e2
        22: .line 611
            aload 7 /* e2 */
            aload 6 /* e */
            invokevirtual java.lang.Exception.addSuppressed:(Ljava/lang/Throwable;)V
        23: .line 612
            aload 4 /* property1 */
            aload 5 /* property2 */
            invokestatic com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding.unbind:(Ljavafx/beans/property/Property;Ljavafx/beans/property/Property;)V
        24: .line 613
            new java.lang.RuntimeException
            dup
        25: .line 614
            new java.lang.StringBuilder
            dup
            ldc "Bidirectional binding failed together with an attempt to restore the source property to the previous value. Removing the bidirectional binding from properties "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        26: .line 617
            aload 4 /* property1 */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " and "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* property2 */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        27: .line 614
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        28: .line 617
            aload 7 /* e2 */
        29: .line 613
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 7 // java.lang.Exception e2
        30: .line 619
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
        31: .line 620
            ldc "Bidirectional binding failed, setting to the previous value"
            aload 6 /* e */
        32: .line 619
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 6 // java.lang.RuntimeException e
        33: .line 621
      StackMap locals: com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding javafx.beans.value.ObservableValue java.lang.Object java.lang.Object javafx.beans.property.Property javafx.beans.property.Property
      StackMap stack: java.lang.Throwable
            astore 8
        34: .line 622
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding.updating:Z
        35: .line 623
            aload 8
            athrow
        36: .line 622
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding.updating:Z
        end local 5 // javafx.beans.property.Property property2
        end local 4 // javafx.beans.property.Property property1
        37: .line 626
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object newValue
        end local 2 // java.lang.Object oldValue
        end local 1 // javafx.beans.value.ObservableValue sourceProperty
        end local 0 // com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   38     0            this  Lcom/sun/javafx/binding/BidirectionalBinding$TypedGenericBidirectionalBinding<TT;>;
            0   38     1  sourceProperty  Ljavafx/beans/value/ObservableValue<+TT;>;
            0   38     2        oldValue  TT;
            0   38     3        newValue  TT;
            2   37     4       property1  Ljavafx/beans/property/Property<TT;>;
            3   37     5       property2  Ljavafx/beans/property/Property<TT;>;
           16   33     6               e  Ljava/lang/RuntimeException;
           22   30     7              e2  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           9    14      15  Class java.lang.RuntimeException
          16    20      21  Class java.lang.Exception
           9    33      33  any
    Signature: (Ljavafx/beans/value/ObservableValue<+TT;>;TT;TT;)V
    MethodParameters:
                Name  Flags
      sourceProperty  
      oldValue        
      newValue        

  protected java.lang.Object getProperty1();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding.getProperty1:()Ljavafx/beans/property/Property;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.Object getProperty2();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding.getProperty2:()Ljavafx/beans/property/Property;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lcom/sun/javafx/binding/BidirectionalBinding<TT;>;
SourceFile: "BidirectionalBinding.java"
NestHost: com.sun.javafx.binding.BidirectionalBinding
InnerClasses:
  private TypedGenericBidirectionalBinding = com.sun.javafx.binding.BidirectionalBinding$TypedGenericBidirectionalBinding of com.sun.javafx.binding.BidirectionalBinding