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

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

  protected void onChanged(javafx.collections.ListChangeListener$Change<javafx.scene.Node>);
    descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.LightBase$5 this
        start local 1 // javafx.collections.ListChangeListener$Change c
         0: .line 242
            aload 0 /* this */
            getfield javafx.scene.LightBase$5.this$0:Ljavafx/scene/LightBase;
            aload 1 /* c */
            aload 0 /* this */
            getfield javafx.scene.LightBase$5.this$0:Ljavafx/scene/LightBase;
            getfield javafx.scene.LightBase.scope:Ljavafx/collections/ObservableList;
            invokevirtual javafx.scene.LightBase.doOnChanged:(Ljavafx/collections/ListChangeListener$Change;Ljavafx/collections/ObservableList;)V
         1: .line 243
            return
        end local 1 // javafx.collections.ListChangeListener$Change c
        end local 0 // javafx.scene.LightBase$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/LightBase$5;
            0    2     1     c  Ljavafx/collections/ListChangeListener$Change<Ljavafx/scene/Node;>;
    Signature: (Ljavafx/collections/ListChangeListener$Change<Ljavafx/scene/Node;>;)V
    MethodParameters:
      Name  Flags
      c     
}
Signature: Lcom/sun/javafx/collections/TrackableObservableList<Ljavafx/scene/Node;>;
SourceFile: "LightBase.java"
EnclosingMethod: javafx.scene.LightBase.getExclusionScope:()Ljavafx/collections/ObservableList;
NestHost: javafx.scene.LightBase
InnerClasses:
  public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener
  javafx.scene.LightBase$5