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

  void <init>(javafx.scene.text.Text$TextAttribute, javafx.scene.text.TextAlignment);
    descriptor: (Ljavafx/scene/text/Text$TextAttribute;Ljavafx/scene/text/TextAlignment;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.text.Text$TextAttribute$4 this
        start local 2 // javafx.scene.text.TextAlignment $anonymous0
         0: .line 1603
            aload 0 /* this */
            aload 1
            putfield javafx.scene.text.Text$TextAttribute$4.this$1:Ljavafx/scene/text/Text$TextAttribute;
            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.Text$TextAttribute$4 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/text/Text$TextAttribute$4;
            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.Text$TextAttribute$4 this
         0: .line 1604
            aload 0 /* this */
            getfield javafx.scene.text.Text$TextAttribute$4.this$1:Ljavafx/scene/text/Text$TextAttribute;
            invokestatic javafx.scene.text.Text$TextAttribute.access$0:(Ljavafx/scene/text/Text$TextAttribute;)Ljavafx/scene/text/Text;
            areturn
        end local 0 // javafx.scene.text.Text$TextAttribute$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/text/Text$TextAttribute$4;

  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.Text$TextAttribute$4 this
         0: .line 1605
            ldc "textAlignment"
            areturn
        end local 0 // javafx.scene.text.Text$TextAttribute$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/text/Text$TextAttribute$4;

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

  public void invalidated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // javafx.scene.text.Text$TextAttribute$4 this
         0: .line 1610
            aload 0 /* this */
            getfield javafx.scene.text.Text$TextAttribute$4.this$1:Ljavafx/scene/text/Text$TextAttribute;
            invokestatic javafx.scene.text.Text$TextAttribute.access$0:(Ljavafx/scene/text/Text$TextAttribute;)Ljavafx/scene/text/Text;
            invokevirtual javafx.scene.text.Text.isSpan:()Z
            ifne 7
         1: .line 1611
            aload 0 /* this */
            invokevirtual javafx.scene.text.Text$TextAttribute$4.get:()Ljava/lang/Object;
            checkcast javafx.scene.text.TextAlignment
            astore 1 /* alignment */
        start local 1 // javafx.scene.text.TextAlignment alignment
         2: .line 1612
            aload 1 /* alignment */
            ifnonnull 4
         3: .line 1613
            getstatic javafx.scene.text.Text.DEFAULT_TEXT_ALIGNMENT:Ljavafx/scene/text/TextAlignment;
            astore 1 /* alignment */
         4: .line 1615
      StackMap locals: javafx.scene.text.TextAlignment
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.text.Text$TextAttribute$4.this$1:Ljavafx/scene/text/Text$TextAttribute;
            invokestatic javafx.scene.text.Text$TextAttribute.access$0:(Ljavafx/scene/text/Text$TextAttribute;)Ljavafx/scene/text/Text;
            invokevirtual javafx.scene.text.Text.getTextLayout:()Lcom/sun/javafx/scene/text/TextLayout;
            astore 2 /* layout */
        start local 2 // com.sun.javafx.scene.text.TextLayout layout
         5: .line 1616
            aload 2 /* layout */
            aload 1 /* alignment */
            invokevirtual javafx.scene.text.TextAlignment.ordinal:()I
            invokeinterface com.sun.javafx.scene.text.TextLayout.setAlignment:(I)Z
            ifeq 7
         6: .line 1617
            aload 0 /* this */
            getfield javafx.scene.text.Text$TextAttribute$4.this$1:Ljavafx/scene/text/Text$TextAttribute;
            invokestatic javafx.scene.text.Text$TextAttribute.access$0:(Ljavafx/scene/text/Text$TextAttribute;)Ljavafx/scene/text/Text;
            invokevirtual javafx.scene.text.Text.needsTextLayout:()V
        end local 2 // com.sun.javafx.scene.text.TextLayout layout
        end local 1 // javafx.scene.text.TextAlignment alignment
         7: .line 1620
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.scene.text.Text$TextAttribute$4 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Ljavafx/scene/text/Text$TextAttribute$4;
            2    7     1  alignment  Ljavafx/scene/text/TextAlignment;
            5    7     2     layout  Lcom/sun/javafx/scene/text/TextLayout;
}
Signature: Ljavafx/css/StyleableObjectProperty<Ljavafx/scene/text/TextAlignment;>;
SourceFile: "Text.java"
EnclosingMethod: javafx.scene.text.Text$TextAttribute.textAlignmentProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.text.Text
InnerClasses:
  private StyleableProperties = javafx.scene.text.Text$StyleableProperties of javafx.scene.text.Text
  private final TextAttribute = javafx.scene.text.Text$TextAttribute of javafx.scene.text.Text
  javafx.scene.text.Text$TextAttribute$4