class javafx.scene.layout.BorderPane$BorderPositionProperty$1 implements javafx.collections.ListChangeListener<javafx.scene.Node>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.layout.BorderPane$BorderPositionProperty$1
  super_class: java.lang.Object
{
  final javafx.scene.layout.BorderPane$BorderPositionProperty this$1;
    descriptor: Ljavafx/scene/layout/BorderPane$BorderPositionProperty;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.layout.BorderPane$BorderPositionProperty);
    descriptor: (Ljavafx/scene/layout/BorderPane$BorderPositionProperty;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.layout.BorderPane$BorderPositionProperty$1 this
         0: .line 656
            aload 0 /* this */
            aload 1
            putfield javafx.scene.layout.BorderPane$BorderPositionProperty$1.this$1:Ljavafx/scene/layout/BorderPane$BorderPositionProperty;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javafx.scene.layout.BorderPane$BorderPositionProperty$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/layout/BorderPane$BorderPositionProperty$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onChanged(javafx.collections.ListChangeListener$Change<? extends javafx.scene.Node>);
    descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // javafx.scene.layout.BorderPane$BorderPositionProperty$1 this
        start local 1 // javafx.collections.ListChangeListener$Change c
         0: .line 660
            aload 0 /* this */
            getfield javafx.scene.layout.BorderPane$BorderPositionProperty$1.this$1:Ljavafx/scene/layout/BorderPane$BorderPositionProperty;
            getfield javafx.scene.layout.BorderPane$BorderPositionProperty.oldValue:Ljavafx/scene/Node;
            ifnull 1
            aload 0 /* this */
            getfield javafx.scene.layout.BorderPane$BorderPositionProperty$1.this$1:Ljavafx/scene/layout/BorderPane$BorderPositionProperty;
            getfield javafx.scene.layout.BorderPane$BorderPositionProperty.isBeingInvalidated:Z
            ifeq 12
         1: .line 661
      StackMap locals:
      StackMap stack:
            return
         2: .line 664
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.wasRemoved:()Z
            ifeq 12
         3: .line 665
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getRemoved:()Ljava/util/List;
            astore 2 /* removed */
        start local 2 // java.util.List removed
         4: .line 666
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: aload 2 /* removed */
            invokeinterface java.util.List.size:()I
            istore 4 /* sz */
        start local 4 // int sz
         6: goto 11
         7: .line 667
      StackMap locals: java.util.List int int
      StackMap stack:
            aload 2 /* removed */
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            aload 0 /* this */
            getfield javafx.scene.layout.BorderPane$BorderPositionProperty$1.this$1:Ljavafx/scene/layout/BorderPane$BorderPositionProperty;
            getfield javafx.scene.layout.BorderPane$BorderPositionProperty.oldValue:Ljavafx/scene/Node;
            if_acmpne 10
         8: .line 668
            aload 0 /* this */
            getfield javafx.scene.layout.BorderPane$BorderPositionProperty$1.this$1:Ljavafx/scene/layout/BorderPane$BorderPositionProperty;
            aconst_null
            putfield javafx.scene.layout.BorderPane$BorderPositionProperty.oldValue:Ljavafx/scene/Node;
         9: .line 669
            aload 0 /* this */
            getfield javafx.scene.layout.BorderPane$BorderPositionProperty$1.this$1:Ljavafx/scene/layout/BorderPane$BorderPositionProperty;
            aconst_null
            invokevirtual javafx.scene.layout.BorderPane$BorderPositionProperty.set:(Ljava/lang/Object;)V
        10: .line 666
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            iload 4 /* sz */
            if_icmplt 7
        end local 4 // int sz
        end local 3 // int i
        end local 2 // java.util.List removed
        12: .line 663
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.next:()Z
            ifne 2
        13: .line 674
            return
        end local 1 // javafx.collections.ListChangeListener$Change c
        end local 0 // javafx.scene.layout.BorderPane$BorderPositionProperty$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Ljavafx/scene/layout/BorderPane$BorderPositionProperty$1;
            0   14     1        c  Ljavafx/collections/ListChangeListener$Change<+Ljavafx/scene/Node;>;
            4   12     2  removed  Ljava/util/List<+Ljavafx/scene/Node;>;
            5   12     3        i  I
            6   12     4       sz  I
    Signature: (Ljavafx/collections/ListChangeListener$Change<+Ljavafx/scene/Node;>;)V
    MethodParameters:
      Name  Flags
      c     
}
Signature: Ljava/lang/Object;Ljavafx/collections/ListChangeListener<Ljavafx/scene/Node;>;
SourceFile: "BorderPane.java"
EnclosingMethod: javafx.scene.layout.BorderPane$BorderPositionProperty.<init>:(Ljavafx/scene/layout/BorderPane;Ljava/lang/String;)V
NestHost: javafx.scene.layout.BorderPane
InnerClasses:
  public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener
  private final BorderPositionProperty = javafx.scene.layout.BorderPane$BorderPositionProperty of javafx.scene.layout.BorderPane
  javafx.scene.layout.BorderPane$BorderPositionProperty$1