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

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

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

  public void invalidated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.text.Text$TextAttribute$3 this
         0: .line 1598
            aload 0 /* this */
            getfield javafx.scene.text.Text$TextAttribute$3.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
         1: .line 1599
            aload 0 /* this */
            getfield javafx.scene.text.Text$TextAttribute$3.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 3
         2: .line 1600
            aload 0 /* this */
            getfield javafx.scene.text.Text$TextAttribute$3.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
         3: .line 1602
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.scene.text.Text$TextAttribute$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/text/Text$TextAttribute$3;
}
SourceFile: "Text.java"
EnclosingMethod: javafx.scene.text.Text$TextAttribute.strikethroughProperty:()Ljavafx/beans/property/BooleanProperty;
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$3