class javafx.scene.text.TextFlow$1 extends javafx.css.StyleableObjectProperty<javafx.scene.text.TextAlignment>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.text.TextFlow$1
  super_class: javafx.css.StyleableObjectProperty
{
  final javafx.scene.text.TextFlow this$0;
    descriptor: Ljavafx/scene/text/TextFlow;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.text.TextFlow, javafx.scene.text.TextAlignment);
    descriptor: (Ljavafx/scene/text/TextFlow;Ljavafx/scene/text/TextAlignment;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.text.TextFlow$1 this
        start local 2 // javafx.scene.text.TextAlignment $anonymous0
         0: .line 432
            aload 0 /* this */
            aload 1
            putfield javafx.scene.text.TextFlow$1.this$0:Ljavafx/scene/text/TextFlow;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial javafx.css.StyleableObjectProperty.<init>:(Ljava/lang/Object;)V
            return
        end local 2 // javafx.scene.text.TextAlignment $anonymous0
        end local 0 // javafx.scene.text.TextFlow$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/text/TextFlow$1;
            0    1     2  $anonymous0  Ljavafx/scene/text/TextAlignment;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public java.lang.Object getBean();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.text.TextFlow$1 this
         0: .line 433
            aload 0 /* this */
            getfield javafx.scene.text.TextFlow$1.this$0:Ljavafx/scene/text/TextFlow;
            areturn
        end local 0 // javafx.scene.text.TextFlow$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/text/TextFlow$1;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.text.TextFlow$1 this
         0: .line 434
            ldc "textAlignment"
            areturn
        end local 0 // javafx.scene.text.TextFlow$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/text/TextFlow$1;

  public javafx.css.CssMetaData<javafx.scene.text.TextFlow, javafx.scene.text.TextAlignment> getCssMetaData();
    descriptor: ()Ljavafx/css/CssMetaData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.text.TextFlow$1 this
         0: .line 436
            getstatic javafx.scene.text.TextFlow$StyleableProperties.TEXT_ALIGNMENT:Ljavafx/css/CssMetaData;
            areturn
        end local 0 // javafx.scene.text.TextFlow$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/text/TextFlow$1;
    Signature: ()Ljavafx/css/CssMetaData<Ljavafx/scene/text/TextFlow;Ljavafx/scene/text/TextAlignment;>;

  public void invalidated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // javafx.scene.text.TextFlow$1 this
         0: .line 439
            aload 0 /* this */
            invokevirtual javafx.scene.text.TextFlow$1.get:()Ljava/lang/Object;
            checkcast javafx.scene.text.TextAlignment
            astore 1 /* align */
        start local 1 // javafx.scene.text.TextAlignment align
         1: .line 440
            aload 1 /* align */
            ifnonnull 2
            getstatic javafx.scene.text.TextAlignment.LEFT:Ljavafx/scene/text/TextAlignment;
            astore 1 /* align */
         2: .line 441
      StackMap locals: javafx.scene.text.TextAlignment
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.text.TextFlow$1.this$0:Ljavafx/scene/text/TextFlow;
            invokevirtual javafx.scene.text.TextFlow.getTextLayout:()Lcom/sun/javafx/scene/text/TextLayout;
            astore 2 /* layout */
        start local 2 // com.sun.javafx.scene.text.TextLayout layout
         3: .line 442
            aload 2 /* layout */
            aload 1 /* align */
            invokevirtual javafx.scene.text.TextAlignment.ordinal:()I
            invokeinterface com.sun.javafx.scene.text.TextLayout.setAlignment:(I)Z
            pop
         4: .line 443
            aload 0 /* this */
            getfield javafx.scene.text.TextFlow$1.this$0:Ljavafx/scene/text/TextFlow;
            invokevirtual javafx.scene.text.TextFlow.requestLayout:()V
         5: .line 444
            return
        end local 2 // com.sun.javafx.scene.text.TextLayout layout
        end local 1 // javafx.scene.text.TextAlignment align
        end local 0 // javafx.scene.text.TextFlow$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavafx/scene/text/TextFlow$1;
            1    6     1   align  Ljavafx/scene/text/TextAlignment;
            3    6     2  layout  Lcom/sun/javafx/scene/text/TextLayout;
}
Signature: Ljavafx/css/StyleableObjectProperty<Ljavafx/scene/text/TextAlignment;>;
SourceFile: "TextFlow.java"
EnclosingMethod: javafx.scene.text.TextFlow.textAlignmentProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.text.TextFlow
InnerClasses:
  javafx.scene.text.TextFlow$1
  private StyleableProperties = javafx.scene.text.TextFlow$StyleableProperties of javafx.scene.text.TextFlow