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

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

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

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

  public void invalidated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // javafx.scene.text.Text$7 this
         0: .line 633
            aload 0 /* this */
            getfield javafx.scene.text.Text$7.this$0: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
         1: .line 634
            iconst_0
            istore 2 /* type */
        start local 2 // int type
         2: .line 635
            aload 0 /* this */
            getfield javafx.scene.text.Text$7.this$0:Ljavafx/scene/text/Text;
            getfield javafx.scene.text.Text.boundsType:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            getstatic javafx.scene.text.TextBoundsType.LOGICAL_VERTICAL_CENTER:Ljavafx/scene/text/TextBoundsType;
            if_acmpne 4
         3: .line 636
            iload 2 /* type */
            sipush 16384
            ior
            istore 2 /* type */
         4: .line 638
      StackMap locals: com.sun.javafx.scene.text.TextLayout int
      StackMap stack:
            aload 1 /* layout */
            iload 2 /* type */
            invokeinterface com.sun.javafx.scene.text.TextLayout.setBoundsType:(I)Z
            ifeq 7
         5: .line 639
            aload 0 /* this */
            getfield javafx.scene.text.Text$7.this$0:Ljavafx/scene/text/Text;
            invokevirtual javafx.scene.text.Text.needsTextLayout:()V
         6: .line 640
            goto 8
         7: .line 641
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.text.Text$7.this$0:Ljavafx/scene/text/Text;
            invokestatic com.sun.javafx.scene.NodeHelper.geomChanged:(Ljavafx/scene/Node;)V
         8: .line 643
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int type
        end local 1 // com.sun.javafx.scene.text.TextLayout layout
        end local 0 // javafx.scene.text.Text$7 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Ljavafx/scene/text/Text$7;
            1    9     1  layout  Lcom/sun/javafx/scene/text/TextLayout;
            2    9     2    type  I
}
Signature: Ljavafx/css/StyleableObjectProperty<Ljavafx/scene/text/TextBoundsType;>;
SourceFile: "Text.java"
EnclosingMethod: javafx.scene.text.Text.boundsTypeProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.text.Text
InnerClasses:
  javafx.scene.text.Text$7
  private StyleableProperties = javafx.scene.text.Text$StyleableProperties of javafx.scene.text.Text