class javafx.scene.text.Text$3 extends javafx.beans.property.StringPropertyBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.text.Text$3
  super_class: javafx.beans.property.StringPropertyBase
{
  final javafx.scene.text.Text this$0;
    descriptor: Ljavafx/scene/text/Text;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.text.Text, java.lang.String);
    descriptor: (Ljavafx/scene/text/Text;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.text.Text$3 this
        start local 2 // java.lang.String $anonymous0
         0: .line 457
            aload 0 /* this */
            aload 1
            putfield javafx.scene.text.Text$3.this$0:Ljavafx/scene/text/Text;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial javafx.beans.property.StringPropertyBase.<init>:(Ljava/lang/String;)V
            return
        end local 2 // java.lang.String $anonymous0
        end local 0 // javafx.scene.text.Text$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/text/Text$3;
            0    1     2  $anonymous0  Ljava/lang/String;
    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$3 this
         0: .line 458
            aload 0 /* this */
            getfield javafx.scene.text.Text$3.this$0:Ljavafx/scene/text/Text;
            areturn
        end local 0 // javafx.scene.text.Text$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/text/Text$3;

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

  public void invalidated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javafx.scene.text.Text$3 this
         0: .line 461
            aload 0 /* this */
            getfield javafx.scene.text.Text$3.this$0:Ljavafx/scene/text/Text;
            invokevirtual javafx.scene.text.Text.needsFullTextLayout:()V
         1: .line 462
            aload 0 /* this */
            getfield javafx.scene.text.Text$3.this$0:Ljavafx/scene/text/Text;
            iconst_m1
            invokevirtual javafx.scene.text.Text.setSelectionStart:(I)V
         2: .line 463
            aload 0 /* this */
            getfield javafx.scene.text.Text$3.this$0:Ljavafx/scene/text/Text;
            iconst_m1
            invokevirtual javafx.scene.text.Text.setSelectionEnd:(I)V
         3: .line 464
            aload 0 /* this */
            getfield javafx.scene.text.Text$3.this$0:Ljavafx/scene/text/Text;
            iconst_m1
            invokevirtual javafx.scene.text.Text.setCaretPosition:(I)V
         4: .line 465
            aload 0 /* this */
            getfield javafx.scene.text.Text$3.this$0:Ljavafx/scene/text/Text;
            iconst_1
            invokevirtual javafx.scene.text.Text.setCaretBias:(Z)V
         5: .line 471
            aload 0 /* this */
            invokevirtual javafx.scene.text.Text$3.get:()Ljava/lang/String;
            astore 1 /* value */
        start local 1 // java.lang.String value
         6: .line 472
            aload 1 /* value */
            ifnonnull 8
            aload 0 /* this */
            invokevirtual javafx.scene.text.Text$3.isBound:()Z
            ifne 8
         7: .line 473
            aload 0 /* this */
            ldc ""
            invokevirtual javafx.scene.text.Text$3.set:(Ljava/lang/String;)V
         8: .line 475
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.text.Text$3.this$0:Ljavafx/scene/text/Text;
            getstatic javafx.scene.AccessibleAttribute.TEXT:Ljavafx/scene/AccessibleAttribute;
            invokevirtual javafx.scene.text.Text.notifyAccessibleAttributeChanged:(Ljavafx/scene/AccessibleAttribute;)V
         9: .line 476
            return
        end local 1 // java.lang.String value
        end local 0 // javafx.scene.text.Text$3 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Ljavafx/scene/text/Text$3;
            6   10     1  value  Ljava/lang/String;
}
SourceFile: "Text.java"
EnclosingMethod: javafx.scene.text.Text.textProperty:()Ljavafx/beans/property/StringProperty;
NestHost: javafx.scene.text.Text
InnerClasses:
  javafx.scene.text.Text$3