class javafx.scene.Parent$4 extends com.sun.javafx.collections.TrackableObservableList<java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.Parent$4
  super_class: com.sun.javafx.collections.TrackableObservableList
{
  final javafx.scene.Parent this$0;
    descriptor: Ljavafx/scene/Parent;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.Parent);
    descriptor: (Ljavafx/scene/Parent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.Parent$4 this
         0: .line 1276
            aload 0 /* this */
            aload 1
            putfield javafx.scene.Parent$4.this$0:Ljavafx/scene/Parent;
            aload 0 /* this */
            invokespecial com.sun.javafx.collections.TrackableObservableList.<init>:()V
            return
        end local 0 // javafx.scene.Parent$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Parent$4;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void onChanged(javafx.collections.ListChangeListener$Change<java.lang.String>);
    descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.Parent$4 this
        start local 1 // javafx.collections.ListChangeListener$Change c
         0: .line 1279
            aload 0 /* this */
            getfield javafx.scene.Parent$4.this$0:Ljavafx/scene/Parent;
            invokevirtual javafx.scene.Parent.getScene:()Ljavafx/scene/Scene;
            astore 2 /* scene */
        start local 2 // javafx.scene.Scene scene
         1: .line 1280
            aload 2 /* scene */
            ifnull 8
         2: .line 1284
            invokestatic com.sun.javafx.css.StyleManager.getInstance:()Lcom/sun/javafx/css/StyleManager;
            aload 0 /* this */
            getfield javafx.scene.Parent$4.this$0:Ljavafx/scene/Parent;
            aload 1 /* c */
            invokevirtual com.sun.javafx.css.StyleManager.stylesheetsChanged:(Ljavafx/scene/Parent;Ljavafx/collections/ListChangeListener$Change;)V
         3: .line 1288
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.reset:()V
         4: .line 1289
            goto 6
         5: .line 1290
      StackMap locals: javafx.scene.Scene
      StackMap stack:
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.wasRemoved:()Z
            ifne 7
         6: .line 1289
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.next:()Z
            ifne 5
         7: .line 1296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.Parent$4.this$0:Ljavafx/scene/Parent;
            invokevirtual javafx.scene.Parent.reapplyCSS:()V
         8: .line 1298
      StackMap locals:
      StackMap stack:
            return
        end local 2 // javafx.scene.Scene scene
        end local 1 // javafx.collections.ListChangeListener$Change c
        end local 0 // javafx.scene.Parent$4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Ljavafx/scene/Parent$4;
            0    9     1      c  Ljavafx/collections/ListChangeListener$Change<Ljava/lang/String;>;
            1    9     2  scene  Ljavafx/scene/Scene;
    Signature: (Ljavafx/collections/ListChangeListener$Change<Ljava/lang/String;>;)V
    MethodParameters:
      Name  Flags
      c     
}
Signature: Lcom/sun/javafx/collections/TrackableObservableList<Ljava/lang/String;>;
SourceFile: "Parent.java"
EnclosingMethod: javafx.scene.Parent
NestHost: javafx.scene.Parent
InnerClasses:
  public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener
  javafx.scene.Parent$4