class javafx.scene.text.Text$TextAttribute$6$1 extends javafx.beans.binding.DoubleBinding
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.text.Text$TextAttribute$6$1
  super_class: javafx.beans.binding.DoubleBinding
{
  final javafx.scene.text.Text$TextAttribute$6 this$2;
    descriptor: Ljavafx/scene/text/Text$TextAttribute$6;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.text.Text$TextAttribute$6);
    descriptor: (Ljavafx/scene/text/Text$TextAttribute$6;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javafx.scene.text.Text$TextAttribute$6$1 this
         0: .line 1659
            aload 0 /* this */
            aload 1
            putfield javafx.scene.text.Text$TextAttribute$6$1.this$2:Ljavafx/scene/text/Text$TextAttribute$6;
            aload 0 /* this */
            invokespecial javafx.beans.binding.DoubleBinding.<init>:()V
         1: .line 1660
            aload 0 /* this */
            iconst_1
            anewarray javafx.beans.Observable
            dup
            iconst_0
            aload 1
            invokestatic javafx.scene.text.Text$TextAttribute$6.access$0:(Ljavafx/scene/text/Text$TextAttribute$6;)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.fontProperty:()Ljavafx/beans/property/ObjectProperty;
            aastore
            invokevirtual javafx.scene.text.Text$TextAttribute$6$1.bind:([Ljavafx/beans/Observable;)V
         2: .line 1659
            return
        end local 0 // javafx.scene.text.Text$TextAttribute$6$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/text/Text$TextAttribute$6$1;
    MethodParameters:
        Name  Flags
      this$0  final

  protected double computeValue();
    descriptor: ()D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javafx.scene.text.Text$TextAttribute$6$1 this
         0: .line 1665
            aload 0 /* this */
            getfield javafx.scene.text.Text$TextAttribute$6$1.this$2:Ljavafx/scene/text/Text$TextAttribute$6;
            invokestatic javafx.scene.text.Text$TextAttribute$6.access$0:(Ljavafx/scene/text/Text$TextAttribute$6;)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.getLogicalBounds:()Lcom/sun/javafx/geom/BaseBounds;
            astore 1 /* bounds */
        start local 1 // com.sun.javafx.geom.BaseBounds bounds
         1: .line 1666
            aload 1 /* bounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMinY:()F
            fneg
            f2d
            dreturn
        end local 1 // com.sun.javafx.geom.BaseBounds bounds
        end local 0 // javafx.scene.text.Text$TextAttribute$6$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavafx/scene/text/Text$TextAttribute$6$1;
            1    2     1  bounds  Lcom/sun/javafx/geom/BaseBounds;
}
SourceFile: "Text.java"
EnclosingMethod: javafx.scene.text.Text$TextAttribute$6
NestHost: javafx.scene.text.Text
InnerClasses:
  private final TextAttribute = javafx.scene.text.Text$TextAttribute of javafx.scene.text.Text
  javafx.scene.text.Text$TextAttribute$6
  javafx.scene.text.Text$TextAttribute$6$1