public class com.sun.javafx.scene.layout.region.BorderImageWidthConverter extends javafx.css.StyleConverter<javafx.css.ParsedValue[], javafx.scene.layout.BorderWidths>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.scene.layout.region.BorderImageWidthConverter
  super_class: javafx.css.StyleConverter
{
  private static final com.sun.javafx.scene.layout.region.BorderImageWidthConverter CONVERTER_INSTANCE;
    descriptor: Lcom/sun/javafx/scene/layout/region/BorderImageWidthConverter;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 40
            ldc Lcom/sun/javafx/scene/layout/region/BorderImageWidthConverter;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.sun.javafx.scene.layout.region.BorderImageWidthConverter.$assertionsDisabled:Z
         3: .line 41
            new com.sun.javafx.scene.layout.region.BorderImageWidthConverter
            dup
            invokespecial com.sun.javafx.scene.layout.region.BorderImageWidthConverter.<init>:()V
            putstatic com.sun.javafx.scene.layout.region.BorderImageWidthConverter.CONVERTER_INSTANCE:Lcom/sun/javafx/scene/layout/region/BorderImageWidthConverter;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.sun.javafx.scene.layout.region.BorderImageWidthConverter getInstance();
    descriptor: ()Lcom/sun/javafx/scene/layout/region/BorderImageWidthConverter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 44
            getstatic com.sun.javafx.scene.layout.region.BorderImageWidthConverter.CONVERTER_INSTANCE:Lcom/sun/javafx/scene/layout/region/BorderImageWidthConverter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.scene.layout.region.BorderImageWidthConverter this
         0: .line 47
            aload 0 /* this */
            invokespecial javafx.css.StyleConverter.<init>:()V
            return
        end local 0 // com.sun.javafx.scene.layout.region.BorderImageWidthConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/scene/layout/region/BorderImageWidthConverter;

  public javafx.scene.layout.BorderWidths convert(javafx.css.ParsedValue<javafx.css.ParsedValue[], javafx.scene.layout.BorderWidths>, javafx.scene.text.Font);
    descriptor: (Ljavafx/css/ParsedValue;Ljavafx/scene/text/Font;)Ljavafx/scene/layout/BorderWidths;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=18, args_size=3
        start local 0 // com.sun.javafx.scene.layout.region.BorderImageWidthConverter this
        start local 1 // javafx.css.ParsedValue value
        start local 2 // javafx.scene.text.Font font
         0: .line 51
            aload 1 /* value */
            invokevirtual javafx.css.ParsedValue.getValue:()Ljava/lang/Object;
            checkcast javafx.css.ParsedValue[]
            astore 3 /* sides */
        start local 3 // javafx.css.ParsedValue[] sides
         1: .line 52
            getstatic com.sun.javafx.scene.layout.region.BorderImageWidthConverter.$assertionsDisabled:Z
            ifne 2
            aload 3 /* sides */
            arraylength
            iconst_4
            if_icmpeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 54
      StackMap locals: javafx.css.ParsedValue[]
      StackMap stack:
            dconst_1
            dstore 4 /* top */
        start local 4 // double top
         3: dconst_1
            dstore 6 /* right */
        start local 6 // double right
         4: dconst_1
            dstore 8 /* bottom */
        start local 8 // double bottom
         5: dconst_1
            dstore 10 /* left */
        start local 10 // double left
         6: .line 55
            iconst_0
            istore 12 /* topPercent */
        start local 12 // boolean topPercent
         7: iconst_0
            istore 13 /* rightPercent */
        start local 13 // boolean rightPercent
         8: iconst_0
            istore 14 /* bottomPercent */
        start local 14 // boolean bottomPercent
         9: iconst_0
            istore 15 /* leftPercent */
        start local 15 // boolean leftPercent
        10: .line 56
            aload 3 /* sides */
            iconst_0
            aaload
            astore 16 /* val */
        start local 16 // javafx.css.ParsedValue val
        11: .line 57
            ldc "auto"
            aload 16 /* val */
            invokevirtual javafx.css.ParsedValue.getValue:()Ljava/lang/Object;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 14
        12: .line 58
            ldc -1.0
            dstore 4 /* top */
        13: .line 59
            goto 19
        14: .line 60
      StackMap locals: com.sun.javafx.scene.layout.region.BorderImageWidthConverter javafx.css.ParsedValue javafx.scene.text.Font javafx.css.ParsedValue[] double double double double int int int int javafx.css.ParsedValue
      StackMap stack:
            aload 16 /* val */
            aload 2 /* font */
            invokevirtual javafx.css.ParsedValue.convert:(Ljavafx/scene/text/Font;)Ljava/lang/Object;
            checkcast javafx.css.Size
            astore 17 /* size */
        start local 17 // javafx.css.Size size
        15: .line 61
            aload 17 /* size */
            aload 2 /* font */
            invokevirtual javafx.css.Size.pixels:(Ljavafx/scene/text/Font;)D
            dstore 4 /* top */
        16: .line 62
            aload 17 /* size */
            invokevirtual javafx.css.Size.getUnits:()Ljavafx/css/SizeUnits;
            getstatic javafx.css.SizeUnits.PERCENT:Ljavafx/css/SizeUnits;
            if_acmpne 17
            iconst_1
            goto 18
      StackMap locals: javafx.css.Size
      StackMap stack:
        17: iconst_0
      StackMap locals:
      StackMap stack: int
        18: istore 12 /* topPercent */
        end local 17 // javafx.css.Size size
        19: .line 65
      StackMap locals:
      StackMap stack:
            aload 3 /* sides */
            iconst_1
            aaload
            astore 16 /* val */
        20: .line 66
            ldc "auto"
            aload 16 /* val */
            invokevirtual javafx.css.ParsedValue.getValue:()Ljava/lang/Object;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 23
        21: .line 67
            ldc -1.0
            dstore 6 /* right */
        22: .line 68
            goto 28
        23: .line 69
      StackMap locals:
      StackMap stack:
            aload 16 /* val */
            aload 2 /* font */
            invokevirtual javafx.css.ParsedValue.convert:(Ljavafx/scene/text/Font;)Ljava/lang/Object;
            checkcast javafx.css.Size
            astore 17 /* size */
        start local 17 // javafx.css.Size size
        24: .line 70
            aload 17 /* size */
            aload 2 /* font */
            invokevirtual javafx.css.Size.pixels:(Ljavafx/scene/text/Font;)D
            dstore 6 /* right */
        25: .line 71
            aload 17 /* size */
            invokevirtual javafx.css.Size.getUnits:()Ljavafx/css/SizeUnits;
            getstatic javafx.css.SizeUnits.PERCENT:Ljavafx/css/SizeUnits;
            if_acmpne 26
            iconst_1
            goto 27
      StackMap locals: javafx.css.Size
      StackMap stack:
        26: iconst_0
      StackMap locals:
      StackMap stack: int
        27: istore 13 /* rightPercent */
        end local 17 // javafx.css.Size size
        28: .line 74
      StackMap locals:
      StackMap stack:
            aload 3 /* sides */
            iconst_2
            aaload
            astore 16 /* val */
        29: .line 75
            ldc "auto"
            aload 16 /* val */
            invokevirtual javafx.css.ParsedValue.getValue:()Ljava/lang/Object;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 32
        30: .line 76
            ldc -1.0
            dstore 8 /* bottom */
        31: .line 77
            goto 37
        32: .line 78
      StackMap locals:
      StackMap stack:
            aload 16 /* val */
            aload 2 /* font */
            invokevirtual javafx.css.ParsedValue.convert:(Ljavafx/scene/text/Font;)Ljava/lang/Object;
            checkcast javafx.css.Size
            astore 17 /* size */
        start local 17 // javafx.css.Size size
        33: .line 79
            aload 17 /* size */
            aload 2 /* font */
            invokevirtual javafx.css.Size.pixels:(Ljavafx/scene/text/Font;)D
            dstore 8 /* bottom */
        34: .line 80
            aload 17 /* size */
            invokevirtual javafx.css.Size.getUnits:()Ljavafx/css/SizeUnits;
            getstatic javafx.css.SizeUnits.PERCENT:Ljavafx/css/SizeUnits;
            if_acmpne 35
            iconst_1
            goto 36
      StackMap locals: javafx.css.Size
      StackMap stack:
        35: iconst_0
      StackMap locals:
      StackMap stack: int
        36: istore 14 /* bottomPercent */
        end local 17 // javafx.css.Size size
        37: .line 83
      StackMap locals:
      StackMap stack:
            aload 3 /* sides */
            iconst_3
            aaload
            astore 16 /* val */
        38: .line 84
            ldc "auto"
            aload 16 /* val */
            invokevirtual javafx.css.ParsedValue.getValue:()Ljava/lang/Object;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 41
        39: .line 85
            ldc -1.0
            dstore 10 /* left */
        40: .line 86
            goto 46
        41: .line 87
      StackMap locals:
      StackMap stack:
            aload 16 /* val */
            aload 2 /* font */
            invokevirtual javafx.css.ParsedValue.convert:(Ljavafx/scene/text/Font;)Ljava/lang/Object;
            checkcast javafx.css.Size
            astore 17 /* size */
        start local 17 // javafx.css.Size size
        42: .line 88
            aload 17 /* size */
            aload 2 /* font */
            invokevirtual javafx.css.Size.pixels:(Ljavafx/scene/text/Font;)D
            dstore 10 /* left */
        43: .line 89
            aload 17 /* size */
            invokevirtual javafx.css.Size.getUnits:()Ljavafx/css/SizeUnits;
            getstatic javafx.css.SizeUnits.PERCENT:Ljavafx/css/SizeUnits;
            if_acmpne 44
            iconst_1
            goto 45
      StackMap locals: javafx.css.Size
      StackMap stack:
        44: iconst_0
      StackMap locals:
      StackMap stack: int
        45: istore 15 /* leftPercent */
        end local 17 // javafx.css.Size size
        46: .line 92
      StackMap locals:
      StackMap stack:
            new javafx.scene.layout.BorderWidths
            dup
            dload 4 /* top */
            dload 6 /* right */
            dload 8 /* bottom */
            dload 10 /* left */
            iload 12 /* topPercent */
            iload 13 /* rightPercent */
            iload 14 /* bottomPercent */
            iload 15 /* leftPercent */
            invokespecial javafx.scene.layout.BorderWidths.<init>:(DDDDZZZZ)V
            areturn
        end local 16 // javafx.css.ParsedValue val
        end local 15 // boolean leftPercent
        end local 14 // boolean bottomPercent
        end local 13 // boolean rightPercent
        end local 12 // boolean topPercent
        end local 10 // double left
        end local 8 // double bottom
        end local 6 // double right
        end local 4 // double top
        end local 3 // javafx.css.ParsedValue[] sides
        end local 2 // javafx.scene.text.Font font
        end local 1 // javafx.css.ParsedValue value
        end local 0 // com.sun.javafx.scene.layout.region.BorderImageWidthConverter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   47     0           this  Lcom/sun/javafx/scene/layout/region/BorderImageWidthConverter;
            0   47     1          value  Ljavafx/css/ParsedValue<[Ljavafx/css/ParsedValue;Ljavafx/scene/layout/BorderWidths;>;
            0   47     2           font  Ljavafx/scene/text/Font;
            1   47     3          sides  [Ljavafx/css/ParsedValue;
            3   47     4            top  D
            4   47     6          right  D
            5   47     8         bottom  D
            6   47    10           left  D
            7   47    12     topPercent  Z
            8   47    13   rightPercent  Z
            9   47    14  bottomPercent  Z
           10   47    15    leftPercent  Z
           11   47    16            val  Ljavafx/css/ParsedValue;
           15   19    17           size  Ljavafx/css/Size;
           24   28    17           size  Ljavafx/css/Size;
           33   37    17           size  Ljavafx/css/Size;
           42   46    17           size  Ljavafx/css/Size;
    Signature: (Ljavafx/css/ParsedValue<[Ljavafx/css/ParsedValue;Ljavafx/scene/layout/BorderWidths;>;Ljavafx/scene/text/Font;)Ljavafx/scene/layout/BorderWidths;
    MethodParameters:
       Name  Flags
      value  
      font   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.scene.layout.region.BorderImageWidthConverter this
         0: .line 97
            ldc "BorderImageWidthConverter"
            areturn
        end local 0 // com.sun.javafx.scene.layout.region.BorderImageWidthConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/scene/layout/region/BorderImageWidthConverter;

  public java.lang.Object convert(javafx.css.ParsedValue, javafx.scene.text.Font);
    descriptor: (Ljavafx/css/ParsedValue;Ljavafx/scene/text/Font;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast javafx.css.ParsedValue
            aload 2
            invokevirtual com.sun.javafx.scene.layout.region.BorderImageWidthConverter.convert:(Ljavafx/css/ParsedValue;Ljavafx/scene/text/Font;)Ljavafx/scene/layout/BorderWidths;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljavafx/css/StyleConverter<[Ljavafx/css/ParsedValue;Ljavafx/scene/layout/BorderWidths;>;
SourceFile: "BorderImageWidthConverter.java"