class javafx.scene.text.Text$TextAttribute$6 extends javafx.beans.property.ReadOnlyDoubleWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.text.Text$TextAttribute$6
  super_class: javafx.beans.property.ReadOnlyDoubleWrapper
{
  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, java.lang.Object, java.lang.String);
    descriptor: (Ljavafx/scene/text/Text$TextAttribute;Ljava/lang/Object;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // javafx.scene.text.Text$TextAttribute$6 this
        start local 2 // java.lang.Object $anonymous0
        start local 3 // java.lang.String $anonymous1
         0: .line 1672
            aload 0 /* this */
            aload 1
            putfield javafx.scene.text.Text$TextAttribute$6.this$1:Ljavafx/scene/text/Text$TextAttribute;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            invokespecial javafx.beans.property.ReadOnlyDoubleWrapper.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 1673
            aload 0 /* this */
            new javafx.scene.text.Text$TextAttribute$6$1
            dup
            aload 0 /* this */
            invokespecial javafx.scene.text.Text$TextAttribute$6$1.<init>:(Ljavafx/scene/text/Text$TextAttribute$6;)V
            invokevirtual javafx.scene.text.Text$TextAttribute$6.bind:(Ljavafx/beans/value/ObservableValue;)V
         2: .line 1672
            return
        end local 3 // java.lang.String $anonymous1
        end local 2 // java.lang.Object $anonymous0
        end local 0 // javafx.scene.text.Text$TextAttribute$6 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Ljavafx/scene/text/Text$TextAttribute$6;
            0    3     2  $anonymous0  Ljava/lang/Object;
            0    3     3  $anonymous1  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  

  static javafx.scene.text.Text$TextAttribute access$0(javafx.scene.text.Text$TextAttribute$6);
    descriptor: (Ljavafx/scene/text/Text$TextAttribute$6;)Ljavafx/scene/text/Text$TextAttribute;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1672
            aload 0
            getfield javafx.scene.text.Text$TextAttribute$6.this$1:Ljavafx/scene/text/Text$TextAttribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Text.java"
EnclosingMethod: javafx.scene.text.Text$TextAttribute.baselineOffsetProperty:()Ljavafx/beans/property/ReadOnlyDoubleProperty;
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