class javafx.scene.text.TextFlow$EmbeddedSpan implements com.sun.javafx.scene.text.TextSpan
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.text.TextFlow$EmbeddedSpan
  super_class: java.lang.Object
{
  com.sun.javafx.geom.RectBounds bounds;
    descriptor: Lcom/sun/javafx/geom/RectBounds;
    flags: (0x0000) 

  javafx.scene.Node node;
    descriptor: Ljavafx/scene/Node;
    flags: (0x0000) 

  public void <init>(javafx.scene.Node, double, double, double);
    descriptor: (Ljavafx/scene/Node;DDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=8, args_size=5
        start local 0 // javafx.scene.text.TextFlow$EmbeddedSpan this
        start local 1 // javafx.scene.Node node
        start local 2 // double baseline
        start local 4 // double width
        start local 6 // double height
         0: .line 359
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 360
            aload 0 /* this */
            aload 1 /* node */
            putfield javafx.scene.text.TextFlow$EmbeddedSpan.node:Ljavafx/scene/Node;
         2: .line 361
            aload 0 /* this */
            new com.sun.javafx.geom.RectBounds
            dup
            fconst_0
            dload 2 /* baseline */
            dneg
            d2f
         3: .line 362
            dload 4 /* width */
            d2f
            dload 6 /* height */
            dload 2 /* baseline */
            dsub
            d2f
            invokespecial com.sun.javafx.geom.RectBounds.<init>:(FFFF)V
         4: .line 361
            putfield javafx.scene.text.TextFlow$EmbeddedSpan.bounds:Lcom/sun/javafx/geom/RectBounds;
         5: .line 363
            return
        end local 6 // double height
        end local 4 // double width
        end local 2 // double baseline
        end local 1 // javafx.scene.Node node
        end local 0 // javafx.scene.text.TextFlow$EmbeddedSpan this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Ljavafx/scene/text/TextFlow$EmbeddedSpan;
            0    6     1      node  Ljavafx/scene/Node;
            0    6     2  baseline  D
            0    6     4     width  D
            0    6     6    height  D
    MethodParameters:
          Name  Flags
      node      
      baseline  
      width     
      height    

  public java.lang.String getText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.text.TextFlow$EmbeddedSpan this
         0: .line 366
            ldc "\uFFFC"
            areturn
        end local 0 // javafx.scene.text.TextFlow$EmbeddedSpan this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/text/TextFlow$EmbeddedSpan;

  public java.lang.Object getFont();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.text.TextFlow$EmbeddedSpan this
         0: .line 370
            aconst_null
            areturn
        end local 0 // javafx.scene.text.TextFlow$EmbeddedSpan this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/text/TextFlow$EmbeddedSpan;

  public com.sun.javafx.geom.RectBounds getBounds();
    descriptor: ()Lcom/sun/javafx/geom/RectBounds;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.text.TextFlow$EmbeddedSpan this
         0: .line 374
            aload 0 /* this */
            getfield javafx.scene.text.TextFlow$EmbeddedSpan.bounds:Lcom/sun/javafx/geom/RectBounds;
            areturn
        end local 0 // javafx.scene.text.TextFlow$EmbeddedSpan this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/text/TextFlow$EmbeddedSpan;

  public javafx.scene.Node getNode();
    descriptor: ()Ljavafx/scene/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.text.TextFlow$EmbeddedSpan this
         0: .line 378
            aload 0 /* this */
            getfield javafx.scene.text.TextFlow$EmbeddedSpan.node:Ljavafx/scene/Node;
            areturn
        end local 0 // javafx.scene.text.TextFlow$EmbeddedSpan this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/text/TextFlow$EmbeddedSpan;
}
SourceFile: "TextFlow.java"
NestHost: javafx.scene.text.TextFlow
InnerClasses:
  private EmbeddedSpan = javafx.scene.text.TextFlow$EmbeddedSpan of javafx.scene.text.TextFlow