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

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

  protected void onChanged(javafx.collections.ListChangeListener$Change<java.lang.Double>);
    descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.shape.Shape$StrokeAttributes$7 this
        start local 1 // javafx.collections.ListChangeListener$Change c
         0: .line 1447
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$StrokeAttributes$7.this$1:Ljavafx/scene/shape/Shape$StrokeAttributes;
         1: .line 1448
            getstatic javafx.scene.shape.Shape$StyleableProperties.STROKE_DASH_ARRAY:Ljavafx/css/CssMetaData;
         2: .line 1447
            invokevirtual javafx.scene.shape.Shape$StrokeAttributes.invalidated:(Ljavafx/css/CssMetaData;)V
         3: .line 1449
            return
        end local 1 // javafx.collections.ListChangeListener$Change c
        end local 0 // javafx.scene.shape.Shape$StrokeAttributes$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/shape/Shape$StrokeAttributes$7;
            0    4     1     c  Ljavafx/collections/ListChangeListener$Change<Ljava/lang/Double;>;
    Signature: (Ljavafx/collections/ListChangeListener$Change<Ljava/lang/Double;>;)V
    MethodParameters:
      Name  Flags
      c     
}
Signature: Lcom/sun/javafx/collections/TrackableObservableList<Ljava/lang/Double;>;
SourceFile: "Shape.java"
EnclosingMethod: javafx.scene.shape.Shape$StrokeAttributes.dashArrayProperty:()Ljavafx/collections/ObservableList;
NestHost: javafx.scene.shape.Shape
InnerClasses:
  public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener
  private final StrokeAttributes = javafx.scene.shape.Shape$StrokeAttributes of javafx.scene.shape.Shape
  javafx.scene.shape.Shape$StrokeAttributes$7
  private StyleableProperties = javafx.scene.shape.Shape$StyleableProperties of javafx.scene.shape.Shape