class javafx.scene.text.Text$TextAttribute$13 extends javafx.css.StyleableIntegerProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.text.Text$TextAttribute$13
  super_class: javafx.css.StyleableIntegerProperty
{
  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, int);
    descriptor: (Ljavafx/scene/text/Text$TextAttribute;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.text.Text$TextAttribute$13 this
        start local 2 // int $anonymous0
         0: .line 1877
            aload 0 /* this */
            aload 1
            putfield javafx.scene.text.Text$TextAttribute$13.this$1:Ljavafx/scene/text/Text$TextAttribute;
            aload 0 /* this */
            iload 2 /* $anonymous0 */
            invokespecial javafx.css.StyleableIntegerProperty.<init>:(I)V
            return
        end local 2 // int $anonymous0
        end local 0 // javafx.scene.text.Text$TextAttribute$13 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/text/Text$TextAttribute$13;
            0    1     2  $anonymous0  I
    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$13 this
         0: .line 1878
            aload 0 /* this */
            getfield javafx.scene.text.Text$TextAttribute$13.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$13 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/text/Text$TextAttribute$13;

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

  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$13 this
         0: .line 1881
            getstatic javafx.scene.text.Text$StyleableProperties.TAB_SIZE:Ljavafx/css/CssMetaData;
            areturn
        end local 0 // javafx.scene.text.Text$TextAttribute$13 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/text/Text$TextAttribute$13;

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javafx.scene.text.Text$TextAttribute$13 this
         0: .line 1884
            aload 0 /* this */
            getfield javafx.scene.text.Text$TextAttribute$13.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 1885
            aload 0 /* this */
            getfield javafx.scene.text.Text$TextAttribute$13.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 1 /* layout */
        start local 1 // com.sun.javafx.scene.text.TextLayout layout
         2: .line 1886
            aload 1 /* layout */
            aload 0 /* this */
            invokevirtual javafx.scene.text.Text$TextAttribute$13.get:()I
            invokeinterface com.sun.javafx.scene.text.TextLayout.setTabSize:(I)Z
            ifeq 4
         3: .line 1887
            aload 0 /* this */
            getfield javafx.scene.text.Text$TextAttribute$13.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
         4: .line 1889
      StackMap locals: com.sun.javafx.scene.text.TextLayout
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.text.Text$TextAttribute$13.this$1:Ljavafx/scene/text/Text$TextAttribute;
            invokestatic javafx.scene.text.Text$TextAttribute.access$0:(Ljavafx/scene/text/Text$TextAttribute;)Ljavafx/scene/text/Text;
            getstatic com.sun.javafx.scene.DirtyBits.TEXT_ATTRS:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
         5: .line 1890
            aload 0 /* this */
            getfield javafx.scene.text.Text$TextAttribute$13.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.getBoundsType:()Ljavafx/scene/text/TextBoundsType;
            getstatic javafx.scene.text.TextBoundsType.VISUAL:Ljavafx/scene/text/TextBoundsType;
            if_acmpne 7
         6: .line 1891
            aload 0 /* this */
            getfield javafx.scene.text.Text$TextAttribute$13.this$1:Ljavafx/scene/text/Text$TextAttribute;
            invokestatic javafx.scene.text.Text$TextAttribute.access$0:(Ljavafx/scene/text/Text$TextAttribute;)Ljavafx/scene/text/Text;
            invokestatic com.sun.javafx.scene.NodeHelper.geomChanged:(Ljavafx/scene/Node;)V
        end local 1 // com.sun.javafx.scene.text.TextLayout layout
         7: .line 1894
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.scene.text.Text$TextAttribute$13 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Ljavafx/scene/text/Text$TextAttribute$13;
            2    7     1  layout  Lcom/sun/javafx/scene/text/TextLayout;
}
SourceFile: "Text.java"
EnclosingMethod: javafx.scene.text.Text$TextAttribute.tabSizeProperty:()Ljavafx/beans/property/IntegerProperty;
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$13