public final class javafx.scene.layout.BorderStrokeStyle
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javafx.scene.layout.BorderStrokeStyle
  super_class: java.lang.Object
{
  private static final java.util.List<java.lang.Double> DOTTED_LIST;
    descriptor: Ljava/util/List;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Double;>;

  private static final java.util.List<java.lang.Double> DASHED_LIST;
    descriptor: Ljava/util/List;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Double;>;

  public static final javafx.scene.layout.BorderStrokeStyle NONE;
    descriptor: Ljavafx/scene/layout/BorderStrokeStyle;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.layout.BorderStrokeStyle DOTTED;
    descriptor: Ljavafx/scene/layout/BorderStrokeStyle;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.layout.BorderStrokeStyle DASHED;
    descriptor: Ljavafx/scene/layout/BorderStrokeStyle;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.layout.BorderStrokeStyle SOLID;
    descriptor: Ljavafx/scene/layout/BorderStrokeStyle;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private final javafx.scene.shape.StrokeType type;
    descriptor: Ljavafx/scene/shape/StrokeType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final javafx.scene.shape.StrokeLineJoin lineJoin;
    descriptor: Ljavafx/scene/shape/StrokeLineJoin;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final javafx.scene.shape.StrokeLineCap lineCap;
    descriptor: Ljavafx/scene/shape/StrokeLineCap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double miterLimit;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double dashOffset;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<java.lang.Double> dashArray;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Double;>;

  private final int hash;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=10, locals=0, args_size=0
         0: .line 45
            iconst_2
            newarray 7
            dup
            iconst_0
            dconst_0
            dastore
            dup
            iconst_1
            ldc 2.0
            dastore
            invokestatic javafx.scene.layout.BorderStrokeStyle.asList:([D)Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putstatic javafx.scene.layout.BorderStrokeStyle.DOTTED_LIST:Ljava/util/List;
         1: .line 46
            iconst_2
            newarray 7
            dup
            iconst_0
            ldc 2.0
            dastore
            dup
            iconst_1
            ldc 1.4
            dastore
            invokestatic javafx.scene.layout.BorderStrokeStyle.asList:([D)Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putstatic javafx.scene.layout.BorderStrokeStyle.DASHED_LIST:Ljava/util/List;
         2: .line 51
            new javafx.scene.layout.BorderStrokeStyle
            dup
         3: .line 52
            getstatic javafx.scene.shape.StrokeType.INSIDE:Ljavafx/scene/shape/StrokeType;
            getstatic javafx.scene.shape.StrokeLineJoin.MITER:Ljavafx/scene/shape/StrokeLineJoin;
            getstatic javafx.scene.shape.StrokeLineCap.BUTT:Ljavafx/scene/shape/StrokeLineCap;
            dconst_0
            dconst_0
            aconst_null
         4: .line 51
            invokespecial javafx.scene.layout.BorderStrokeStyle.<init>:(Ljavafx/scene/shape/StrokeType;Ljavafx/scene/shape/StrokeLineJoin;Ljavafx/scene/shape/StrokeLineCap;DDLjava/util/List;)V
            putstatic javafx.scene.layout.BorderStrokeStyle.NONE:Ljavafx/scene/layout/BorderStrokeStyle;
         5: .line 57
            new javafx.scene.layout.BorderStrokeStyle
            dup
         6: .line 58
            getstatic javafx.scene.shape.StrokeType.INSIDE:Ljavafx/scene/shape/StrokeType;
            getstatic javafx.scene.shape.StrokeLineJoin.MITER:Ljavafx/scene/shape/StrokeLineJoin;
            getstatic javafx.scene.shape.StrokeLineCap.ROUND:Ljavafx/scene/shape/StrokeLineCap;
            ldc 10.0
            dconst_0
            getstatic javafx.scene.layout.BorderStrokeStyle.DOTTED_LIST:Ljava/util/List;
         7: .line 57
            invokespecial javafx.scene.layout.BorderStrokeStyle.<init>:(Ljavafx/scene/shape/StrokeType;Ljavafx/scene/shape/StrokeLineJoin;Ljavafx/scene/shape/StrokeLineCap;DDLjava/util/List;)V
            putstatic javafx.scene.layout.BorderStrokeStyle.DOTTED:Ljavafx/scene/layout/BorderStrokeStyle;
         8: .line 63
            new javafx.scene.layout.BorderStrokeStyle
            dup
         9: .line 64
            getstatic javafx.scene.shape.StrokeType.INSIDE:Ljavafx/scene/shape/StrokeType;
            getstatic javafx.scene.shape.StrokeLineJoin.MITER:Ljavafx/scene/shape/StrokeLineJoin;
            getstatic javafx.scene.shape.StrokeLineCap.BUTT:Ljavafx/scene/shape/StrokeLineCap;
            ldc 10.0
            dconst_0
            getstatic javafx.scene.layout.BorderStrokeStyle.DASHED_LIST:Ljava/util/List;
        10: .line 63
            invokespecial javafx.scene.layout.BorderStrokeStyle.<init>:(Ljavafx/scene/shape/StrokeType;Ljavafx/scene/shape/StrokeLineJoin;Ljavafx/scene/shape/StrokeLineCap;DDLjava/util/List;)V
            putstatic javafx.scene.layout.BorderStrokeStyle.DASHED:Ljavafx/scene/layout/BorderStrokeStyle;
        11: .line 69
            new javafx.scene.layout.BorderStrokeStyle
            dup
        12: .line 70
            getstatic javafx.scene.shape.StrokeType.INSIDE:Ljavafx/scene/shape/StrokeType;
            getstatic javafx.scene.shape.StrokeLineJoin.MITER:Ljavafx/scene/shape/StrokeLineJoin;
            getstatic javafx.scene.shape.StrokeLineCap.BUTT:Ljavafx/scene/shape/StrokeLineCap;
            ldc 10.0
            dconst_0
            aconst_null
        13: .line 69
            invokespecial javafx.scene.layout.BorderStrokeStyle.<init>:(Ljavafx/scene/shape/StrokeType;Ljavafx/scene/shape/StrokeLineJoin;Ljavafx/scene/shape/StrokeLineCap;DDLjava/util/List;)V
            putstatic javafx.scene.layout.BorderStrokeStyle.SOLID:Ljavafx/scene/layout/BorderStrokeStyle;
        14: .line 70
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public final javafx.scene.shape.StrokeType getType();
    descriptor: ()Ljavafx/scene/shape/StrokeType;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.layout.BorderStrokeStyle this
         0: .line 80
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.type:Ljavafx/scene/shape/StrokeType;
            areturn
        end local 0 // javafx.scene.layout.BorderStrokeStyle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/layout/BorderStrokeStyle;

  public final javafx.scene.shape.StrokeLineJoin getLineJoin();
    descriptor: ()Ljavafx/scene/shape/StrokeLineJoin;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.layout.BorderStrokeStyle this
         0: .line 92
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.lineJoin:Ljavafx/scene/shape/StrokeLineJoin;
            areturn
        end local 0 // javafx.scene.layout.BorderStrokeStyle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/layout/BorderStrokeStyle;

  public final javafx.scene.shape.StrokeLineCap getLineCap();
    descriptor: ()Ljavafx/scene/shape/StrokeLineCap;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.layout.BorderStrokeStyle this
         0: .line 104
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.lineCap:Ljavafx/scene/shape/StrokeLineCap;
            areturn
        end local 0 // javafx.scene.layout.BorderStrokeStyle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/layout/BorderStrokeStyle;

  public final double getMiterLimit();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.layout.BorderStrokeStyle this
         0: .line 113
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.miterLimit:D
            dreturn
        end local 0 // javafx.scene.layout.BorderStrokeStyle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/layout/BorderStrokeStyle;

  public final double getDashOffset();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.layout.BorderStrokeStyle this
         0: .line 125
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.dashOffset:D
            dreturn
        end local 0 // javafx.scene.layout.BorderStrokeStyle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/layout/BorderStrokeStyle;

  public final java.util.List<java.lang.Double> getDashArray();
    descriptor: ()Ljava/util/List;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.layout.BorderStrokeStyle this
         0: .line 141
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.dashArray:Ljava/util/List;
            areturn
        end local 0 // javafx.scene.layout.BorderStrokeStyle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/layout/BorderStrokeStyle;
    Signature: ()Ljava/util/List<Ljava/lang/Double;>;

  public void <init>(javafx.scene.shape.StrokeType, javafx.scene.shape.StrokeLineJoin, javafx.scene.shape.StrokeLineCap, double, double, java.util.List<java.lang.Double>);
    descriptor: (Ljavafx/scene/shape/StrokeType;Ljavafx/scene/shape/StrokeLineJoin;Ljavafx/scene/shape/StrokeLineCap;DDLjava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=7
        start local 0 // javafx.scene.layout.BorderStrokeStyle this
        start local 1 // javafx.scene.shape.StrokeType type
        start local 2 // javafx.scene.shape.StrokeLineJoin lineJoin
        start local 3 // javafx.scene.shape.StrokeLineCap lineCap
        start local 4 // double miterLimit
        start local 6 // double dashOffset
        start local 8 // java.util.List dashArray
         0: .line 160
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 163
            aload 0 /* this */
            aload 1 /* type */
            ifnull 3
         2: .line 164
            aload 1 /* type */
            goto 4
      StackMap locals: javafx.scene.layout.BorderStrokeStyle javafx.scene.shape.StrokeType javafx.scene.shape.StrokeLineJoin javafx.scene.shape.StrokeLineCap double double java.util.List
      StackMap stack: javafx.scene.layout.BorderStrokeStyle
         3: getstatic javafx.scene.shape.StrokeType.CENTERED:Ljavafx/scene/shape/StrokeType;
         4: .line 163
      StackMap locals: javafx.scene.layout.BorderStrokeStyle javafx.scene.shape.StrokeType javafx.scene.shape.StrokeLineJoin javafx.scene.shape.StrokeLineCap double double java.util.List
      StackMap stack: javafx.scene.layout.BorderStrokeStyle javafx.scene.shape.StrokeType
            putfield javafx.scene.layout.BorderStrokeStyle.type:Ljavafx/scene/shape/StrokeType;
         5: .line 165
            aload 0 /* this */
            aload 2 /* lineJoin */
            ifnull 7
         6: .line 166
            aload 2 /* lineJoin */
            goto 8
      StackMap locals:
      StackMap stack: javafx.scene.layout.BorderStrokeStyle
         7: getstatic javafx.scene.shape.StrokeLineJoin.MITER:Ljavafx/scene/shape/StrokeLineJoin;
         8: .line 165
      StackMap locals: javafx.scene.layout.BorderStrokeStyle javafx.scene.shape.StrokeType javafx.scene.shape.StrokeLineJoin javafx.scene.shape.StrokeLineCap double double java.util.List
      StackMap stack: javafx.scene.layout.BorderStrokeStyle javafx.scene.shape.StrokeLineJoin
            putfield javafx.scene.layout.BorderStrokeStyle.lineJoin:Ljavafx/scene/shape/StrokeLineJoin;
         9: .line 167
            aload 0 /* this */
            aload 3 /* lineCap */
            ifnull 11
        10: .line 168
            aload 3 /* lineCap */
            goto 12
      StackMap locals:
      StackMap stack: javafx.scene.layout.BorderStrokeStyle
        11: getstatic javafx.scene.shape.StrokeLineCap.BUTT:Ljavafx/scene/shape/StrokeLineCap;
        12: .line 167
      StackMap locals: javafx.scene.layout.BorderStrokeStyle javafx.scene.shape.StrokeType javafx.scene.shape.StrokeLineJoin javafx.scene.shape.StrokeLineCap double double java.util.List
      StackMap stack: javafx.scene.layout.BorderStrokeStyle javafx.scene.shape.StrokeLineCap
            putfield javafx.scene.layout.BorderStrokeStyle.lineCap:Ljavafx/scene/shape/StrokeLineCap;
        13: .line 169
            aload 0 /* this */
            dload 4 /* miterLimit */
            putfield javafx.scene.layout.BorderStrokeStyle.miterLimit:D
        14: .line 170
            aload 0 /* this */
            dload 6 /* dashOffset */
            putfield javafx.scene.layout.BorderStrokeStyle.dashOffset:D
        15: .line 172
            aload 8 /* dashArray */
            ifnonnull 18
        16: .line 173
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield javafx.scene.layout.BorderStrokeStyle.dashArray:Ljava/util/List;
        17: .line 174
            goto 23
        18: .line 175
      StackMap locals:
      StackMap stack:
            aload 8 /* dashArray */
            getstatic javafx.scene.layout.BorderStrokeStyle.DASHED_LIST:Ljava/util/List;
            if_acmpeq 19
            aload 8 /* dashArray */
            getstatic javafx.scene.layout.BorderStrokeStyle.DOTTED_LIST:Ljava/util/List;
            if_acmpne 21
        19: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 8 /* dashArray */
            putfield javafx.scene.layout.BorderStrokeStyle.dashArray:Ljava/util/List;
        20: .line 179
            goto 23
        21: .line 182
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            aload 8 /* dashArray */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 9 /* list */
        start local 9 // java.util.List list
        22: .line 183
            aload 0 /* this */
            aload 9 /* list */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield javafx.scene.layout.BorderStrokeStyle.dashArray:Ljava/util/List;
        end local 9 // java.util.List list
        23: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.type:Ljavafx/scene/shape/StrokeType;
            invokevirtual javafx.scene.shape.StrokeType.hashCode:()I
            istore 9 /* result */
        start local 9 // int result
        24: .line 194
            bipush 31
            iload 9 /* result */
            imul
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.lineJoin:Ljavafx/scene/shape/StrokeLineJoin;
            invokevirtual javafx.scene.shape.StrokeLineJoin.hashCode:()I
            iadd
            istore 9 /* result */
        25: .line 195
            bipush 31
            iload 9 /* result */
            imul
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.lineCap:Ljavafx/scene/shape/StrokeLineCap;
            invokevirtual javafx.scene.shape.StrokeLineCap.hashCode:()I
            iadd
            istore 9 /* result */
        26: .line 196
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.miterLimit:D
            dconst_0
            dcmpl
            ifeq 27
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.miterLimit:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            goto 28
      StackMap locals: int
      StackMap stack:
        27: lconst_0
      StackMap locals:
      StackMap stack: long
        28: lstore 10 /* temp */
        start local 10 // long temp
        29: .line 197
            bipush 31
            iload 9 /* result */
            imul
            lload 10 /* temp */
            lload 10 /* temp */
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 9 /* result */
        30: .line 198
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.dashOffset:D
            dconst_0
            dcmpl
            ifeq 31
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.dashOffset:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            goto 32
      StackMap locals: long
      StackMap stack:
        31: lconst_0
      StackMap locals:
      StackMap stack: long
        32: lstore 10 /* temp */
        33: .line 199
            bipush 31
            iload 9 /* result */
            imul
            lload 10 /* temp */
            lload 10 /* temp */
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 9 /* result */
        34: .line 200
            bipush 31
            iload 9 /* result */
            imul
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.dashArray:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 9 /* result */
        35: .line 201
            aload 0 /* this */
            iload 9 /* result */
            putfield javafx.scene.layout.BorderStrokeStyle.hash:I
        36: .line 202
            return
        end local 10 // long temp
        end local 9 // int result
        end local 8 // java.util.List dashArray
        end local 6 // double dashOffset
        end local 4 // double miterLimit
        end local 3 // javafx.scene.shape.StrokeLineCap lineCap
        end local 2 // javafx.scene.shape.StrokeLineJoin lineJoin
        end local 1 // javafx.scene.shape.StrokeType type
        end local 0 // javafx.scene.layout.BorderStrokeStyle this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   37     0        this  Ljavafx/scene/layout/BorderStrokeStyle;
            0   37     1        type  Ljavafx/scene/shape/StrokeType;
            0   37     2    lineJoin  Ljavafx/scene/shape/StrokeLineJoin;
            0   37     3     lineCap  Ljavafx/scene/shape/StrokeLineCap;
            0   37     4  miterLimit  D
            0   37     6  dashOffset  D
            0   37     8   dashArray  Ljava/util/List<Ljava/lang/Double;>;
           22   23     9        list  Ljava/util/List<Ljava/lang/Double;>;
           24   37     9      result  I
           29   37    10        temp  J
    Signature: (Ljavafx/scene/shape/StrokeType;Ljavafx/scene/shape/StrokeLineJoin;Ljavafx/scene/shape/StrokeLineCap;DDLjava/util/List<Ljava/lang/Double;>;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        javafx.beans.NamedArg(value = "type")
      1:
        javafx.beans.NamedArg(value = "lineJoin")
      2:
        javafx.beans.NamedArg(value = "lineCap")
      3:
        javafx.beans.NamedArg(value = "miterLimit")
      4:
        javafx.beans.NamedArg(value = "dashOffset")
      5:
        javafx.beans.NamedArg(value = "dashArray")
    MethodParameters:
            Name  Flags
      type        
      lineJoin    
      lineCap     
      miterLimit  
      dashOffset  
      dashArray   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javafx.scene.layout.BorderStrokeStyle this
         0: .line 208
            aload 0 /* this */
            getstatic javafx.scene.layout.BorderStrokeStyle.NONE:Ljavafx/scene/layout/BorderStrokeStyle;
            if_acmpne 2
         1: .line 209
            ldc "BorderStyle.NONE"
            areturn
         2: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic javafx.scene.layout.BorderStrokeStyle.DASHED:Ljavafx/scene/layout/BorderStrokeStyle;
            if_acmpne 4
         3: .line 211
            ldc "BorderStyle.DASHED"
            areturn
         4: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic javafx.scene.layout.BorderStrokeStyle.DOTTED:Ljavafx/scene/layout/BorderStrokeStyle;
            if_acmpne 6
         5: .line 213
            ldc "BorderStyle.DOTTED"
            areturn
         6: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic javafx.scene.layout.BorderStrokeStyle.SOLID:Ljavafx/scene/layout/BorderStrokeStyle;
            if_acmpne 8
         7: .line 215
            ldc "BorderStyle.SOLID"
            areturn
         8: .line 217
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuilder buffer
         9: .line 218
            aload 1 /* buffer */
            ldc "BorderStyle: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        10: .line 219
            aload 1 /* buffer */
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.type:Ljavafx/scene/shape/StrokeType;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        11: .line 220
            aload 1 /* buffer */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        12: .line 221
            aload 1 /* buffer */
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.lineJoin:Ljavafx/scene/shape/StrokeLineJoin;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        13: .line 222
            aload 1 /* buffer */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        14: .line 223
            aload 1 /* buffer */
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.lineCap:Ljavafx/scene/shape/StrokeLineCap;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        15: .line 224
            aload 1 /* buffer */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        16: .line 225
            aload 1 /* buffer */
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.miterLimit:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
        17: .line 226
            aload 1 /* buffer */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        18: .line 227
            aload 1 /* buffer */
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.dashOffset:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
        19: .line 228
            aload 1 /* buffer */
            ldc ", ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        20: .line 229
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.dashArray:Ljava/util/List;
            ifnull 22
        21: .line 230
            aload 1 /* buffer */
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.dashArray:Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        22: .line 232
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 1 /* buffer */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        23: .line 233
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder buffer
        end local 0 // javafx.scene.layout.BorderStrokeStyle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   24     0    this  Ljavafx/scene/layout/BorderStrokeStyle;
            9   24     1  buffer  Ljava/lang/StringBuilder;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.scene.layout.BorderStrokeStyle this
        start local 1 // java.lang.Object o
         0: .line 241
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic javafx.scene.layout.BorderStrokeStyle.NONE:Ljavafx/scene/layout/BorderStrokeStyle;
            if_acmpne 2
            aload 1 /* o */
            getstatic javafx.scene.layout.BorderStrokeStyle.NONE:Ljavafx/scene/layout/BorderStrokeStyle;
            if_acmpne 3
      StackMap locals:
      StackMap stack:
         2: aload 1 /* o */
            getstatic javafx.scene.layout.BorderStrokeStyle.NONE:Ljavafx/scene/layout/BorderStrokeStyle;
            if_acmpne 4
            aload 0 /* this */
            getstatic javafx.scene.layout.BorderStrokeStyle.NONE:Ljavafx/scene/layout/BorderStrokeStyle;
            if_acmpeq 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
         4: .line 243
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 5
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
         6: .line 244
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast javafx.scene.layout.BorderStrokeStyle
            astore 2 /* that */
        start local 2 // javafx.scene.layout.BorderStrokeStyle that
         7: .line 245
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.hash:I
            aload 2 /* that */
            getfield javafx.scene.layout.BorderStrokeStyle.hash:I
            if_icmpeq 8
            iconst_0
            ireturn
         8: .line 246
      StackMap locals: javafx.scene.layout.BorderStrokeStyle
      StackMap stack:
            aload 2 /* that */
            getfield javafx.scene.layout.BorderStrokeStyle.dashOffset:D
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.dashOffset:D
            invokestatic java.lang.Double.compare:(DD)I
            ifeq 9
            iconst_0
            ireturn
         9: .line 247
      StackMap locals:
      StackMap stack:
            aload 2 /* that */
            getfield javafx.scene.layout.BorderStrokeStyle.miterLimit:D
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.miterLimit:D
            invokestatic java.lang.Double.compare:(DD)I
            ifeq 10
            iconst_0
            ireturn
        10: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.dashArray:Ljava/util/List;
            aload 2 /* that */
            getfield javafx.scene.layout.BorderStrokeStyle.dashArray:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 11
            iconst_0
            ireturn
        11: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.lineCap:Ljavafx/scene/shape/StrokeLineCap;
            aload 2 /* that */
            getfield javafx.scene.layout.BorderStrokeStyle.lineCap:Ljavafx/scene/shape/StrokeLineCap;
            if_acmpeq 12
            iconst_0
            ireturn
        12: .line 250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.lineJoin:Ljavafx/scene/shape/StrokeLineJoin;
            aload 2 /* that */
            getfield javafx.scene.layout.BorderStrokeStyle.lineJoin:Ljavafx/scene/shape/StrokeLineJoin;
            if_acmpeq 13
            iconst_0
            ireturn
        13: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.type:Ljavafx/scene/shape/StrokeType;
            aload 2 /* that */
            getfield javafx.scene.layout.BorderStrokeStyle.type:Ljavafx/scene/shape/StrokeType;
            if_acmpeq 14
            iconst_0
            ireturn
        14: .line 253
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // javafx.scene.layout.BorderStrokeStyle that
        end local 1 // java.lang.Object o
        end local 0 // javafx.scene.layout.BorderStrokeStyle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Ljavafx/scene/layout/BorderStrokeStyle;
            0   15     1     o  Ljava/lang/Object;
            7   15     2  that  Ljavafx/scene/layout/BorderStrokeStyle;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.layout.BorderStrokeStyle this
         0: .line 260
            aload 0 /* this */
            getfield javafx.scene.layout.BorderStrokeStyle.hash:I
            ireturn
        end local 0 // javafx.scene.layout.BorderStrokeStyle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/layout/BorderStrokeStyle;

  private static java.util.List<java.lang.Double> asList(double[]);
    descriptor: ([D)Ljava/util/List;
    flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // double[] items
         0: .line 264
            new java.util.ArrayList
            dup
            aload 0 /* items */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* list */
        start local 1 // java.util.List list
         1: .line 265
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 266
      StackMap locals: java.util.List int
      StackMap stack:
            aload 1 /* list */
            aload 0 /* items */
            iload 2 /* i */
            daload
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 265
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* items */
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 268
            aload 1 /* list */
            areturn
        end local 1 // java.util.List list
        end local 0 // double[] items
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0  items  [D
            1    7     1   list  Ljava/util/List<Ljava/lang/Double;>;
            2    6     2      i  I
    Signature: ([D)Ljava/util/List<Ljava/lang/Double;>;
    MethodParameters:
       Name  Flags
      items  
}
SourceFile: "BorderStrokeStyle.java"