class javafx.scene.text.Text$TextAttribute$8 extends javafx.beans.property.ObjectPropertyBase<javafx.scene.paint.Paint>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.text.Text$TextAttribute$8
  super_class: javafx.beans.property.ObjectPropertyBase
{
  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.paint.Paint);
    descriptor: (Ljavafx/scene/text/Text$TextAttribute;Ljavafx/scene/paint/Paint;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.text.Text$TextAttribute$8 this
        start local 2 // javafx.scene.paint.Paint $anonymous0
         0: .line 1698
            aload 0 /* this */
            aload 1
            putfield javafx.scene.text.Text$TextAttribute$8.this$1:Ljavafx/scene/text/Text$TextAttribute;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial javafx.beans.property.ObjectPropertyBase.<init>:(Ljava/lang/Object;)V
            return
        end local 2 // javafx.scene.paint.Paint $anonymous0
        end local 0 // javafx.scene.text.Text$TextAttribute$8 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/text/Text$TextAttribute$8;
            0    1     2  $anonymous0  Ljavafx/scene/paint/Paint;
    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$8 this
         0: .line 1699
            aload 0 /* this */
            getfield javafx.scene.text.Text$TextAttribute$8.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$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/text/Text$TextAttribute$8;

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

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.text.Text$TextAttribute$8 this
         0: .line 1702
            aload 0 /* this */
            getfield javafx.scene.text.Text$TextAttribute$8.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_SELECTION:Lcom/sun/javafx/scene/DirtyBits;
            invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
         1: .line 1703
            return
        end local 0 // javafx.scene.text.Text$TextAttribute$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/text/Text$TextAttribute$8;
}
Signature: Ljavafx/beans/property/ObjectPropertyBase<Ljavafx/scene/paint/Paint;>;
SourceFile: "Text.java"
EnclosingMethod: javafx.scene.text.Text$TextAttribute.selectionFillProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.text.Text
InnerClasses:
  private final TextAttribute = javafx.scene.text.Text$TextAttribute of javafx.scene.text.Text
  javafx.scene.text.Text$TextAttribute$8