class javafx.scene.layout.FlowPane$Run
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.layout.FlowPane$Run
  super_class: java.lang.Object
{
  java.util.ArrayList<javafx.scene.layout.FlowPane$LayoutRect> rects;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0000) 
    Signature: Ljava/util/ArrayList<Ljavafx/scene/layout/FlowPane$LayoutRect;>;

  double width;
    descriptor: D
    flags: (0x0000) 

  double height;
    descriptor: D
    flags: (0x0000) 

  double baselineOffset;
    descriptor: D
    flags: (0x0000) 

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.scene.layout.FlowPane$Run this
         0: .line 975
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 976
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield javafx.scene.layout.FlowPane$Run.rects:Ljava/util/ArrayList;
         2: .line 975
            return
        end local 0 // javafx.scene.layout.FlowPane$Run this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/layout/FlowPane$Run;
}
SourceFile: "FlowPane.java"
NestHost: javafx.scene.layout.FlowPane
InnerClasses:
  private LayoutRect = javafx.scene.layout.FlowPane$LayoutRect of javafx.scene.layout.FlowPane
  private Run = javafx.scene.layout.FlowPane$Run of javafx.scene.layout.FlowPane