class javafx.scene.shape.Shape$StrokeAttributes$8 extends javafx.css.StyleableObjectProperty<java.lang.Number[]>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.shape.Shape$StrokeAttributes$8
  super_class: javafx.css.StyleableObjectProperty
{
  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$8 this
         0: .line 1458
            aload 0 /* this */
            aload 1
            putfield javafx.scene.shape.Shape$StrokeAttributes$8.this$1:Ljavafx/scene/shape/Shape$StrokeAttributes;
            aload 0 /* this */
            invokespecial javafx.css.StyleableObjectProperty.<init>:()V
            return
        end local 0 // javafx.scene.shape.Shape$StrokeAttributes$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Shape$StrokeAttributes$8;
    MethodParameters:
        Name  Flags
      this$0  final

  public void set(java.lang.Number[]);
    descriptor: ([Ljava/lang/Number;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // javafx.scene.shape.Shape$StrokeAttributes$8 this
        start local 1 // java.lang.Number[] v
         0: .line 1464
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$StrokeAttributes$8.this$1:Ljavafx/scene/shape/Shape$StrokeAttributes;
            invokevirtual javafx.scene.shape.Shape$StrokeAttributes.dashArrayProperty:()Ljavafx/collections/ObservableList;
            astore 2 /* list */
        start local 2 // javafx.collections.ObservableList list
         1: .line 1465
            aload 2 /* list */
            invokeinterface javafx.collections.ObservableList.clear:()V
         2: .line 1466
            aload 1 /* v */
            ifnull 8
            aload 1 /* v */
            arraylength
            ifle 8
         3: .line 1467
            iconst_0
            istore 3 /* n */
        start local 3 // int n
         4: goto 7
         5: .line 1468
      StackMap locals: javafx.collections.ObservableList int
      StackMap stack:
            aload 2 /* list */
            aload 1 /* v */
            iload 3 /* n */
            aaload
            invokevirtual java.lang.Number.doubleValue:()D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokeinterface javafx.collections.ObservableList.add:(Ljava/lang/Object;)Z
            pop
         6: .line 1467
            iinc 3 /* n */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* n */
            aload 1 /* v */
            arraylength
            if_icmplt 5
        end local 3 // int n
         8: .line 1473
      StackMap locals:
      StackMap stack:
            return
        end local 2 // javafx.collections.ObservableList list
        end local 1 // java.lang.Number[] v
        end local 0 // javafx.scene.shape.Shape$StrokeAttributes$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljavafx/scene/shape/Shape$StrokeAttributes$8;
            0    9     1     v  [Ljava/lang/Number;
            1    9     2  list  Ljavafx/collections/ObservableList<Ljava/lang/Double;>;
            4    8     3     n  I
    MethodParameters:
      Name  Flags
      v     

  public java.lang.Double[] get();
    descriptor: ()[Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javafx.scene.shape.Shape$StrokeAttributes$8 this
         0: .line 1477
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$StrokeAttributes$8.this$1:Ljavafx/scene/shape/Shape$StrokeAttributes;
            invokevirtual javafx.scene.shape.Shape$StrokeAttributes.dashArrayProperty:()Ljavafx/collections/ObservableList;
            astore 1 /* list */
        start local 1 // java.util.List list
         1: .line 1478
            aload 1 /* list */
            aload 1 /* list */
            invokeinterface java.util.List.size:()I
            anewarray java.lang.Double
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.Double[]
            areturn
        end local 1 // java.util.List list
        end local 0 // javafx.scene.shape.Shape$StrokeAttributes$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/shape/Shape$StrokeAttributes$8;
            1    2     1  list  Ljava/util/List<Ljava/lang/Double;>;

  public java.lang.Object getBean();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.Shape$StrokeAttributes$8 this
         0: .line 1483
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$StrokeAttributes$8.this$1:Ljavafx/scene/shape/Shape$StrokeAttributes;
            invokestatic javafx.scene.shape.Shape$StrokeAttributes.access$0:(Ljavafx/scene/shape/Shape$StrokeAttributes;)Ljavafx/scene/shape/Shape;
            areturn
        end local 0 // javafx.scene.shape.Shape$StrokeAttributes$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Shape$StrokeAttributes$8;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.Shape$StrokeAttributes$8 this
         0: .line 1488
            ldc "cssDashArray"
            areturn
        end local 0 // javafx.scene.shape.Shape$StrokeAttributes$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Shape$StrokeAttributes$8;

  public javafx.css.CssMetaData<javafx.scene.shape.Shape, java.lang.Number[]> getCssMetaData();
    descriptor: ()Ljavafx/css/CssMetaData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.Shape$StrokeAttributes$8 this
         0: .line 1493
            getstatic javafx.scene.shape.Shape$StyleableProperties.STROKE_DASH_ARRAY:Ljavafx/css/CssMetaData;
            areturn
        end local 0 // javafx.scene.shape.Shape$StrokeAttributes$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Shape$StrokeAttributes$8;
    Signature: ()Ljavafx/css/CssMetaData<Ljavafx/scene/shape/Shape;[Ljava/lang/Number;>;

  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 java.lang.Number[]
            invokevirtual javafx.scene.shape.Shape$StrokeAttributes$8.set:([Ljava/lang/Number;)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.scene.shape.Shape$StrokeAttributes$8.get:()[Ljava/lang/Double;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljavafx/css/StyleableObjectProperty<[Ljava/lang/Number;>;
SourceFile: "Shape.java"
EnclosingMethod: javafx.scene.shape.Shape$StrokeAttributes.cssDashArrayProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.shape.Shape
InnerClasses:
  private final StrokeAttributes = javafx.scene.shape.Shape$StrokeAttributes of javafx.scene.shape.Shape
  javafx.scene.shape.Shape$StrokeAttributes$8
  private StyleableProperties = javafx.scene.shape.Shape$StyleableProperties of javafx.scene.shape.Shape