public class com.sun.javafx.text.PrismTextLayoutFactory implements com.sun.javafx.scene.text.TextLayoutFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.text.PrismTextLayoutFactory
  super_class: java.lang.Object
{
  private static final com.sun.javafx.text.PrismTextLayout reusableTL;
    descriptor: Lcom/sun/javafx/text/PrismTextLayout;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static boolean inUse;
    descriptor: Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static final com.sun.javafx.text.PrismTextLayoutFactory factory;
    descriptor: Lcom/sun/javafx/text/PrismTextLayoutFactory;
    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 33
            new com.sun.javafx.text.PrismTextLayout
            dup
            invokespecial com.sun.javafx.text.PrismTextLayout.<init>:()V
            putstatic com.sun.javafx.text.PrismTextLayoutFactory.reusableTL:Lcom/sun/javafx/text/PrismTextLayout;
         1: .line 68
            new com.sun.javafx.text.PrismTextLayoutFactory
            dup
            invokespecial com.sun.javafx.text.PrismTextLayoutFactory.<init>:()V
            putstatic com.sun.javafx.text.PrismTextLayoutFactory.factory:Lcom/sun/javafx/text/PrismTextLayoutFactory;
            return
      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.text.PrismTextLayoutFactory this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            return
        end local 0 // com.sun.javafx.text.PrismTextLayoutFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/text/PrismTextLayoutFactory;

  public com.sun.javafx.scene.text.TextLayout createLayout();
    descriptor: ()Lcom/sun/javafx/scene/text/TextLayout;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.text.PrismTextLayoutFactory this
         0: .line 40
            new com.sun.javafx.text.PrismTextLayout
            dup
            invokespecial com.sun.javafx.text.PrismTextLayout.<init>:()V
            areturn
        end local 0 // com.sun.javafx.text.PrismTextLayoutFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/text/PrismTextLayoutFactory;

  public com.sun.javafx.scene.text.TextLayout getLayout();
    descriptor: ()Lcom/sun/javafx/scene/text/TextLayout;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.javafx.text.PrismTextLayoutFactory this
         0: .line 44
            getstatic com.sun.javafx.text.PrismTextLayoutFactory.inUse:Z
            ifeq 2
         1: .line 45
            new com.sun.javafx.text.PrismTextLayout
            dup
            invokespecial com.sun.javafx.text.PrismTextLayout.<init>:()V
            areturn
         2: .line 47
      StackMap locals:
      StackMap stack:
            ldc Lcom/sun/javafx/text/PrismTextLayoutFactory;
            dup
            astore 1
            monitorenter
         3: .line 48
            getstatic com.sun.javafx.text.PrismTextLayoutFactory.inUse:Z
            ifeq 6
         4: .line 49
            new com.sun.javafx.text.PrismTextLayout
            dup
            invokespecial com.sun.javafx.text.PrismTextLayout.<init>:()V
            aload 1
            monitorexit
         5: areturn
         6: .line 51
      StackMap locals: java.lang.Class
      StackMap stack:
            iconst_1
            putstatic com.sun.javafx.text.PrismTextLayoutFactory.inUse:Z
         7: .line 52
            getstatic com.sun.javafx.text.PrismTextLayoutFactory.reusableTL:Lcom/sun/javafx/text/PrismTextLayout;
            iconst_0
            invokevirtual com.sun.javafx.text.PrismTextLayout.setAlignment:(I)Z
            pop
         8: .line 53
            getstatic com.sun.javafx.text.PrismTextLayoutFactory.reusableTL:Lcom/sun/javafx/text/PrismTextLayout;
            fconst_0
            invokevirtual com.sun.javafx.text.PrismTextLayout.setWrapWidth:(F)Z
            pop
         9: .line 54
            getstatic com.sun.javafx.text.PrismTextLayoutFactory.reusableTL:Lcom/sun/javafx/text/PrismTextLayout;
            iconst_0
            invokevirtual com.sun.javafx.text.PrismTextLayout.setDirection:(I)Z
            pop
        10: .line 55
            getstatic com.sun.javafx.text.PrismTextLayoutFactory.reusableTL:Lcom/sun/javafx/text/PrismTextLayout;
            aconst_null
            invokevirtual com.sun.javafx.text.PrismTextLayout.setContent:([Lcom/sun/javafx/scene/text/TextSpan;)Z
            pop
        11: .line 56
            getstatic com.sun.javafx.text.PrismTextLayoutFactory.reusableTL:Lcom/sun/javafx/text/PrismTextLayout;
            aload 1
            monitorexit
        12: areturn
        13: .line 47
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
        14: athrow
        end local 0 // com.sun.javafx.text.PrismTextLayoutFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/javafx/text/PrismTextLayoutFactory;
      Exception table:
        from    to  target  type
           3     5      13  any
           6    12      13  any
          13    14      13  any

  public void disposeLayout(com.sun.javafx.scene.text.TextLayout);
    descriptor: (Lcom/sun/javafx/scene/text/TextLayout;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.text.PrismTextLayoutFactory this
        start local 1 // com.sun.javafx.scene.text.TextLayout layout
         0: .line 63
            aload 1 /* layout */
            getstatic com.sun.javafx.text.PrismTextLayoutFactory.reusableTL:Lcom/sun/javafx/text/PrismTextLayout;
            if_acmpne 2
         1: .line 64
            iconst_0
            putstatic com.sun.javafx.text.PrismTextLayoutFactory.inUse:Z
         2: .line 66
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.javafx.scene.text.TextLayout layout
        end local 0 // com.sun.javafx.text.PrismTextLayoutFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/javafx/text/PrismTextLayoutFactory;
            0    3     1  layout  Lcom/sun/javafx/scene/text/TextLayout;
    MethodParameters:
        Name  Flags
      layout  

  public static com.sun.javafx.text.PrismTextLayoutFactory getFactory();
    descriptor: ()Lcom/sun/javafx/text/PrismTextLayoutFactory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 70
            getstatic com.sun.javafx.text.PrismTextLayoutFactory.factory:Lcom/sun/javafx/text/PrismTextLayoutFactory;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PrismTextLayoutFactory.java"