public final class javafx.css.converter.FontConverter$FontWeightConverter extends javafx.css.StyleConverter<java.lang.String, javafx.scene.text.FontWeight>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javafx.css.converter.FontConverter$FontWeightConverter
  super_class: javafx.css.StyleConverter
{
  public static javafx.css.converter.FontConverter$FontWeightConverter getInstance();
    descriptor: ()Ljavafx/css/converter/FontConverter$FontWeightConverter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 167
            getstatic javafx.css.converter.FontConverter$FontWeightConverter$Holder.INSTANCE:Ljavafx/css/converter/FontConverter$FontWeightConverter;
            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 // javafx.css.converter.FontConverter$FontWeightConverter this
         0: .line 171
            aload 0 /* this */
            invokespecial javafx.css.StyleConverter.<init>:()V
         1: .line 172
            return
        end local 0 // javafx.css.converter.FontConverter$FontWeightConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/css/converter/FontConverter$FontWeightConverter;

  public javafx.scene.text.FontWeight convert(javafx.css.ParsedValue<java.lang.String, javafx.scene.text.FontWeight>, javafx.scene.text.Font);
    descriptor: (Ljavafx/css/ParsedValue;Ljavafx/scene/text/Font;)Ljavafx/scene/text/FontWeight;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // javafx.css.converter.FontConverter$FontWeightConverter this
        start local 1 // javafx.css.ParsedValue value
        start local 2 // javafx.scene.text.Font font
         0: .line 179
            aload 1 /* value */
            invokevirtual javafx.css.ParsedValue.getValue:()Ljava/lang/Object;
            astore 3 /* val */
        start local 3 // java.lang.Object val
         1: .line 181
            aconst_null
            astore 4 /* weight */
        start local 4 // javafx.scene.text.FontWeight weight
         2: .line 183
            aload 3 /* val */
            instanceof java.lang.String
            ifeq 11
         3: .line 185
            aload 3 /* val */
            checkcast java.lang.String
            getstatic java.util.Locale.ROOT:Ljava/util/Locale;
            invokevirtual java.lang.String.toUpperCase:(Ljava/util/Locale;)Ljava/lang/String;
            astore 5 /* sval */
        start local 5 // java.lang.String sval
         4: .line 186
            ldc Ljavafx/scene/text/FontWeight;
            aload 5 /* sval */
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast javafx.scene.text.FontWeight
            astore 4 /* weight */
        end local 5 // java.lang.String sval
         5: .line 187
            goto 13
      StackMap locals: javafx.css.converter.FontConverter$FontWeightConverter javafx.css.ParsedValue javafx.scene.text.Font java.lang.Object javafx.scene.text.FontWeight
      StackMap stack: java.lang.IllegalArgumentException
         6: pop
         7: .line 188
            getstatic javafx.scene.text.FontWeight.NORMAL:Ljavafx/scene/text/FontWeight;
            astore 4 /* weight */
            goto 13
         8: .line 189
      StackMap locals:
      StackMap stack: java.lang.NullPointerException
            pop
         9: .line 190
            getstatic javafx.scene.text.FontWeight.NORMAL:Ljavafx/scene/text/FontWeight;
            astore 4 /* weight */
        10: .line 193
            goto 13
      StackMap locals:
      StackMap stack:
        11: aload 3 /* val */
            instanceof javafx.scene.text.FontWeight
            ifeq 13
        12: .line 194
            aload 3 /* val */
            checkcast javafx.scene.text.FontWeight
            astore 4 /* weight */
        13: .line 197
      StackMap locals:
      StackMap stack:
            aload 4 /* weight */
            areturn
        end local 4 // javafx.scene.text.FontWeight weight
        end local 3 // java.lang.Object val
        end local 2 // javafx.scene.text.Font font
        end local 1 // javafx.css.ParsedValue value
        end local 0 // javafx.css.converter.FontConverter$FontWeightConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Ljavafx/css/converter/FontConverter$FontWeightConverter;
            0   14     1   value  Ljavafx/css/ParsedValue<Ljava/lang/String;Ljavafx/scene/text/FontWeight;>;
            0   14     2    font  Ljavafx/scene/text/Font;
            1   14     3     val  Ljava/lang/Object;
            2   14     4  weight  Ljavafx/scene/text/FontWeight;
            4    5     5    sval  Ljava/lang/String;
      Exception table:
        from    to  target  type
           3     5       6  Class java.lang.IllegalArgumentException
           3     5       8  Class java.lang.NullPointerException
    Signature: (Ljavafx/css/ParsedValue<Ljava/lang/String;Ljavafx/scene/text/FontWeight;>;Ljavafx/scene/text/Font;)Ljavafx/scene/text/FontWeight;
    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 // javafx.css.converter.FontConverter$FontWeightConverter this
         0: .line 202
            ldc "FontConverter.WeightConverter"
            areturn
        end local 0 // javafx.css.converter.FontConverter$FontWeightConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/css/converter/FontConverter$FontWeightConverter;

  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 javafx.css.converter.FontConverter$FontWeightConverter.convert:(Ljavafx/css/ParsedValue;Ljavafx/scene/text/Font;)Ljavafx/scene/text/FontWeight;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljavafx/css/StyleConverter<Ljava/lang/String;Ljavafx/scene/text/FontWeight;>;
SourceFile: "FontConverter.java"
NestHost: javafx.css.converter.FontConverter
InnerClasses:
  public final FontWeightConverter = javafx.css.converter.FontConverter$FontWeightConverter of javafx.css.converter.FontConverter
  private Holder = javafx.css.converter.FontConverter$FontWeightConverter$Holder of javafx.css.converter.FontConverter$FontWeightConverter