public class javafx.css.converter.ShapeConverter extends javafx.css.StyleConverter<java.lang.String, javafx.scene.shape.Shape>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.css.converter.ShapeConverter
  super_class: javafx.css.StyleConverter
{
  private static final javafx.css.converter.ShapeConverter INSTANCE;
    descriptor: Ljavafx/css/converter/ShapeConverter;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static java.util.Map<javafx.css.ParsedValue<java.lang.String, javafx.scene.shape.Shape>, javafx.scene.shape.Shape> cache;
    descriptor: Ljava/util/Map;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/Map<Ljavafx/css/ParsedValue<Ljava/lang/String;Ljavafx/scene/shape/Shape;>;Ljavafx/scene/shape/Shape;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 42
            new javafx.css.converter.ShapeConverter
            dup
            invokespecial javafx.css.converter.ShapeConverter.<init>:()V
            putstatic javafx.css.converter.ShapeConverter.INSTANCE:Ljavafx/css/converter/ShapeConverter;
         1: .line 61
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.css.converter.ShapeConverter this
         0: .line 41
            aload 0 /* this */
            invokespecial javafx.css.StyleConverter.<init>:()V
            return
        end local 0 // javafx.css.converter.ShapeConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/css/converter/ShapeConverter;

  public static javafx.css.StyleConverter<java.lang.String, javafx.scene.shape.Shape> getInstance();
    descriptor: ()Ljavafx/css/StyleConverter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 44
            getstatic javafx.css.converter.ShapeConverter.INSTANCE:Ljavafx/css/converter/ShapeConverter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljavafx/css/StyleConverter<Ljava/lang/String;Ljavafx/scene/shape/Shape;>;

  public javafx.scene.shape.Shape convert(javafx.css.ParsedValue<java.lang.String, javafx.scene.shape.Shape>, javafx.scene.text.Font);
    descriptor: (Ljavafx/css/ParsedValue;Ljavafx/scene/text/Font;)Ljavafx/scene/shape/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // javafx.css.converter.ShapeConverter this
        start local 1 // javafx.css.ParsedValue value
        start local 2 // javafx.scene.text.Font font
         0: .line 48
            aload 0 /* this */
            aload 1 /* value */
            invokespecial javafx.css.StyleConverter.getCachedValue:(Ljavafx/css/ParsedValue;)Ljava/lang/Object;
            checkcast javafx.scene.shape.Shape
            astore 3 /* shape */
        start local 3 // javafx.scene.shape.Shape shape
         1: .line 49
            aload 3 /* shape */
            ifnull 2
            aload 3 /* shape */
            areturn
         2: .line 51
      StackMap locals: javafx.scene.shape.Shape
      StackMap stack:
            aload 1 /* value */
            invokevirtual javafx.css.ParsedValue.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* svg */
        start local 4 // java.lang.String svg
         3: .line 52
            aload 4 /* svg */
            ifnull 4
            aload 4 /* svg */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 5
      StackMap locals: java.lang.String
      StackMap stack:
         4: aconst_null
            areturn
         5: .line 53
      StackMap locals:
      StackMap stack:
            new javafx.scene.shape.SVGPath
            dup
            invokespecial javafx.scene.shape.SVGPath.<init>:()V
            astore 5 /* path */
        start local 5 // javafx.scene.shape.SVGPath path
         6: .line 54
            aload 5 /* path */
            aload 4 /* svg */
            invokevirtual javafx.scene.shape.SVGPath.setContent:(Ljava/lang/String;)V
         7: .line 56
            aload 0 /* this */
            aload 1 /* value */
            aload 5 /* path */
            invokespecial javafx.css.StyleConverter.cacheValue:(Ljavafx/css/ParsedValue;Ljava/lang/Object;)V
         8: .line 58
            aload 5 /* path */
            areturn
        end local 5 // javafx.scene.shape.SVGPath path
        end local 4 // java.lang.String svg
        end local 3 // javafx.scene.shape.Shape shape
        end local 2 // javafx.scene.text.Font font
        end local 1 // javafx.css.ParsedValue value
        end local 0 // javafx.css.converter.ShapeConverter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Ljavafx/css/converter/ShapeConverter;
            0    9     1  value  Ljavafx/css/ParsedValue<Ljava/lang/String;Ljavafx/scene/shape/Shape;>;
            0    9     2   font  Ljavafx/scene/text/Font;
            1    9     3  shape  Ljavafx/scene/shape/Shape;
            3    9     4    svg  Ljava/lang/String;
            6    9     5   path  Ljavafx/scene/shape/SVGPath;
    Signature: (Ljavafx/css/ParsedValue<Ljava/lang/String;Ljavafx/scene/shape/Shape;>;Ljavafx/scene/text/Font;)Ljavafx/scene/shape/Shape;
    MethodParameters:
       Name  Flags
      value  
      font   

  public static void clearCache();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 63
            getstatic javafx.css.converter.ShapeConverter.cache:Ljava/util/Map;
            ifnull 1
            getstatic javafx.css.converter.ShapeConverter.cache:Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
      StackMap locals:
      StackMap stack:
         1: return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.ShapeConverter.convert:(Ljavafx/css/ParsedValue;Ljavafx/scene/text/Font;)Ljavafx/scene/shape/Shape;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljavafx/css/StyleConverter<Ljava/lang/String;Ljavafx/scene/shape/Shape;>;
SourceFile: "ShapeConverter.java"