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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 43
            new com.sun.javafx.scene.layout.region.LayeredBackgroundPositionConverter
            dup
            invokespecial com.sun.javafx.scene.layout.region.LayeredBackgroundPositionConverter.<init>:()V
         1: .line 42
            putstatic com.sun.javafx.scene.layout.region.LayeredBackgroundPositionConverter.LAYERED_BACKGROUND_POSITION_CONVERTER:Lcom/sun/javafx/scene/layout/region/LayeredBackgroundPositionConverter;
         2: .line 43
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.sun.javafx.scene.layout.region.LayeredBackgroundPositionConverter getInstance();
    descriptor: ()Lcom/sun/javafx/scene/layout/region/LayeredBackgroundPositionConverter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 46
            getstatic com.sun.javafx.scene.layout.region.LayeredBackgroundPositionConverter.LAYERED_BACKGROUND_POSITION_CONVERTER:Lcom/sun/javafx/scene/layout/region/LayeredBackgroundPositionConverter;
            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.LayeredBackgroundPositionConverter this
         0: .line 50
            aload 0 /* this */
            invokespecial javafx.css.StyleConverter.<init>:()V
         1: .line 51
            return
        end local 0 // com.sun.javafx.scene.layout.region.LayeredBackgroundPositionConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/scene/layout/region/LayeredBackgroundPositionConverter;

  public javafx.scene.layout.BackgroundPosition[] convert(javafx.css.ParsedValue<javafx.css.ParsedValue<javafx.css.ParsedValue[], javafx.scene.layout.BackgroundPosition>, javafx.scene.layout.BackgroundPosition[]>[], javafx.scene.text.Font);
    descriptor: (Ljavafx/css/ParsedValue;Ljavafx/scene/text/Font;)[Ljavafx/scene/layout/BackgroundPosition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // com.sun.javafx.scene.layout.region.LayeredBackgroundPositionConverter this
        start local 1 // javafx.css.ParsedValue value
        start local 2 // javafx.scene.text.Font font
         0: .line 55
            aload 1 /* value */
            invokevirtual javafx.css.ParsedValue.getValue:()Ljava/lang/Object;
            checkcast javafx.css.ParsedValue[]
            astore 3 /* layers */
        start local 3 // javafx.css.ParsedValue[] layers
         1: .line 56
            aload 3 /* layers */
            arraylength
            anewarray javafx.scene.layout.BackgroundPosition
            astore 4 /* positions */
        start local 4 // javafx.scene.layout.BackgroundPosition[] positions
         2: .line 57
            iconst_0
            istore 5 /* l */
        start local 5 // int l
         3: goto 6
         4: .line 58
      StackMap locals: javafx.css.ParsedValue[] javafx.scene.layout.BackgroundPosition[] int
      StackMap stack:
            aload 4 /* positions */
            iload 5 /* l */
            aload 3 /* layers */
            iload 5 /* l */
            aaload
            aload 2 /* font */
            invokevirtual javafx.css.ParsedValue.convert:(Ljavafx/scene/text/Font;)Ljava/lang/Object;
            checkcast javafx.scene.layout.BackgroundPosition
            aastore
         5: .line 57
            iinc 5 /* l */ 1
      StackMap locals:
      StackMap stack:
         6: iload 5 /* l */
            aload 3 /* layers */
            arraylength
            if_icmplt 4
        end local 5 // int l
         7: .line 60
            aload 4 /* positions */
            areturn
        end local 4 // javafx.scene.layout.BackgroundPosition[] positions
        end local 3 // javafx.css.ParsedValue[] layers
        end local 2 // javafx.scene.text.Font font
        end local 1 // javafx.css.ParsedValue value
        end local 0 // com.sun.javafx.scene.layout.region.LayeredBackgroundPositionConverter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lcom/sun/javafx/scene/layout/region/LayeredBackgroundPositionConverter;
            0    8     1      value  Ljavafx/css/ParsedValue<[Ljavafx/css/ParsedValue<[Ljavafx/css/ParsedValue;Ljavafx/scene/layout/BackgroundPosition;>;[Ljavafx/scene/layout/BackgroundPosition;>;
            0    8     2       font  Ljavafx/scene/text/Font;
            1    8     3     layers  [Ljavafx/css/ParsedValue;
            2    8     4  positions  [Ljavafx/scene/layout/BackgroundPosition;
            3    7     5          l  I
    Signature: (Ljavafx/css/ParsedValue<[Ljavafx/css/ParsedValue<[Ljavafx/css/ParsedValue;Ljavafx/scene/layout/BackgroundPosition;>;[Ljavafx/scene/layout/BackgroundPosition;>;Ljavafx/scene/text/Font;)[Ljavafx/scene/layout/BackgroundPosition;
    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.LayeredBackgroundPositionConverter this
         0: .line 65
            ldc "LayeredBackgroundPositionConverter"
            areturn
        end local 0 // com.sun.javafx.scene.layout.region.LayeredBackgroundPositionConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/scene/layout/region/LayeredBackgroundPositionConverter;

  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.LayeredBackgroundPositionConverter.convert:(Ljavafx/css/ParsedValue;Ljavafx/scene/text/Font;)[Ljavafx/scene/layout/BackgroundPosition;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljavafx/css/StyleConverter<[Ljavafx/css/ParsedValue<[Ljavafx/css/ParsedValue;Ljavafx/scene/layout/BackgroundPosition;>;[Ljavafx/scene/layout/BackgroundPosition;>;
SourceFile: "LayeredBackgroundPositionConverter.java"