public abstract class javafx.beans.property.ListPropertyBase<E> extends javafx.beans.property.ListProperty<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: javafx.beans.property.ListPropertyBase
  super_class: javafx.beans.property.ListProperty
{
  private final javafx.collections.ListChangeListener<E> listChangeListener;
    descriptor: Ljavafx/collections/ListChangeListener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljavafx/collections/ListChangeListener<TE;>;

  private javafx.collections.ObservableList<E> value;
    descriptor: Ljavafx/collections/ObservableList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/collections/ObservableList<TE;>;

  private javafx.beans.value.ObservableValue<? extends javafx.collections.ObservableList<E>> observable;
    descriptor: Ljavafx/beans/value/ObservableValue;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/value/ObservableValue<+Ljavafx/collections/ObservableList<TE;>;>;

  private javafx.beans.InvalidationListener listener;
    descriptor: Ljavafx/beans/InvalidationListener;
    flags: (0x0002) ACC_PRIVATE

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

  private com.sun.javafx.binding.ListExpressionHelper<E> helper;
    descriptor: Lcom/sun/javafx/binding/ListExpressionHelper;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/sun/javafx/binding/ListExpressionHelper<TE;>;

  private javafx.beans.property.ListPropertyBase<E>.SizeProperty size0;
    descriptor: Ljavafx/beans/property/ListPropertyBase$SizeProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ListPropertyBase<TE;>.SizeProperty;

  private javafx.beans.property.ListPropertyBase<E>.EmptyProperty empty0;
    descriptor: Ljavafx/beans/property/ListPropertyBase$EmptyProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ListPropertyBase<TE;>.EmptyProperty;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.beans.property.ListPropertyBase this
         0: .line 72
            aload 0 /* this */
            invokespecial javafx.beans.property.ListProperty.<init>:()V
         1: .line 54
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onChanged(Ljavafx/beans/property/ListPropertyBase;)Ljavafx/collections/ListChangeListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/collections/ListChangeListener$Change;)V
                  javafx/beans/property/ListPropertyBase.lambda$0(Ljavafx/collections/ListChangeListener$Change;)V (7)
                  (Ljavafx/collections/ListChangeListener$Change;)V
            putfield javafx.beans.property.ListPropertyBase.listChangeListener:Ljavafx/collections/ListChangeListener;
         2: .line 61
            aload 0 /* this */
            aconst_null
            putfield javafx.beans.property.ListPropertyBase.observable:Ljavafx/beans/value/ObservableValue;
         3: .line 62
            aload 0 /* this */
            aconst_null
            putfield javafx.beans.property.ListPropertyBase.listener:Ljavafx/beans/InvalidationListener;
         4: .line 63
            aload 0 /* this */
            iconst_1
            putfield javafx.beans.property.ListPropertyBase.valid:Z
         5: .line 64
            aload 0 /* this */
            aconst_null
            putfield javafx.beans.property.ListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
         6: .line 72
            return
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavafx/beans/property/ListPropertyBase<TE;>;

  public void <init>(javafx.collections.ObservableList<E>);
    descriptor: (Ljavafx/collections/ObservableList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.beans.property.ListPropertyBase this
        start local 1 // javafx.collections.ObservableList initialValue
         0: .line 80
            aload 0 /* this */
            invokespecial javafx.beans.property.ListProperty.<init>:()V
         1: .line 54
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onChanged(Ljavafx/beans/property/ListPropertyBase;)Ljavafx/collections/ListChangeListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/collections/ListChangeListener$Change;)V
                  javafx/beans/property/ListPropertyBase.lambda$0(Ljavafx/collections/ListChangeListener$Change;)V (7)
                  (Ljavafx/collections/ListChangeListener$Change;)V
            putfield javafx.beans.property.ListPropertyBase.listChangeListener:Ljavafx/collections/ListChangeListener;
         2: .line 61
            aload 0 /* this */
            aconst_null
            putfield javafx.beans.property.ListPropertyBase.observable:Ljavafx/beans/value/ObservableValue;
         3: .line 62
            aload 0 /* this */
            aconst_null
            putfield javafx.beans.property.ListPropertyBase.listener:Ljavafx/beans/InvalidationListener;
         4: .line 63
            aload 0 /* this */
            iconst_1
            putfield javafx.beans.property.ListPropertyBase.valid:Z
         5: .line 64
            aload 0 /* this */
            aconst_null
            putfield javafx.beans.property.ListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
         6: .line 81
            aload 0 /* this */
            aload 1 /* initialValue */
            putfield javafx.beans.property.ListPropertyBase.value:Ljavafx/collections/ObservableList;
         7: .line 82
            aload 1 /* initialValue */
            ifnull 9
         8: .line 83
            aload 1 /* initialValue */
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.listChangeListener:Ljavafx/collections/ListChangeListener;
            invokeinterface javafx.collections.ObservableList.addListener:(Ljavafx/collections/ListChangeListener;)V
         9: .line 85
      StackMap locals: javafx.beans.property.ListPropertyBase javafx.collections.ObservableList
      StackMap stack:
            return
        end local 1 // javafx.collections.ObservableList initialValue
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Ljavafx/beans/property/ListPropertyBase<TE;>;
            0   10     1  initialValue  Ljavafx/collections/ObservableList<TE;>;
    Signature: (Ljavafx/collections/ObservableList<TE;>;)V
    MethodParameters:
              Name  Flags
      initialValue  

  public javafx.beans.property.ReadOnlyIntegerProperty sizeProperty();
    descriptor: ()Ljavafx/beans/property/ReadOnlyIntegerProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.beans.property.ListPropertyBase this
         0: .line 89
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.size0:Ljavafx/beans/property/ListPropertyBase$SizeProperty;
            ifnonnull 2
         1: .line 90
            aload 0 /* this */
            new javafx.beans.property.ListPropertyBase$SizeProperty
            dup
            aload 0 /* this */
            invokespecial javafx.beans.property.ListPropertyBase$SizeProperty.<init>:(Ljavafx/beans/property/ListPropertyBase;)V
            putfield javafx.beans.property.ListPropertyBase.size0:Ljavafx/beans/property/ListPropertyBase$SizeProperty;
         2: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.size0:Ljavafx/beans/property/ListPropertyBase$SizeProperty;
            areturn
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/beans/property/ListPropertyBase<TE;>;

  public javafx.beans.property.ReadOnlyBooleanProperty emptyProperty();
    descriptor: ()Ljavafx/beans/property/ReadOnlyBooleanProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.beans.property.ListPropertyBase this
         0: .line 118
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.empty0:Ljavafx/beans/property/ListPropertyBase$EmptyProperty;
            ifnonnull 2
         1: .line 119
            aload 0 /* this */
            new javafx.beans.property.ListPropertyBase$EmptyProperty
            dup
            aload 0 /* this */
            invokespecial javafx.beans.property.ListPropertyBase$EmptyProperty.<init>:(Ljavafx/beans/property/ListPropertyBase;)V
            putfield javafx.beans.property.ListPropertyBase.empty0:Ljavafx/beans/property/ListPropertyBase$EmptyProperty;
         2: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.empty0:Ljavafx/beans/property/ListPropertyBase$EmptyProperty;
            areturn
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/beans/property/ListPropertyBase<TE;>;

  public void addListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.beans.property.ListPropertyBase this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 148
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
            aload 0 /* this */
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.ListExpressionHelper.addListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/beans/value/ObservableListValue;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
            putfield javafx.beans.property.ListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
         1: .line 149
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ListPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/beans/InvalidationListener;
    MethodParameters:
          Name  Flags
      listener  

  public void removeListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.beans.property.ListPropertyBase this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 153
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.ListExpressionHelper.removeListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
            putfield javafx.beans.property.ListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
         1: .line 154
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ListPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/beans/InvalidationListener;
    MethodParameters:
          Name  Flags
      listener  

  public void addListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableList<E>>);
    descriptor: (Ljavafx/beans/value/ChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.beans.property.ListPropertyBase this
        start local 1 // javafx.beans.value.ChangeListener listener
         0: .line 158
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
            aload 0 /* this */
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.ListExpressionHelper.addListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/beans/value/ObservableListValue;Ljavafx/beans/value/ChangeListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
            putfield javafx.beans.property.ListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
         1: .line 159
            return
        end local 1 // javafx.beans.value.ChangeListener listener
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ListPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableList<TE;>;>;
    Signature: (Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableList<TE;>;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public void removeListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableList<E>>);
    descriptor: (Ljavafx/beans/value/ChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.beans.property.ListPropertyBase this
        start local 1 // javafx.beans.value.ChangeListener listener
         0: .line 163
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.ListExpressionHelper.removeListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/beans/value/ChangeListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
            putfield javafx.beans.property.ListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
         1: .line 164
            return
        end local 1 // javafx.beans.value.ChangeListener listener
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ListPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableList<TE;>;>;
    Signature: (Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableList<TE;>;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public void addListener(javafx.collections.ListChangeListener<? super E>);
    descriptor: (Ljavafx/collections/ListChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.beans.property.ListPropertyBase this
        start local 1 // javafx.collections.ListChangeListener listener
         0: .line 168
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
            aload 0 /* this */
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.ListExpressionHelper.addListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/beans/value/ObservableListValue;Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
            putfield javafx.beans.property.ListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
         1: .line 169
            return
        end local 1 // javafx.collections.ListChangeListener listener
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ListPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/collections/ListChangeListener<-TE;>;
    Signature: (Ljavafx/collections/ListChangeListener<-TE;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public void removeListener(javafx.collections.ListChangeListener<? super E>);
    descriptor: (Ljavafx/collections/ListChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.beans.property.ListPropertyBase this
        start local 1 // javafx.collections.ListChangeListener listener
         0: .line 173
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.ListExpressionHelper.removeListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
            putfield javafx.beans.property.ListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
         1: .line 174
            return
        end local 1 // javafx.collections.ListChangeListener listener
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ListPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/collections/ListChangeListener<-TE;>;
    Signature: (Ljavafx/collections/ListChangeListener<-TE;>;)V
    MethodParameters:
          Name  Flags
      listener  

  protected void fireValueChangedEvent();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.property.ListPropertyBase this
         0: .line 187
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
            invokestatic com.sun.javafx.binding.ListExpressionHelper.fireValueChangedEvent:(Lcom/sun/javafx/binding/ListExpressionHelper;)V
         1: .line 188
            return
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/beans/property/ListPropertyBase<TE;>;

  protected void fireValueChangedEvent(javafx.collections.ListChangeListener$Change<? extends E>);
    descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.beans.property.ListPropertyBase this
        start local 1 // javafx.collections.ListChangeListener$Change change
         0: .line 201
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
            aload 1 /* change */
            invokestatic com.sun.javafx.binding.ListExpressionHelper.fireValueChangedEvent:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/collections/ListChangeListener$Change;)V
         1: .line 202
            return
        end local 1 // javafx.collections.ListChangeListener$Change change
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavafx/beans/property/ListPropertyBase<TE;>;
            0    2     1  change  Ljavafx/collections/ListChangeListener$Change<+TE;>;
    Signature: (Ljavafx/collections/ListChangeListener$Change<+TE;>;)V
    MethodParameters:
        Name  Flags
      change  

  private void invalidateProperties();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.property.ListPropertyBase this
         0: .line 205
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.size0:Ljavafx/beans/property/ListPropertyBase$SizeProperty;
            ifnull 2
         1: .line 206
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.size0:Ljavafx/beans/property/ListPropertyBase$SizeProperty;
            invokevirtual javafx.beans.property.ListPropertyBase$SizeProperty.fireValueChangedEvent:()V
         2: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.empty0:Ljavafx/beans/property/ListPropertyBase$EmptyProperty;
            ifnull 4
         3: .line 209
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.empty0:Ljavafx/beans/property/ListPropertyBase$EmptyProperty;
            invokevirtual javafx.beans.property.ListPropertyBase$EmptyProperty.fireValueChangedEvent:()V
         4: .line 211
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/beans/property/ListPropertyBase<TE;>;

  private void markInvalid(javafx.collections.ObservableList<E>);
    descriptor: (Ljavafx/collections/ObservableList;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.beans.property.ListPropertyBase this
        start local 1 // javafx.collections.ObservableList oldValue
         0: .line 214
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.valid:Z
            ifeq 7
         1: .line 215
            aload 1 /* oldValue */
            ifnull 3
         2: .line 216
            aload 1 /* oldValue */
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.listChangeListener:Ljavafx/collections/ListChangeListener;
            invokeinterface javafx.collections.ObservableList.removeListener:(Ljavafx/collections/ListChangeListener;)V
         3: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javafx.beans.property.ListPropertyBase.valid:Z
         4: .line 219
            aload 0 /* this */
            invokevirtual javafx.beans.property.ListPropertyBase.invalidateProperties:()V
         5: .line 220
            aload 0 /* this */
            invokevirtual javafx.beans.property.ListPropertyBase.invalidated:()V
         6: .line 221
            aload 0 /* this */
            invokevirtual javafx.beans.property.ListPropertyBase.fireValueChangedEvent:()V
         7: .line 223
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.collections.ObservableList oldValue
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Ljavafx/beans/property/ListPropertyBase<TE;>;
            0    8     1  oldValue  Ljavafx/collections/ObservableList<TE;>;
    Signature: (Ljavafx/collections/ObservableList<TE;>;)V
    MethodParameters:
          Name  Flags
      oldValue  

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // javafx.beans.property.ListPropertyBase this
         0: .line 235
            return
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/property/ListPropertyBase<TE;>;

  public javafx.collections.ObservableList<E> get();
    descriptor: ()Ljavafx/collections/ObservableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.beans.property.ListPropertyBase this
         0: .line 239
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.valid:Z
            ifne 7
         1: .line 240
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.observable:Ljavafx/beans/value/ObservableValue;
            ifnonnull 2
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.value:Ljavafx/collections/ObservableList;
            goto 3
      StackMap locals:
      StackMap stack: javafx.beans.property.ListPropertyBase
         2: aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.observable:Ljavafx/beans/value/ObservableValue;
            invokeinterface javafx.beans.value.ObservableValue.getValue:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableList
      StackMap locals: javafx.beans.property.ListPropertyBase
      StackMap stack: javafx.beans.property.ListPropertyBase javafx.collections.ObservableList
         3: putfield javafx.beans.property.ListPropertyBase.value:Ljavafx/collections/ObservableList;
         4: .line 241
            aload 0 /* this */
            iconst_1
            putfield javafx.beans.property.ListPropertyBase.valid:Z
         5: .line 242
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.value:Ljavafx/collections/ObservableList;
            ifnull 7
         6: .line 243
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.value:Ljavafx/collections/ObservableList;
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.listChangeListener:Ljavafx/collections/ListChangeListener;
            invokeinterface javafx.collections.ObservableList.addListener:(Ljavafx/collections/ListChangeListener;)V
         7: .line 246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.value:Ljavafx/collections/ObservableList;
            areturn
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavafx/beans/property/ListPropertyBase<TE;>;
    Signature: ()Ljavafx/collections/ObservableList<TE;>;

  public void set(javafx.collections.ObservableList<E>);
    descriptor: (Ljavafx/collections/ObservableList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // javafx.beans.property.ListPropertyBase this
        start local 1 // javafx.collections.ObservableList newValue
         0: .line 251
            aload 0 /* this */
            invokevirtual javafx.beans.property.ListPropertyBase.isBound:()Z
            ifeq 7
         1: .line 252
            new java.lang.RuntimeException
            dup
         2: new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual javafx.beans.property.ListPropertyBase.getBean:()Ljava/lang/Object;
            ifnull 4
            aload 0 /* this */
            invokevirtual javafx.beans.property.ListPropertyBase.getName:()Ljava/lang/String;
            ifnull 4
         3: .line 253
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual javafx.beans.property.ListPropertyBase.getBean:()Ljava/lang/Object;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.beans.property.ListPropertyBase.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " : "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            goto 5
      StackMap locals: javafx.beans.property.ListPropertyBase javafx.collections.ObservableList
      StackMap stack: new 1 new 1 new 2 new 2
         4: ldc ""
      StackMap locals: javafx.beans.property.ListPropertyBase javafx.collections.ObservableList
      StackMap stack: new 1 new 1 new 2 new 2 java.lang.String
         5: invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "A bound value cannot be set."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 252
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.value:Ljavafx/collections/ObservableList;
            aload 1 /* newValue */
            if_acmpeq 11
         8: .line 256
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.value:Ljavafx/collections/ObservableList;
            astore 2 /* oldValue */
        start local 2 // javafx.collections.ObservableList oldValue
         9: .line 257
            aload 0 /* this */
            aload 1 /* newValue */
            putfield javafx.beans.property.ListPropertyBase.value:Ljavafx/collections/ObservableList;
        10: .line 258
            aload 0 /* this */
            aload 2 /* oldValue */
            invokevirtual javafx.beans.property.ListPropertyBase.markInvalid:(Ljavafx/collections/ObservableList;)V
        end local 2 // javafx.collections.ObservableList oldValue
        11: .line 260
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.collections.ObservableList newValue
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Ljavafx/beans/property/ListPropertyBase<TE;>;
            0   12     1  newValue  Ljavafx/collections/ObservableList<TE;>;
            9   11     2  oldValue  Ljavafx/collections/ObservableList<TE;>;
    Signature: (Ljavafx/collections/ObservableList<TE;>;)V
    MethodParameters:
          Name  Flags
      newValue  

  public boolean isBound();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.property.ListPropertyBase this
         0: .line 264
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.observable:Ljavafx/beans/value/ObservableValue;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/beans/property/ListPropertyBase<TE;>;

  public void bind(javafx.beans.value.ObservableValue<? extends javafx.collections.ObservableList<E>>);
    descriptor: (Ljavafx/beans/value/ObservableValue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.beans.property.ListPropertyBase this
        start local 1 // javafx.beans.value.ObservableValue newObservable
         0: .line 269
            aload 1 /* newObservable */
            ifnonnull 2
         1: .line 270
            new java.lang.NullPointerException
            dup
            ldc "Cannot bind to null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 273
      StackMap locals:
      StackMap stack:
            aload 1 /* newObservable */
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.observable:Ljavafx/beans/value/ObservableValue;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 9
         3: .line 274
            aload 0 /* this */
            invokevirtual javafx.beans.property.ListPropertyBase.unbind:()V
         4: .line 275
            aload 0 /* this */
            aload 1 /* newObservable */
            putfield javafx.beans.property.ListPropertyBase.observable:Ljavafx/beans/value/ObservableValue;
         5: .line 276
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.listener:Ljavafx/beans/InvalidationListener;
            ifnonnull 7
         6: .line 277
            aload 0 /* this */
            new javafx.beans.property.ListPropertyBase$Listener
            dup
            aload 0 /* this */
            invokespecial javafx.beans.property.ListPropertyBase$Listener.<init>:(Ljavafx/beans/property/ListPropertyBase;)V
            putfield javafx.beans.property.ListPropertyBase.listener:Ljavafx/beans/InvalidationListener;
         7: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.observable:Ljavafx/beans/value/ObservableValue;
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.listener:Ljavafx/beans/InvalidationListener;
            invokeinterface javafx.beans.value.ObservableValue.addListener:(Ljavafx/beans/InvalidationListener;)V
         8: .line 280
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.value:Ljavafx/collections/ObservableList;
            invokevirtual javafx.beans.property.ListPropertyBase.markInvalid:(Ljavafx/collections/ObservableList;)V
         9: .line 282
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.beans.value.ObservableValue newObservable
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Ljavafx/beans/property/ListPropertyBase<TE;>;
            0   10     1  newObservable  Ljavafx/beans/value/ObservableValue<+Ljavafx/collections/ObservableList<TE;>;>;
    Signature: (Ljavafx/beans/value/ObservableValue<+Ljavafx/collections/ObservableList<TE;>;>;)V
    MethodParameters:
               Name  Flags
      newObservable  final

  public void unbind();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.beans.property.ListPropertyBase this
         0: .line 286
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.observable:Ljavafx/beans/value/ObservableValue;
            ifnull 4
         1: .line 287
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.observable:Ljavafx/beans/value/ObservableValue;
            invokeinterface javafx.beans.value.ObservableValue.getValue:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableList
            putfield javafx.beans.property.ListPropertyBase.value:Ljavafx/collections/ObservableList;
         2: .line 288
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.observable:Ljavafx/beans/value/ObservableValue;
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.listener:Ljavafx/beans/InvalidationListener;
            invokeinterface javafx.beans.value.ObservableValue.removeListener:(Ljavafx/beans/InvalidationListener;)V
         3: .line 289
            aload 0 /* this */
            aconst_null
            putfield javafx.beans.property.ListPropertyBase.observable:Ljavafx/beans/value/ObservableValue;
         4: .line 291
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/beans/property/ListPropertyBase<TE;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // javafx.beans.property.ListPropertyBase this
         0: .line 299
            aload 0 /* this */
            invokevirtual javafx.beans.property.ListPropertyBase.getBean:()Ljava/lang/Object;
            astore 1 /* bean */
        start local 1 // java.lang.Object bean
         1: .line 300
            aload 0 /* this */
            invokevirtual javafx.beans.property.ListPropertyBase.getName:()Ljava/lang/String;
            astore 2 /* name */
        start local 2 // java.lang.String name
         2: .line 301
            new java.lang.StringBuilder
            dup
            ldc "ListProperty ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 3 /* result */
        start local 3 // java.lang.StringBuilder result
         3: .line 302
            aload 1 /* bean */
            ifnull 5
         4: .line 303
            aload 3 /* result */
            ldc "bean: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* bean */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 305
      StackMap locals: java.lang.Object java.lang.String java.lang.StringBuilder
      StackMap stack:
            aload 2 /* name */
            ifnull 7
            aload 2 /* name */
            ldc ""
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
         6: .line 306
            aload 3 /* result */
            ldc "name: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.beans.property.ListPropertyBase.isBound:()Z
            ifeq 14
         8: .line 309
            aload 3 /* result */
            ldc "bound, "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         9: .line 310
            aload 0 /* this */
            getfield javafx.beans.property.ListPropertyBase.valid:Z
            ifeq 12
        10: .line 311
            aload 3 /* result */
            ldc "value: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.beans.property.ListPropertyBase.get:()Ljavafx/collections/ObservableList;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        11: .line 312
            goto 15
        12: .line 313
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            ldc "invalid"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        13: .line 315
            goto 15
        14: .line 316
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            ldc "value: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javafx.beans.property.ListPropertyBase.get:()Ljavafx/collections/ObservableList;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        15: .line 318
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        16: .line 319
            aload 3 /* result */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.lang.StringBuilder result
        end local 2 // java.lang.String name
        end local 1 // java.lang.Object bean
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Ljavafx/beans/property/ListPropertyBase<TE;>;
            1   17     1    bean  Ljava/lang/Object;
            2   17     2    name  Ljava/lang/String;
            3   17     3  result  Ljava/lang/StringBuilder;

  public void set(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast javafx.collections.ObservableList
            invokevirtual javafx.beans.property.ListPropertyBase.set:(Ljavafx/collections/ObservableList;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual javafx.beans.property.ListPropertyBase.get:()Ljavafx/collections/ObservableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$0(javafx.collections.ListChangeListener$Change);
    descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.beans.property.ListPropertyBase this
        start local 1 // javafx.collections.ListChangeListener$Change change
         0: .line 55
            aload 0 /* this */
            invokevirtual javafx.beans.property.ListPropertyBase.invalidateProperties:()V
         1: .line 56
            aload 0 /* this */
            invokevirtual javafx.beans.property.ListPropertyBase.invalidated:()V
         2: .line 57
            aload 0 /* this */
            aload 1 /* change */
            invokevirtual javafx.beans.property.ListPropertyBase.fireValueChangedEvent:(Ljavafx/collections/ListChangeListener$Change;)V
         3: .line 58
            return
        end local 1 // javafx.collections.ListChangeListener$Change change
        end local 0 // javafx.beans.property.ListPropertyBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljavafx/beans/property/ListPropertyBase<TE;>;
            0    4     1  change  Ljavafx/collections/ListChangeListener$Change<+TE;>;
}
Signature: <E:Ljava/lang/Object;>Ljavafx/beans/property/ListProperty<TE;>;
SourceFile: "ListPropertyBase.java"
NestMembers:
  javafx.beans.property.ListPropertyBase$EmptyProperty  javafx.beans.property.ListPropertyBase$Listener  javafx.beans.property.ListPropertyBase$SizeProperty
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private EmptyProperty = javafx.beans.property.ListPropertyBase$EmptyProperty of javafx.beans.property.ListPropertyBase
  private Listener = javafx.beans.property.ListPropertyBase$Listener of javafx.beans.property.ListPropertyBase
  private SizeProperty = javafx.beans.property.ListPropertyBase$SizeProperty of javafx.beans.property.ListPropertyBase
  public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener