public class javafx.scene.layout.HBox extends javafx.scene.layout.Pane
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.layout.HBox
  super_class: javafx.scene.layout.Pane
{
  private boolean biasDirty;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private double minBaselineComplement;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double prefBaselineComplement;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private javafx.geometry.Orientation bias;
    descriptor: Ljavafx/geometry/Orientation;
    flags: (0x0002) ACC_PRIVATE

  private double[][] tempArray;
    descriptor: [[D
    flags: (0x0002) ACC_PRIVATE

  private static final java.lang.String MARGIN_CONSTRAINT;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "hbox-margin"

  private static final java.lang.String HGROW_CONSTRAINT;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "hbox-hgrow"

  private static final javafx.util.Callback<javafx.scene.Node, javafx.geometry.Insets> marginAccessor;
    descriptor: Ljavafx/util/Callback;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljavafx/util/Callback<Ljavafx/scene/Node;Ljavafx/geometry/Insets;>;

  private javafx.beans.property.DoubleProperty spacing;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.ObjectProperty<javafx.geometry.Pos> alignment;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/geometry/Pos;>;

  private javafx.beans.property.BooleanProperty fillHeight;
    descriptor: Ljavafx/beans/property/BooleanProperty;
    flags: (0x0002) ACC_PRIVATE

  private double baselineOffset;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 214
            invokedynamic call()Ljavafx/util/Callback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  javafx/scene/layout/HBox.lambda$0(Ljavafx/scene/Node;)Ljavafx/geometry/Insets; (6)
                  (Ljavafx/scene/Node;)Ljavafx/geometry/Insets;
            putstatic javafx.scene.layout.HBox.marginAccessor:Ljavafx/util/Callback;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void setHgrow(javafx.scene.Node, javafx.scene.layout.Priority);
    descriptor: (Ljavafx/scene/Node;Ljavafx/scene/layout/Priority;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.Node child
        start local 1 // javafx.scene.layout.Priority value
         0: .line 182
            aload 0 /* child */
            ldc "hbox-hgrow"
            aload 1 /* value */
            invokestatic javafx.scene.layout.HBox.setConstraint:(Ljavafx/scene/Node;Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 183
            return
        end local 1 // javafx.scene.layout.Priority value
        end local 0 // javafx.scene.Node child
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  child  Ljavafx/scene/Node;
            0    2     1  value  Ljavafx/scene/layout/Priority;
    MethodParameters:
       Name  Flags
      child  
      value  

  public static javafx.scene.layout.Priority getHgrow(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)Ljavafx/scene/layout/Priority;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.Node child
         0: .line 191
            aload 0 /* child */
            ldc "hbox-hgrow"
            invokestatic javafx.scene.layout.HBox.getConstraint:(Ljavafx/scene/Node;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javafx.scene.layout.Priority
            areturn
        end local 0 // javafx.scene.Node child
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  child  Ljavafx/scene/Node;
    MethodParameters:
       Name  Flags
      child  

  public static void setMargin(javafx.scene.Node, javafx.geometry.Insets);
    descriptor: (Ljavafx/scene/Node;Ljavafx/geometry/Insets;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.Node child
        start local 1 // javafx.geometry.Insets value
         0: .line 202
            aload 0 /* child */
            ldc "hbox-margin"
            aload 1 /* value */
            invokestatic javafx.scene.layout.HBox.setConstraint:(Ljavafx/scene/Node;Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 203
            return
        end local 1 // javafx.geometry.Insets value
        end local 0 // javafx.scene.Node child
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  child  Ljavafx/scene/Node;
            0    2     1  value  Ljavafx/geometry/Insets;
    MethodParameters:
       Name  Flags
      child  
      value  

  public static javafx.geometry.Insets getMargin(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)Ljavafx/geometry/Insets;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.Node child
         0: .line 211
            aload 0 /* child */
            ldc "hbox-margin"
            invokestatic javafx.scene.layout.HBox.getConstraint:(Ljavafx/scene/Node;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javafx.geometry.Insets
            areturn
        end local 0 // javafx.scene.Node child
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  child  Ljavafx/scene/Node;
    MethodParameters:
       Name  Flags
      child  

  public static void clearConstraints(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.Node child
         0: .line 221
            aload 0 /* child */
            aconst_null
            invokestatic javafx.scene.layout.HBox.setHgrow:(Ljavafx/scene/Node;Ljavafx/scene/layout/Priority;)V
         1: .line 222
            aload 0 /* child */
            aconst_null
            invokestatic javafx.scene.layout.HBox.setMargin:(Ljavafx/scene/Node;Ljavafx/geometry/Insets;)V
         2: .line 223
            return
        end local 0 // javafx.scene.Node child
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  child  Ljavafx/scene/Node;
    MethodParameters:
       Name  Flags
      child  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.scene.layout.HBox this
         0: .line 233
            aload 0 /* this */
            invokespecial javafx.scene.layout.Pane.<init>:()V
         1: .line 157
            aload 0 /* this */
            iconst_1
            putfield javafx.scene.layout.HBox.biasDirty:Z
         2: .line 158
            aload 0 /* this */
            ldc NaN
            putfield javafx.scene.layout.HBox.minBaselineComplement:D
         3: .line 159
            aload 0 /* this */
            ldc NaN
            putfield javafx.scene.layout.HBox.prefBaselineComplement:D
         4: .line 584
            aload 0 /* this */
            ldc NaN
            putfield javafx.scene.layout.HBox.baselineOffset:D
         5: .line 234
            return
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavafx/scene/layout/HBox;

  public void <init>(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.layout.HBox this
        start local 1 // double spacing
         0: .line 241
            aload 0 /* this */
            invokespecial javafx.scene.layout.HBox.<init>:()V
         1: .line 242
            aload 0 /* this */
            dload 1 /* spacing */
            invokevirtual javafx.scene.layout.HBox.setSpacing:(D)V
         2: .line 243
            return
        end local 1 // double spacing
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Ljavafx/scene/layout/HBox;
            0    3     1  spacing  D
    MethodParameters:
         Name  Flags
      spacing  

  public void <init>(javafx.scene.Node[]);
    descriptor: ([Ljavafx/scene/Node;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.layout.HBox this
        start local 1 // javafx.scene.Node[] children
         0: .line 251
            aload 0 /* this */
            invokespecial javafx.scene.layout.Pane.<init>:()V
         1: .line 157
            aload 0 /* this */
            iconst_1
            putfield javafx.scene.layout.HBox.biasDirty:Z
         2: .line 158
            aload 0 /* this */
            ldc NaN
            putfield javafx.scene.layout.HBox.minBaselineComplement:D
         3: .line 159
            aload 0 /* this */
            ldc NaN
            putfield javafx.scene.layout.HBox.prefBaselineComplement:D
         4: .line 584
            aload 0 /* this */
            ldc NaN
            putfield javafx.scene.layout.HBox.baselineOffset:D
         5: .line 252
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getChildren:()Ljavafx/collections/ObservableList;
            aload 1 /* children */
            invokeinterface javafx.collections.ObservableList.addAll:([Ljava/lang/Object;)Z
            pop
         6: .line 253
            return
        end local 1 // javafx.scene.Node[] children
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Ljavafx/scene/layout/HBox;
            0    7     1  children  [Ljavafx/scene/Node;
    MethodParameters:
          Name  Flags
      children  

  public void <init>(double, javafx.scene.Node[]);
    descriptor: (D[Ljavafx/scene/Node;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.scene.layout.HBox this
        start local 1 // double spacing
        start local 3 // javafx.scene.Node[] children
         0: .line 262
            aload 0 /* this */
            invokespecial javafx.scene.layout.HBox.<init>:()V
         1: .line 263
            aload 0 /* this */
            dload 1 /* spacing */
            invokevirtual javafx.scene.layout.HBox.setSpacing:(D)V
         2: .line 264
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getChildren:()Ljavafx/collections/ObservableList;
            aload 3 /* children */
            invokeinterface javafx.collections.ObservableList.addAll:([Ljava/lang/Object;)Z
            pop
         3: .line 265
            return
        end local 3 // javafx.scene.Node[] children
        end local 1 // double spacing
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljavafx/scene/layout/HBox;
            0    4     1   spacing  D
            0    4     3  children  [Ljavafx/scene/Node;
    MethodParameters:
          Name  Flags
      spacing   
      children  

  public final javafx.beans.property.DoubleProperty spacingProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.layout.HBox this
         0: .line 272
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.spacing:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 273
            aload 0 /* this */
            new javafx.scene.layout.HBox$1
            dup
            aload 0 /* this */
            invokespecial javafx.scene.layout.HBox$1.<init>:(Ljavafx/scene/layout/HBox;)V
            putfield javafx.scene.layout.HBox.spacing:Ljavafx/beans/property/DoubleProperty;
         2: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.spacing:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/layout/HBox;

  public final void setSpacing(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.layout.HBox this
        start local 1 // double value
         0: .line 299
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.spacingProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
            return
        end local 1 // double value
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/layout/HBox;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getSpacing();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.layout.HBox this
         0: .line 300
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.spacing:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.layout.HBox.spacing:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/layout/HBox;

  public final javafx.beans.property.ObjectProperty<javafx.geometry.Pos> alignmentProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.scene.layout.HBox this
         0: .line 308
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.alignment:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 309
            aload 0 /* this */
            new javafx.scene.layout.HBox$2
            dup
            aload 0 /* this */
            getstatic javafx.geometry.Pos.TOP_LEFT:Ljavafx/geometry/Pos;
            invokespecial javafx.scene.layout.HBox$2.<init>:(Ljavafx/scene/layout/HBox;Ljavafx/geometry/Pos;)V
            putfield javafx.scene.layout.HBox.alignment:Ljavafx/beans/property/ObjectProperty;
         2: .line 331
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.alignment:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/layout/HBox;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/geometry/Pos;>;

  public final void setAlignment(javafx.geometry.Pos);
    descriptor: (Ljavafx/geometry/Pos;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.layout.HBox this
        start local 1 // javafx.geometry.Pos value
         0: .line 335
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.alignmentProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
            return
        end local 1 // javafx.geometry.Pos value
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/layout/HBox;
            0    1     1  value  Ljavafx/geometry/Pos;
    MethodParameters:
       Name  Flags
      value  

  public final javafx.geometry.Pos getAlignment();
    descriptor: ()Ljavafx/geometry/Pos;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.layout.HBox this
         0: .line 336
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.alignment:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            getstatic javafx.geometry.Pos.TOP_LEFT:Ljavafx/geometry/Pos;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.layout.HBox.alignment:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast javafx.geometry.Pos
      StackMap locals:
      StackMap stack: javafx.geometry.Pos
         2: areturn
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/layout/HBox;

  private javafx.geometry.Pos getAlignmentInternal();
    descriptor: ()Ljavafx/geometry/Pos;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javafx.scene.layout.HBox this
         0: .line 338
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getAlignment:()Ljavafx/geometry/Pos;
            astore 1 /* localPos */
        start local 1 // javafx.geometry.Pos localPos
         1: .line 339
            aload 1 /* localPos */
            ifnonnull 2
            getstatic javafx.geometry.Pos.TOP_LEFT:Ljavafx/geometry/Pos;
            goto 3
      StackMap locals: javafx.geometry.Pos
      StackMap stack:
         2: aload 1 /* localPos */
      StackMap locals:
      StackMap stack: javafx.geometry.Pos
         3: areturn
        end local 1 // javafx.geometry.Pos localPos
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljavafx/scene/layout/HBox;
            1    4     1  localPos  Ljavafx/geometry/Pos;

  public final javafx.beans.property.BooleanProperty fillHeightProperty();
    descriptor: ()Ljavafx/beans/property/BooleanProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.scene.layout.HBox this
         0: .line 351
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.fillHeight:Ljavafx/beans/property/BooleanProperty;
            ifnonnull 2
         1: .line 352
            aload 0 /* this */
            new javafx.scene.layout.HBox$3
            dup
            aload 0 /* this */
            iconst_1
            invokespecial javafx.scene.layout.HBox$3.<init>:(Ljavafx/scene/layout/HBox;Z)V
            putfield javafx.scene.layout.HBox.fillHeight:Ljavafx/beans/property/BooleanProperty;
         2: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.fillHeight:Ljavafx/beans/property/BooleanProperty;
            areturn
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/layout/HBox;

  public final void setFillHeight(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.layout.HBox this
        start local 1 // boolean value
         0: .line 378
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.fillHeightProperty:()Ljavafx/beans/property/BooleanProperty;
            iload 1 /* value */
            invokevirtual javafx.beans.property.BooleanProperty.set:(Z)V
            return
        end local 1 // boolean value
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/layout/HBox;
            0    1     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public final boolean isFillHeight();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.layout.HBox this
         0: .line 379
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.fillHeight:Ljavafx/beans/property/BooleanProperty;
            ifnonnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.layout.HBox.fillHeight:Ljavafx/beans/property/BooleanProperty;
            invokevirtual javafx.beans.property.BooleanProperty.get:()Z
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/layout/HBox;

  private boolean shouldFillHeight();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.layout.HBox this
         0: .line 382
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.isFillHeight:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getAlignmentInternal:()Ljavafx/geometry/Pos;
            invokevirtual javafx.geometry.Pos.getVpos:()Ljavafx/geometry/VPos;
            getstatic javafx.geometry.VPos.BASELINE:Ljavafx/geometry/VPos;
            if_acmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/layout/HBox;

  public javafx.geometry.Orientation getContentBias();
    descriptor: ()Ljavafx/geometry/Orientation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // javafx.scene.layout.HBox this
         0: .line 390
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.biasDirty:Z
            ifeq 12
         1: .line 391
            aload 0 /* this */
            aconst_null
            putfield javafx.scene.layout.HBox.bias:Ljavafx/geometry/Orientation;
         2: .line 392
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getManagedChildren:()Ljava/util/List;
            astore 1 /* children */
        start local 1 // java.util.List children
         3: .line 393
            aload 1 /* children */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 10
      StackMap locals: javafx.scene.layout.HBox java.util.List top java.util.Iterator
      StackMap stack:
         4: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 2 /* child */
        start local 2 // javafx.scene.Node child
         5: .line 394
            aload 2 /* child */
            invokevirtual javafx.scene.Node.getContentBias:()Ljavafx/geometry/Orientation;
            astore 4 /* contentBias */
        start local 4 // javafx.geometry.Orientation contentBias
         6: .line 395
            aload 4 /* contentBias */
            ifnull 10
         7: .line 396
            aload 0 /* this */
            aload 4 /* contentBias */
            putfield javafx.scene.layout.HBox.bias:Ljavafx/geometry/Orientation;
         8: .line 397
            aload 4 /* contentBias */
            getstatic javafx.geometry.Orientation.HORIZONTAL:Ljavafx/geometry/Orientation;
            if_acmpne 10
         9: .line 398
            goto 11
        end local 4 // javafx.geometry.Orientation contentBias
        end local 2 // javafx.scene.Node child
        10: .line 393
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        11: .line 402
      StackMap locals: javafx.scene.layout.HBox java.util.List
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.layout.HBox.biasDirty:Z
        end local 1 // java.util.List children
        12: .line 404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.bias:Ljavafx/geometry/Orientation;
            areturn
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Ljavafx/scene/layout/HBox;
            3   12     1     children  Ljava/util/List<Ljavafx/scene/Node;>;
            5   10     2        child  Ljavafx/scene/Node;
            6   10     4  contentBias  Ljavafx/geometry/Orientation;

  protected double computeMinWidth(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // javafx.scene.layout.HBox this
        start local 1 // double height
         0: .line 408
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getInsets:()Ljavafx/geometry/Insets;
            astore 3 /* insets */
        start local 3 // javafx.geometry.Insets insets
         1: .line 409
            aload 0 /* this */
            aload 3 /* insets */
            invokevirtual javafx.geometry.Insets.getLeft:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceX:(D)D
         2: .line 410
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getManagedChildren:()Ljava/util/List;
            dload 1 /* height */
            iconst_1
            invokevirtual javafx.scene.layout.HBox.computeContentWidth:(Ljava/util/List;DZ)D
         3: .line 409
            dadd
         4: .line 411
            aload 0 /* this */
            aload 3 /* insets */
            invokevirtual javafx.geometry.Insets.getRight:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceX:(D)D
         5: .line 409
            dadd
            dreturn
        end local 3 // javafx.geometry.Insets insets
        end local 1 // double height
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavafx/scene/layout/HBox;
            0    6     1  height  D
            1    6     3  insets  Ljavafx/geometry/Insets;
    MethodParameters:
        Name  Flags
      height  

  protected double computeMinHeight(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // javafx.scene.layout.HBox this
        start local 1 // double width
         0: .line 415
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getInsets:()Ljavafx/geometry/Insets;
            astore 3 /* insets */
        start local 3 // javafx.geometry.Insets insets
         1: .line 416
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getManagedChildren:()Ljava/util/List;
            astore 4 /* managed */
        start local 4 // java.util.List managed
         2: .line 417
            dconst_0
            dstore 5 /* contentHeight */
        start local 5 // double contentHeight
         3: .line 418
            dload 1 /* width */
            ldc -1.0
            dcmpl
            ifeq 8
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getContentBias:()Ljavafx/geometry/Orientation;
            ifnull 8
         4: .line 419
            aload 0 /* this */
            aload 4 /* managed */
            ldc -1.0
            iconst_0
            invokevirtual javafx.scene.layout.HBox.getAreaWidths:(Ljava/util/List;DZ)[[D
            astore 7 /* prefWidths */
        start local 7 // double[][] prefWidths
         5: .line 420
            aload 0 /* this */
            aload 4 /* managed */
            aload 7 /* prefWidths */
            dload 1 /* width */
            ldc -1.0
            invokevirtual javafx.scene.layout.HBox.adjustAreaWidths:(Ljava/util/List;[[DDD)D
            pop2
         6: .line 421
            aload 0 /* this */
            aload 4 /* managed */
            getstatic javafx.scene.layout.HBox.marginAccessor:Ljavafx/util/Callback;
            aload 7 /* prefWidths */
            iconst_0
            aaload
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getAlignmentInternal:()Ljavafx/geometry/Pos;
            invokevirtual javafx.geometry.Pos.getVpos:()Ljavafx/geometry/VPos;
            invokevirtual javafx.scene.layout.HBox.computeMaxMinAreaHeight:(Ljava/util/List;Ljavafx/util/Callback;[DLjavafx/geometry/VPos;)D
            dstore 5 /* contentHeight */
        end local 7 // double[][] prefWidths
         7: .line 422
            goto 9
         8: .line 423
      StackMap locals: javafx.geometry.Insets java.util.List double
      StackMap stack:
            aload 0 /* this */
            aload 4 /* managed */
            getstatic javafx.scene.layout.HBox.marginAccessor:Ljavafx/util/Callback;
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getAlignmentInternal:()Ljavafx/geometry/Pos;
            invokevirtual javafx.geometry.Pos.getVpos:()Ljavafx/geometry/VPos;
            invokevirtual javafx.scene.layout.HBox.computeMaxMinAreaHeight:(Ljava/util/List;Ljavafx/util/Callback;Ljavafx/geometry/VPos;)D
            dstore 5 /* contentHeight */
         9: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* insets */
            invokevirtual javafx.geometry.Insets.getTop:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceY:(D)D
        10: .line 426
            dload 5 /* contentHeight */
        11: .line 425
            dadd
        12: .line 427
            aload 0 /* this */
            aload 3 /* insets */
            invokevirtual javafx.geometry.Insets.getBottom:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceY:(D)D
        13: .line 425
            dadd
            dreturn
        end local 5 // double contentHeight
        end local 4 // java.util.List managed
        end local 3 // javafx.geometry.Insets insets
        end local 1 // double width
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Ljavafx/scene/layout/HBox;
            0   14     1          width  D
            1   14     3         insets  Ljavafx/geometry/Insets;
            2   14     4        managed  Ljava/util/List<Ljavafx/scene/Node;>;
            3   14     5  contentHeight  D
            5    7     7     prefWidths  [[D
    MethodParameters:
       Name  Flags
      width  

  protected double computePrefWidth(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // javafx.scene.layout.HBox this
        start local 1 // double height
         0: .line 431
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getInsets:()Ljavafx/geometry/Insets;
            astore 3 /* insets */
        start local 3 // javafx.geometry.Insets insets
         1: .line 432
            aload 0 /* this */
            aload 3 /* insets */
            invokevirtual javafx.geometry.Insets.getLeft:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceX:(D)D
         2: .line 433
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getManagedChildren:()Ljava/util/List;
            dload 1 /* height */
            iconst_0
            invokevirtual javafx.scene.layout.HBox.computeContentWidth:(Ljava/util/List;DZ)D
         3: .line 432
            dadd
         4: .line 434
            aload 0 /* this */
            aload 3 /* insets */
            invokevirtual javafx.geometry.Insets.getRight:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceX:(D)D
         5: .line 432
            dadd
            dreturn
        end local 3 // javafx.geometry.Insets insets
        end local 1 // double height
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavafx/scene/layout/HBox;
            0    6     1  height  D
            1    6     3  insets  Ljavafx/geometry/Insets;
    MethodParameters:
        Name  Flags
      height  

  protected double computePrefHeight(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // javafx.scene.layout.HBox this
        start local 1 // double width
         0: .line 438
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getInsets:()Ljavafx/geometry/Insets;
            astore 3 /* insets */
        start local 3 // javafx.geometry.Insets insets
         1: .line 439
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getManagedChildren:()Ljava/util/List;
            astore 4 /* managed */
        start local 4 // java.util.List managed
         2: .line 440
            dconst_0
            dstore 5 /* contentHeight */
        start local 5 // double contentHeight
         3: .line 441
            dload 1 /* width */
            ldc -1.0
            dcmpl
            ifeq 8
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getContentBias:()Ljavafx/geometry/Orientation;
            ifnull 8
         4: .line 442
            aload 0 /* this */
            aload 4 /* managed */
            ldc -1.0
            iconst_0
            invokevirtual javafx.scene.layout.HBox.getAreaWidths:(Ljava/util/List;DZ)[[D
            astore 7 /* prefWidths */
        start local 7 // double[][] prefWidths
         5: .line 443
            aload 0 /* this */
            aload 4 /* managed */
            aload 7 /* prefWidths */
            dload 1 /* width */
            ldc -1.0
            invokevirtual javafx.scene.layout.HBox.adjustAreaWidths:(Ljava/util/List;[[DDD)D
            pop2
         6: .line 444
            aload 0 /* this */
            aload 4 /* managed */
            getstatic javafx.scene.layout.HBox.marginAccessor:Ljavafx/util/Callback;
            aload 7 /* prefWidths */
            iconst_0
            aaload
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getAlignmentInternal:()Ljavafx/geometry/Pos;
            invokevirtual javafx.geometry.Pos.getVpos:()Ljavafx/geometry/VPos;
            invokevirtual javafx.scene.layout.HBox.computeMaxPrefAreaHeight:(Ljava/util/List;Ljavafx/util/Callback;[DLjavafx/geometry/VPos;)D
            dstore 5 /* contentHeight */
        end local 7 // double[][] prefWidths
         7: .line 445
            goto 9
         8: .line 446
      StackMap locals: javafx.geometry.Insets java.util.List double
      StackMap stack:
            aload 0 /* this */
            aload 4 /* managed */
            getstatic javafx.scene.layout.HBox.marginAccessor:Ljavafx/util/Callback;
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getAlignmentInternal:()Ljavafx/geometry/Pos;
            invokevirtual javafx.geometry.Pos.getVpos:()Ljavafx/geometry/VPos;
            invokevirtual javafx.scene.layout.HBox.computeMaxPrefAreaHeight:(Ljava/util/List;Ljavafx/util/Callback;Ljavafx/geometry/VPos;)D
            dstore 5 /* contentHeight */
         9: .line 448
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* insets */
            invokevirtual javafx.geometry.Insets.getTop:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceY:(D)D
        10: .line 449
            dload 5 /* contentHeight */
        11: .line 448
            dadd
        12: .line 450
            aload 0 /* this */
            aload 3 /* insets */
            invokevirtual javafx.geometry.Insets.getBottom:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceY:(D)D
        13: .line 448
            dadd
            dreturn
        end local 5 // double contentHeight
        end local 4 // java.util.List managed
        end local 3 // javafx.geometry.Insets insets
        end local 1 // double width
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Ljavafx/scene/layout/HBox;
            0   14     1          width  D
            1   14     3         insets  Ljavafx/geometry/Insets;
            2   14     4        managed  Ljava/util/List<Ljavafx/scene/Node;>;
            3   14     5  contentHeight  D
            5    7     7     prefWidths  [[D
    MethodParameters:
       Name  Flags
      width  

  private double[][] getAreaWidths(java.util.List<javafx.scene.Node>, double, );
    descriptor: (Ljava/util/List;DZ)[[D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=13, args_size=4
        start local 0 // javafx.scene.layout.HBox this
        start local 1 // java.util.List managed
        start local 2 // double height
        start local 4 // boolean minimum
         0: .line 455
            aload 0 /* this */
            aload 1 /* managed */
            invokeinterface java.util.List.size:()I
            invokevirtual javafx.scene.layout.HBox.getTempArray:(I)[[D
            astore 5 /* temp */
        start local 5 // double[][] temp
         1: .line 456
            dload 2 /* height */
            ldc -1.0
            dcmpl
            ifne 2
            ldc -1.0
            goto 4
      StackMap locals: double[][]
      StackMap stack:
         2: dload 2 /* height */
         3: .line 457
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getInsets:()Ljavafx/geometry/Insets;
            invokevirtual javafx.geometry.Insets.getTop:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceY:(D)D
            dsub
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getInsets:()Ljavafx/geometry/Insets;
            invokevirtual javafx.geometry.Insets.getBottom:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceY:(D)D
            dsub
         4: .line 456
      StackMap locals:
      StackMap stack: double
            dstore 6 /* insideHeight */
        start local 6 // double insideHeight
         5: .line 458
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.shouldFillHeight:()Z
            istore 8 /* shouldFillHeight */
        start local 8 // boolean shouldFillHeight
         6: .line 459
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         7: aload 1 /* managed */
            invokeinterface java.util.List.size:()I
            istore 10 /* size */
        start local 10 // int size
         8: goto 16
         9: .line 460
      StackMap locals: javafx.scene.layout.HBox java.util.List double int double[][] double int int int
      StackMap stack:
            aload 1 /* managed */
            iload 9 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 11 /* child */
        start local 11 // javafx.scene.Node child
        10: .line 461
            aload 11 /* child */
            invokestatic javafx.scene.layout.HBox.getMargin:(Ljavafx/scene/Node;)Ljavafx/geometry/Insets;
            astore 12 /* margin */
        start local 12 // javafx.geometry.Insets margin
        11: .line 462
            iload 4 /* minimum */
            ifeq 14
        12: .line 463
            aload 5 /* temp */
            iconst_0
            aaload
            iload 9 /* i */
            aload 0 /* this */
            aload 11 /* child */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getMinBaselineComplement:()D
            aload 12 /* margin */
            dload 6 /* insideHeight */
            iload 8 /* shouldFillHeight */
            invokevirtual javafx.scene.layout.HBox.computeChildMinAreaWidth:(Ljavafx/scene/Node;DLjavafx/geometry/Insets;DZ)D
            dastore
        13: .line 464
            goto 15
        14: .line 465
      StackMap locals: javafx.scene.Node javafx.geometry.Insets
      StackMap stack:
            aload 5 /* temp */
            iconst_0
            aaload
            iload 9 /* i */
            aload 0 /* this */
            aload 11 /* child */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getPrefBaselineComplement:()D
            aload 12 /* margin */
            dload 6 /* insideHeight */
            iload 8 /* shouldFillHeight */
            invokevirtual javafx.scene.layout.HBox.computeChildPrefAreaWidth:(Ljavafx/scene/Node;DLjavafx/geometry/Insets;DZ)D
            dastore
        end local 12 // javafx.geometry.Insets margin
        end local 11 // javafx.scene.Node child
        15: .line 459
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 9 /* i */
            iload 10 /* size */
            if_icmplt 9
        end local 10 // int size
        end local 9 // int i
        17: .line 468
            aload 5 /* temp */
            areturn
        end local 8 // boolean shouldFillHeight
        end local 6 // double insideHeight
        end local 5 // double[][] temp
        end local 4 // boolean minimum
        end local 2 // double height
        end local 1 // java.util.List managed
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   18     0              this  Ljavafx/scene/layout/HBox;
            0   18     1           managed  Ljava/util/List<Ljavafx/scene/Node;>;
            0   18     2            height  D
            0   18     4           minimum  Z
            1   18     5              temp  [[D
            5   18     6      insideHeight  D
            6   18     8  shouldFillHeight  Z
            7   17     9                 i  I
            8   17    10              size  I
           10   15    11             child  Ljavafx/scene/Node;
           11   15    12            margin  Ljavafx/geometry/Insets;
    Signature: (Ljava/util/List<Ljavafx/scene/Node;>;DZ)[[D
    MethodParameters:
         Name  Flags
      managed  
      height   
      minimum  

  private double adjustAreaWidths(java.util.List<javafx.scene.Node>, double[][], double, );
    descriptor: (Ljava/util/List;[[DDD)D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=20, args_size=5
        start local 0 // javafx.scene.layout.HBox this
        start local 1 // java.util.List managed
        start local 2 // double[][] areaWidths
        start local 3 // double width
        start local 5 // double height
         0: .line 472
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getInsets:()Ljavafx/geometry/Insets;
            astore 7 /* insets */
        start local 7 // javafx.geometry.Insets insets
         1: .line 473
            aload 0 /* this */
            aload 7 /* insets */
            invokevirtual javafx.geometry.Insets.getTop:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceY:(D)D
            dstore 8 /* top */
        start local 8 // double top
         2: .line 474
            aload 0 /* this */
            aload 7 /* insets */
            invokevirtual javafx.geometry.Insets.getBottom:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceY:(D)D
            dstore 10 /* bottom */
        start local 10 // double bottom
         3: .line 476
            aload 2 /* areaWidths */
            iconst_0
            aaload
            aload 1 /* managed */
            invokeinterface java.util.List.size:()I
            invokestatic javafx.scene.layout.HBox.sum:([DI)D
            aload 1 /* managed */
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            i2d
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getSpacing:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceX:(D)D
            dmul
            dadd
            dstore 12 /* contentWidth */
        start local 12 // double contentWidth
         4: .line 477
            dload 3 /* width */
         5: .line 478
            aload 0 /* this */
            aload 7 /* insets */
            invokevirtual javafx.geometry.Insets.getLeft:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceX:(D)D
         6: .line 477
            dsub
         7: .line 478
            aload 0 /* this */
            aload 7 /* insets */
            invokevirtual javafx.geometry.Insets.getRight:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceX:(D)D
         8: .line 477
            dsub
         9: .line 478
            dload 12 /* contentWidth */
        10: .line 477
            dsub
            dstore 14 /* extraWidth */
        start local 14 // double extraWidth
        11: .line 480
            dload 14 /* extraWidth */
            dconst_0
            dcmpl
            ifeq 18
        12: .line 481
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.shouldFillHeight:()Z
            ifeq 13
            dload 5 /* height */
            ldc -1.0
            dcmpl
            ifeq 13
            dload 5 /* height */
            dload 8 /* top */
            dsub
            dload 10 /* bottom */
            dsub
            goto 14
      StackMap locals: javafx.scene.layout.HBox java.util.List double[][] double double javafx.geometry.Insets double double double double
      StackMap stack:
        13: ldc -1.0
      StackMap locals:
      StackMap stack: double
        14: dstore 16 /* refHeight */
        start local 16 // double refHeight
        15: .line 482
            aload 0 /* this */
            aload 1 /* managed */
            aload 2 /* areaWidths */
            getstatic javafx.scene.layout.Priority.ALWAYS:Ljavafx/scene/layout/Priority;
            dload 14 /* extraWidth */
            dload 16 /* refHeight */
            invokevirtual javafx.scene.layout.HBox.growOrShrinkAreaWidths:(Ljava/util/List;[[DLjavafx/scene/layout/Priority;DD)D
            dstore 18 /* remaining */
        start local 18 // double remaining
        16: .line 483
            aload 0 /* this */
            aload 1 /* managed */
            aload 2 /* areaWidths */
            getstatic javafx.scene.layout.Priority.SOMETIMES:Ljavafx/scene/layout/Priority;
            dload 18 /* remaining */
            dload 16 /* refHeight */
            invokevirtual javafx.scene.layout.HBox.growOrShrinkAreaWidths:(Ljava/util/List;[[DLjavafx/scene/layout/Priority;DD)D
            dstore 18 /* remaining */
        17: .line 484
            dload 12 /* contentWidth */
            dload 14 /* extraWidth */
            dload 18 /* remaining */
            dsub
            dadd
            dstore 12 /* contentWidth */
        end local 18 // double remaining
        end local 16 // double refHeight
        18: .line 486
      StackMap locals:
      StackMap stack:
            dload 12 /* contentWidth */
            dreturn
        end local 14 // double extraWidth
        end local 12 // double contentWidth
        end local 10 // double bottom
        end local 8 // double top
        end local 7 // javafx.geometry.Insets insets
        end local 5 // double height
        end local 3 // double width
        end local 2 // double[][] areaWidths
        end local 1 // java.util.List managed
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   19     0          this  Ljavafx/scene/layout/HBox;
            0   19     1       managed  Ljava/util/List<Ljavafx/scene/Node;>;
            0   19     2    areaWidths  [[D
            0   19     3         width  D
            0   19     5        height  D
            1   19     7        insets  Ljavafx/geometry/Insets;
            2   19     8           top  D
            3   19    10        bottom  D
            4   19    12  contentWidth  D
           11   19    14    extraWidth  D
           15   18    16     refHeight  D
           16   18    18     remaining  D
    Signature: (Ljava/util/List<Ljavafx/scene/Node;>;[[DDD)D
    MethodParameters:
            Name  Flags
      managed     
      areaWidths  
      width       
      height      

  private double growOrShrinkAreaWidths(java.util.List<javafx.scene.Node>, double[][], javafx.scene.layout.Priority, double, );
    descriptor: (Ljava/util/List;[[DLjavafx/scene/layout/Priority;DD)D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=23, args_size=6
        start local 0 // javafx.scene.layout.HBox this
        start local 1 // java.util.List managed
        start local 2 // double[][] areaWidths
        start local 3 // javafx.scene.layout.Priority priority
        start local 4 // double extraWidth
        start local 6 // double height
         0: .line 490
            dload 4 /* extraWidth */
            dconst_0
            dcmpg
            ifge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 8 /* shrinking */
        start local 8 // boolean shrinking
         3: .line 491
            iconst_0
            istore 9 /* adjustingNumber */
        start local 9 // int adjustingNumber
         4: .line 493
            aload 2 /* areaWidths */
            iconst_0
            aaload
            astore 10 /* usedWidths */
        start local 10 // double[] usedWidths
         5: .line 494
            aload 2 /* areaWidths */
            iconst_1
            aaload
            astore 11 /* temp */
        start local 11 // double[] temp
         6: .line 495
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.shouldFillHeight:()Z
            istore 12 /* shouldFillHeight */
        start local 12 // boolean shouldFillHeight
         7: .line 497
            iload 8 /* shrinking */
            ifeq 17
         8: .line 498
            aload 1 /* managed */
            invokeinterface java.util.List.size:()I
            istore 9 /* adjustingNumber */
         9: .line 499
            iconst_0
            istore 13 /* i */
        start local 13 // int i
        10: aload 1 /* managed */
            invokeinterface java.util.List.size:()I
            istore 14 /* size */
        start local 14 // int size
        11: goto 15
        12: .line 500
      StackMap locals: javafx.scene.layout.HBox java.util.List double[][] javafx.scene.layout.Priority double double int int double[] double[] int int int
      StackMap stack:
            aload 1 /* managed */
            iload 13 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 15 /* child */
        start local 15 // javafx.scene.Node child
        13: .line 501
            aload 11 /* temp */
            iload 13 /* i */
            aload 0 /* this */
            aload 15 /* child */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getMinBaselineComplement:()D
            aload 15 /* child */
            invokestatic javafx.scene.layout.HBox.getMargin:(Ljavafx/scene/Node;)Ljavafx/geometry/Insets;
            dload 6 /* height */
            iload 12 /* shouldFillHeight */
            invokevirtual javafx.scene.layout.HBox.computeChildMinAreaWidth:(Ljavafx/scene/Node;DLjavafx/geometry/Insets;DZ)D
            dastore
        end local 15 // javafx.scene.Node child
        14: .line 499
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 13 /* i */
            iload 14 /* size */
            if_icmplt 12
        end local 14 // int size
        end local 13 // int i
        16: .line 503
            goto 28
        17: .line 504
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 13 /* i */
        start local 13 // int i
        18: aload 1 /* managed */
            invokeinterface java.util.List.size:()I
            istore 14 /* size */
        start local 14 // int size
        19: goto 27
        20: .line 505
      StackMap locals: int int
      StackMap stack:
            aload 1 /* managed */
            iload 13 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 15 /* child */
        start local 15 // javafx.scene.Node child
        21: .line 506
            aload 15 /* child */
            invokestatic javafx.scene.layout.HBox.getHgrow:(Ljavafx/scene/Node;)Ljavafx/scene/layout/Priority;
            aload 3 /* priority */
            if_acmpne 25
        22: .line 507
            aload 11 /* temp */
            iload 13 /* i */
            aload 0 /* this */
            aload 15 /* child */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getMinBaselineComplement:()D
            aload 15 /* child */
            invokestatic javafx.scene.layout.HBox.getMargin:(Ljavafx/scene/Node;)Ljavafx/geometry/Insets;
            dload 6 /* height */
            iload 12 /* shouldFillHeight */
            invokevirtual javafx.scene.layout.HBox.computeChildMaxAreaWidth:(Ljavafx/scene/Node;DLjavafx/geometry/Insets;DZ)D
            dastore
        23: .line 508
            iinc 9 /* adjustingNumber */ 1
        24: .line 509
            goto 26
        25: .line 510
      StackMap locals: javafx.scene.Node
      StackMap stack:
            aload 11 /* temp */
            iload 13 /* i */
            ldc -1.0
            dastore
        end local 15 // javafx.scene.Node child
        26: .line 504
      StackMap locals:
      StackMap stack:
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 13 /* i */
            iload 14 /* size */
            if_icmplt 20
        end local 14 // int size
        end local 13 // int i
        28: .line 515
      StackMap locals:
      StackMap stack:
            dload 4 /* extraWidth */
            dstore 13 /* available */
        start local 13 // double available
        29: .line 516
            goto 49
        30: .line 517
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            dload 13 /* available */
            iload 9 /* adjustingNumber */
            i2d
            ddiv
            invokevirtual javafx.scene.layout.HBox.snapPortionX:(D)D
            dstore 15 /* portion */
        start local 15 // double portion
        31: .line 518
            iconst_0
            istore 17 /* i */
        start local 17 // int i
        32: aload 1 /* managed */
            invokeinterface java.util.List.size:()I
            istore 18 /* size */
        start local 18 // int size
        33: goto 48
        34: .line 519
      StackMap locals: double int int
      StackMap stack:
            aload 11 /* temp */
            iload 17 /* i */
            daload
            ldc -1.0
            dcmpl
            ifne 36
        35: .line 520
            goto 47
        36: .line 522
      StackMap locals:
      StackMap stack:
            aload 11 /* temp */
            iload 17 /* i */
            daload
            aload 10 /* usedWidths */
            iload 17 /* i */
            daload
            dsub
            dstore 19 /* limit */
        start local 19 // double limit
        37: .line 523
            dload 19 /* limit */
            invokestatic java.lang.Math.abs:(D)D
            dload 15 /* portion */
            invokestatic java.lang.Math.abs:(D)D
            dcmpg
            ifgt 38
            dload 19 /* limit */
            goto 39
      StackMap locals: double
      StackMap stack:
        38: dload 15 /* portion */
      StackMap locals:
      StackMap stack: double
        39: dstore 21 /* change */
        start local 21 // double change
        40: .line 524
            aload 10 /* usedWidths */
            iload 17 /* i */
            dup2
            daload
            dload 21 /* change */
            dadd
            dastore
        41: .line 525
            dload 13 /* available */
            dload 21 /* change */
            dsub
            dstore 13 /* available */
        42: .line 526
            dload 13 /* available */
            invokestatic java.lang.Math.abs:(D)D
            dconst_1
            dcmpg
            ifge 44
        43: .line 527
            goto 50
        44: .line 529
      StackMap locals: double
      StackMap stack:
            dload 21 /* change */
            invokestatic java.lang.Math.abs:(D)D
            dload 15 /* portion */
            invokestatic java.lang.Math.abs:(D)D
            dcmpg
            ifge 47
        45: .line 530
            aload 11 /* temp */
            iload 17 /* i */
            ldc -1.0
            dastore
        46: .line 531
            iinc 9 /* adjustingNumber */ -1
        end local 21 // double change
        end local 19 // double limit
        47: .line 518
      StackMap locals:
      StackMap stack:
            iinc 17 /* i */ 1
      StackMap locals:
      StackMap stack:
        48: iload 17 /* i */
            iload 18 /* size */
            if_icmplt 34
        end local 18 // int size
        end local 17 // int i
        end local 15 // double portion
        49: .line 516
      StackMap locals:
      StackMap stack:
            dload 13 /* available */
            invokestatic java.lang.Math.abs:(D)D
            dconst_1
            dcmpl
            ifle 50
            iload 9 /* adjustingNumber */
            ifgt 30
        50: .line 536
      StackMap locals:
      StackMap stack:
            dload 13 /* available */
            dreturn
        end local 13 // double available
        end local 12 // boolean shouldFillHeight
        end local 11 // double[] temp
        end local 10 // double[] usedWidths
        end local 9 // int adjustingNumber
        end local 8 // boolean shrinking
        end local 6 // double height
        end local 4 // double extraWidth
        end local 3 // javafx.scene.layout.Priority priority
        end local 2 // double[][] areaWidths
        end local 1 // java.util.List managed
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   51     0              this  Ljavafx/scene/layout/HBox;
            0   51     1           managed  Ljava/util/List<Ljavafx/scene/Node;>;
            0   51     2        areaWidths  [[D
            0   51     3          priority  Ljavafx/scene/layout/Priority;
            0   51     4        extraWidth  D
            0   51     6            height  D
            3   51     8         shrinking  Z
            4   51     9   adjustingNumber  I
            5   51    10        usedWidths  [D
            6   51    11              temp  [D
            7   51    12  shouldFillHeight  Z
           10   16    13                 i  I
           11   16    14              size  I
           13   14    15             child  Ljavafx/scene/Node;
           18   28    13                 i  I
           19   28    14              size  I
           21   26    15             child  Ljavafx/scene/Node;
           29   51    13         available  D
           31   49    15           portion  D
           32   49    17                 i  I
           33   49    18              size  I
           37   47    19             limit  D
           40   47    21            change  D
    Signature: (Ljava/util/List<Ljavafx/scene/Node;>;[[DLjavafx/scene/layout/Priority;DD)D
    MethodParameters:
            Name  Flags
      managed     
      areaWidths  
      priority    
      extraWidth  
      height      

  private double computeContentWidth(java.util.List<javafx.scene.Node>, double, );
    descriptor: (Ljava/util/List;DZ)D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // javafx.scene.layout.HBox this
        start local 1 // java.util.List managedChildren
        start local 2 // double height
        start local 4 // boolean minimum
         0: .line 540
            aload 0 /* this */
            aload 1 /* managedChildren */
            dload 2 /* height */
            iload 4 /* minimum */
            invokevirtual javafx.scene.layout.HBox.getAreaWidths:(Ljava/util/List;DZ)[[D
            iconst_0
            aaload
            aload 1 /* managedChildren */
            invokeinterface java.util.List.size:()I
            invokestatic javafx.scene.layout.HBox.sum:([DI)D
         1: .line 541
            aload 1 /* managedChildren */
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            i2d
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getSpacing:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceX:(D)D
            dmul
         2: .line 540
            dadd
            dreturn
        end local 4 // boolean minimum
        end local 2 // double height
        end local 1 // java.util.List managedChildren
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Ljavafx/scene/layout/HBox;
            0    3     1  managedChildren  Ljava/util/List<Ljavafx/scene/Node;>;
            0    3     2           height  D
            0    3     4          minimum  Z
    Signature: (Ljava/util/List<Ljavafx/scene/Node;>;DZ)D
    MethodParameters:
                 Name  Flags
      managedChildren  
      height           
      minimum          

  private static double sum(double[], int);
    descriptor: ([DI)D
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // double[] array
        start local 1 // int size
         0: .line 545
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: .line 546
            dconst_0
            dstore 3 /* res */
        start local 3 // double res
         2: .line 547
            goto 4
         3: .line 548
      StackMap locals: int double
      StackMap stack:
            dload 3 /* res */
            aload 0 /* array */
            iload 2 /* i */
            iinc 2 /* i */ 1
            daload
            dadd
            dstore 3 /* res */
         4: .line 547
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            iload 1 /* size */
            if_icmpne 3
         5: .line 550
            dload 3 /* res */
            dreturn
        end local 3 // double res
        end local 2 // int i
        end local 1 // int size
        end local 0 // double[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0  array  [D
            0    6     1   size  I
            1    6     2      i  I
            2    6     3    res  D
    MethodParameters:
       Name  Flags
      array  
      size   

  public void requestLayout();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.scene.layout.HBox this
         0: .line 554
            aload 0 /* this */
            iconst_1
            putfield javafx.scene.layout.HBox.biasDirty:Z
         1: .line 555
            aload 0 /* this */
            aconst_null
            putfield javafx.scene.layout.HBox.bias:Ljavafx/geometry/Orientation;
         2: .line 556
            aload 0 /* this */
            ldc NaN
            putfield javafx.scene.layout.HBox.minBaselineComplement:D
         3: .line 557
            aload 0 /* this */
            ldc NaN
            putfield javafx.scene.layout.HBox.prefBaselineComplement:D
         4: .line 558
            aload 0 /* this */
            ldc NaN
            putfield javafx.scene.layout.HBox.baselineOffset:D
         5: .line 559
            aload 0 /* this */
            invokespecial javafx.scene.layout.Pane.requestLayout:()V
         6: .line 560
            return
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavafx/scene/layout/HBox;

  private double getMinBaselineComplement();
    descriptor: ()D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.scene.layout.HBox this
         0: .line 563
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.minBaselineComplement:D
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 5
         1: .line 564
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getAlignmentInternal:()Ljavafx/geometry/Pos;
            invokevirtual javafx.geometry.Pos.getVpos:()Ljavafx/geometry/VPos;
            getstatic javafx.geometry.VPos.BASELINE:Ljavafx/geometry/VPos;
            if_acmpne 4
         2: .line 565
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getManagedChildren:()Ljava/util/List;
            invokestatic javafx.scene.layout.HBox.getMinBaselineComplement:(Ljava/util/List;)D
            putfield javafx.scene.layout.HBox.minBaselineComplement:D
         3: .line 566
            goto 5
         4: .line 567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc -1.0
            putfield javafx.scene.layout.HBox.minBaselineComplement:D
         5: .line 570
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.minBaselineComplement:D
            dreturn
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavafx/scene/layout/HBox;

  private double getPrefBaselineComplement();
    descriptor: ()D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.scene.layout.HBox this
         0: .line 574
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.prefBaselineComplement:D
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 5
         1: .line 575
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getAlignmentInternal:()Ljavafx/geometry/Pos;
            invokevirtual javafx.geometry.Pos.getVpos:()Ljavafx/geometry/VPos;
            getstatic javafx.geometry.VPos.BASELINE:Ljavafx/geometry/VPos;
            if_acmpne 4
         2: .line 576
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getManagedChildren:()Ljava/util/List;
            invokestatic javafx.scene.layout.HBox.getPrefBaselineComplement:(Ljava/util/List;)D
            putfield javafx.scene.layout.HBox.prefBaselineComplement:D
         3: .line 577
            goto 5
         4: .line 578
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc -1.0
            putfield javafx.scene.layout.HBox.prefBaselineComplement:D
         5: .line 581
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.prefBaselineComplement:D
            dreturn
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavafx/scene/layout/HBox;

  public double getBaselineOffset();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=13, args_size=1
        start local 0 // javafx.scene.layout.HBox this
         0: .line 588
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getManagedChildren:()Ljava/util/List;
            astore 1 /* managed */
        start local 1 // java.util.List managed
         1: .line 589
            aload 1 /* managed */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 3
         2: .line 590
            ldc -Infinity
            dreturn
         3: .line 592
      StackMap locals: java.util.List
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.baselineOffset:D
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 25
         4: .line 593
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getAlignmentInternal:()Ljavafx/geometry/Pos;
            invokevirtual javafx.geometry.Pos.getVpos:()Ljavafx/geometry/VPos;
            astore 2 /* vpos */
        start local 2 // javafx.geometry.VPos vpos
         5: .line 594
            aload 2 /* vpos */
            getstatic javafx.geometry.VPos.BASELINE:Ljavafx/geometry/VPos;
            if_acmpne 24
         6: .line 595
            dconst_0
            dstore 3 /* max */
        start local 3 // double max
         7: .line 596
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         8: aload 1 /* managed */
            invokeinterface java.util.List.size:()I
            istore 6 /* sz */
        start local 6 // int sz
         9: goto 21
        10: .line 597
      StackMap locals: javafx.scene.layout.HBox java.util.List javafx.geometry.VPos double int int
      StackMap stack:
            aload 1 /* managed */
            iload 5 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 7 /* child */
        start local 7 // javafx.scene.Node child
        11: .line 598
            aload 7 /* child */
            invokevirtual javafx.scene.Node.getBaselineOffset:()D
            dstore 8 /* offset */
        start local 8 // double offset
        12: .line 599
            dload 8 /* offset */
            ldc -Infinity
            dcmpl
            ifne 15
        13: .line 600
            aload 0 /* this */
            ldc -Infinity
            putfield javafx.scene.layout.HBox.baselineOffset:D
        14: .line 601
            goto 22
        15: .line 603
      StackMap locals: javafx.scene.Node double
      StackMap stack:
            aload 7 /* child */
            invokestatic javafx.scene.layout.HBox.getMargin:(Ljavafx/scene/Node;)Ljavafx/geometry/Insets;
            astore 10 /* margin */
        start local 10 // javafx.geometry.Insets margin
        16: .line 604
            aload 10 /* margin */
            ifnull 17
            aload 10 /* margin */
            invokevirtual javafx.geometry.Insets.getTop:()D
            goto 18
      StackMap locals: javafx.geometry.Insets
      StackMap stack:
        17: dconst_0
      StackMap locals:
      StackMap stack: double
        18: dstore 11 /* top */
        start local 11 // double top
        19: .line 605
            dload 3 /* max */
            dload 11 /* top */
            aload 7 /* child */
            invokevirtual javafx.scene.Node.getLayoutBounds:()Ljavafx/geometry/Bounds;
            invokevirtual javafx.geometry.Bounds.getMinY:()D
            dadd
            dload 8 /* offset */
            dadd
            invokestatic java.lang.Math.max:(DD)D
            dstore 3 /* max */
        end local 11 // double top
        end local 10 // javafx.geometry.Insets margin
        end local 8 // double offset
        end local 7 // javafx.scene.Node child
        20: .line 596
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 5 /* i */
            iload 6 /* sz */
            if_icmplt 10
        end local 6 // int sz
        end local 5 // int i
        22: .line 608
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 3 /* max */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.snappedTopInset:()D
            dadd
            putfield javafx.scene.layout.HBox.baselineOffset:D
        end local 3 // double max
        23: .line 609
            goto 25
        24: .line 610
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc -Infinity
            putfield javafx.scene.layout.HBox.baselineOffset:D
        end local 2 // javafx.geometry.VPos vpos
        25: .line 613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.baselineOffset:D
            dreturn
        end local 1 // java.util.List managed
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   26     0     this  Ljavafx/scene/layout/HBox;
            1   26     1  managed  Ljava/util/List<Ljavafx/scene/Node;>;
            5   25     2     vpos  Ljavafx/geometry/VPos;
            7   23     3      max  D
            8   22     5        i  I
            9   22     6       sz  I
           11   20     7    child  Ljavafx/scene/Node;
           12   20     8   offset  D
           16   20    10   margin  Ljavafx/geometry/Insets;
           19   20    11      top  D

  protected void layoutChildren();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=17, locals=36, args_size=1
        start local 0 // javafx.scene.layout.HBox this
         0: .line 617
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getManagedChildren:()Ljava/util/List;
            astore 1 /* managed */
        start local 1 // java.util.List managed
         1: .line 618
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getInsets:()Ljavafx/geometry/Insets;
            astore 2 /* insets */
        start local 2 // javafx.geometry.Insets insets
         2: .line 619
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getAlignmentInternal:()Ljavafx/geometry/Pos;
            astore 3 /* align */
        start local 3 // javafx.geometry.Pos align
         3: .line 620
            aload 3 /* align */
            invokevirtual javafx.geometry.Pos.getHpos:()Ljavafx/geometry/HPos;
            astore 4 /* alignHpos */
        start local 4 // javafx.geometry.HPos alignHpos
         4: .line 621
            aload 3 /* align */
            invokevirtual javafx.geometry.Pos.getVpos:()Ljavafx/geometry/VPos;
            astore 5 /* alignVpos */
        start local 5 // javafx.geometry.VPos alignVpos
         5: .line 622
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getWidth:()D
            dstore 6 /* width */
        start local 6 // double width
         6: .line 623
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getHeight:()D
            dstore 8 /* height */
        start local 8 // double height
         7: .line 624
            aload 0 /* this */
            aload 2 /* insets */
            invokevirtual javafx.geometry.Insets.getTop:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceY:(D)D
            dstore 10 /* top */
        start local 10 // double top
         8: .line 625
            aload 0 /* this */
            aload 2 /* insets */
            invokevirtual javafx.geometry.Insets.getLeft:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceX:(D)D
            dstore 12 /* left */
        start local 12 // double left
         9: .line 626
            aload 0 /* this */
            aload 2 /* insets */
            invokevirtual javafx.geometry.Insets.getBottom:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceY:(D)D
            dstore 14 /* bottom */
        start local 14 // double bottom
        10: .line 627
            aload 0 /* this */
            aload 2 /* insets */
            invokevirtual javafx.geometry.Insets.getRight:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceX:(D)D
            dstore 16 /* right */
        start local 16 // double right
        11: .line 628
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getSpacing:()D
            invokevirtual javafx.scene.layout.HBox.snapSpaceX:(D)D
            dstore 18 /* space */
        start local 18 // double space
        12: .line 629
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.shouldFillHeight:()Z
            istore 20 /* shouldFillHeight */
        start local 20 // boolean shouldFillHeight
        13: .line 631
            aload 0 /* this */
            aload 1 /* managed */
            dload 8 /* height */
            iconst_0
            invokevirtual javafx.scene.layout.HBox.getAreaWidths:(Ljava/util/List;DZ)[[D
            astore 21 /* actualAreaWidths */
        start local 21 // double[][] actualAreaWidths
        14: .line 632
            aload 0 /* this */
            aload 1 /* managed */
            aload 21 /* actualAreaWidths */
            dload 6 /* width */
            dload 8 /* height */
            invokevirtual javafx.scene.layout.HBox.adjustAreaWidths:(Ljava/util/List;[[DDD)D
            dstore 22 /* contentWidth */
        start local 22 // double contentWidth
        15: .line 633
            dload 8 /* height */
            dload 10 /* top */
            dsub
            dload 14 /* bottom */
            dsub
            dstore 24 /* contentHeight */
        start local 24 // double contentHeight
        16: .line 635
            dload 12 /* left */
            dload 6 /* width */
            dload 12 /* left */
            dsub
            dload 16 /* right */
            dsub
            dload 22 /* contentWidth */
            aload 3 /* align */
            invokevirtual javafx.geometry.Pos.getHpos:()Ljavafx/geometry/HPos;
            invokestatic javafx.scene.layout.HBox.computeXOffset:(DDLjavafx/geometry/HPos;)D
            dadd
            dstore 26 /* x */
        start local 26 // double x
        17: .line 636
            dload 10 /* top */
            dstore 28 /* y */
        start local 28 // double y
        18: .line 637
            ldc -1.0
            dstore 30 /* baselineOffset */
        start local 30 // double baselineOffset
        19: .line 638
            aload 5 /* alignVpos */
            getstatic javafx.geometry.VPos.BASELINE:Ljavafx/geometry/VPos;
            if_acmpne 24
        20: .line 639
            aload 0 /* this */
            invokevirtual javafx.scene.layout.HBox.getMinBaselineComplement:()D
            dstore 32 /* baselineComplement */
        start local 32 // double baselineComplement
        21: .line 640
            aload 0 /* this */
            aload 1 /* managed */
            getstatic javafx.scene.layout.HBox.marginAccessor:Ljavafx/util/Callback;
            aload 21 /* actualAreaWidths */
            invokedynamic apply([[D)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  javafx/scene/layout/HBox.lambda$1([[DLjava/lang/Integer;)Ljava/lang/Double; (6)
                  (Ljava/lang/Integer;)Ljava/lang/Double;
        22: .line 641
            dload 24 /* contentHeight */
            iload 20 /* shouldFillHeight */
            dload 32 /* baselineComplement */
        23: .line 640
            invokevirtual javafx.scene.layout.HBox.getAreaBaselineOffset:(Ljava/util/List;Ljavafx/util/Callback;Ljava/util/function/Function;DZD)D
            dstore 30 /* baselineOffset */
        end local 32 // double baselineComplement
        24: .line 644
      StackMap locals: javafx.scene.layout.HBox java.util.List javafx.geometry.Insets javafx.geometry.Pos javafx.geometry.HPos javafx.geometry.VPos double double double double double double double int double[][] double double double double double
      StackMap stack:
            iconst_0
            istore 32 /* i */
        start local 32 // int i
        25: aload 1 /* managed */
            invokeinterface java.util.List.size:()I
            istore 33 /* size */
        start local 33 // int size
        26: goto 35
        27: .line 645
      StackMap locals: int int
      StackMap stack:
            aload 1 /* managed */
            iload 32 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 34 /* child */
        start local 34 // javafx.scene.Node child
        28: .line 646
            aload 34 /* child */
            invokestatic javafx.scene.layout.HBox.getMargin:(Ljavafx/scene/Node;)Ljavafx/geometry/Insets;
            astore 35 /* margin */
        start local 35 // javafx.geometry.Insets margin
        29: .line 647
            aload 0 /* this */
            aload 34 /* child */
            dload 26 /* x */
            dload 28 /* y */
            aload 21 /* actualAreaWidths */
            iconst_0
            aaload
            iload 32 /* i */
            daload
            dload 24 /* contentHeight */
        30: .line 648
            dload 30 /* baselineOffset */
            aload 35 /* margin */
            iconst_1
            iload 20 /* shouldFillHeight */
        31: .line 649
            aload 4 /* alignHpos */
            aload 5 /* alignVpos */
        32: .line 647
            invokevirtual javafx.scene.layout.HBox.layoutInArea:(Ljavafx/scene/Node;DDDDDLjavafx/geometry/Insets;ZZLjavafx/geometry/HPos;Ljavafx/geometry/VPos;)V
        33: .line 650
            dload 26 /* x */
            aload 21 /* actualAreaWidths */
            iconst_0
            aaload
            iload 32 /* i */
            daload
            dload 18 /* space */
            dadd
            dadd
            dstore 26 /* x */
        end local 35 // javafx.geometry.Insets margin
        end local 34 // javafx.scene.Node child
        34: .line 644
            iinc 32 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 32 /* i */
            iload 33 /* size */
            if_icmplt 27
        end local 33 // int size
        end local 32 // int i
        36: .line 652
            return
        end local 30 // double baselineOffset
        end local 28 // double y
        end local 26 // double x
        end local 24 // double contentHeight
        end local 22 // double contentWidth
        end local 21 // double[][] actualAreaWidths
        end local 20 // boolean shouldFillHeight
        end local 18 // double space
        end local 16 // double right
        end local 14 // double bottom
        end local 12 // double left
        end local 10 // double top
        end local 8 // double height
        end local 6 // double width
        end local 5 // javafx.geometry.VPos alignVpos
        end local 4 // javafx.geometry.HPos alignHpos
        end local 3 // javafx.geometry.Pos align
        end local 2 // javafx.geometry.Insets insets
        end local 1 // java.util.List managed
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   37     0                this  Ljavafx/scene/layout/HBox;
            1   37     1             managed  Ljava/util/List<Ljavafx/scene/Node;>;
            2   37     2              insets  Ljavafx/geometry/Insets;
            3   37     3               align  Ljavafx/geometry/Pos;
            4   37     4           alignHpos  Ljavafx/geometry/HPos;
            5   37     5           alignVpos  Ljavafx/geometry/VPos;
            6   37     6               width  D
            7   37     8              height  D
            8   37    10                 top  D
            9   37    12                left  D
           10   37    14              bottom  D
           11   37    16               right  D
           12   37    18               space  D
           13   37    20    shouldFillHeight  Z
           14   37    21    actualAreaWidths  [[D
           15   37    22        contentWidth  D
           16   37    24       contentHeight  D
           17   37    26                   x  D
           18   37    28                   y  D
           19   37    30      baselineOffset  D
           21   24    32  baselineComplement  D
           25   36    32                   i  I
           26   36    33                size  I
           28   34    34               child  Ljavafx/scene/Node;
           29   34    35              margin  Ljavafx/geometry/Insets;

  private double[][] getTempArray(int);
    descriptor: (I)[[D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.scene.layout.HBox this
        start local 1 // int size
         0: .line 655
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.tempArray:[[D
            ifnonnull 3
         1: .line 656
            aload 0 /* this */
            iconst_2
            iload 1 /* size */
            multianewarray [[D 2
            putfield javafx.scene.layout.HBox.tempArray:[[D
         2: .line 657
            goto 5
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield javafx.scene.layout.HBox.tempArray:[[D
            iconst_0
            aaload
            arraylength
            iload 1 /* size */
            if_icmpge 5
         4: .line 658
            aload 0 /* this */
            iconst_2
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.tempArray:[[D
            arraylength
            iconst_3
            imul
            iload 1 /* size */
            invokestatic java.lang.Math.max:(II)I
            multianewarray [[D 2
            putfield javafx.scene.layout.HBox.tempArray:[[D
         5: .line 660
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.HBox.tempArray:[[D
            areturn
        end local 1 // int size
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavafx/scene/layout/HBox;
            0    6     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public static java.util.List<javafx.css.CssMetaData<? extends javafx.css.Styleable, ?>> getClassCssMetaData();
    descriptor: ()Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 742
            getstatic javafx.scene.layout.HBox$StyleableProperties.STYLEABLES:Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/util/List<Ljavafx/css/CssMetaData<+Ljavafx/css/Styleable;*>;>;

  public java.util.List<javafx.css.CssMetaData<? extends javafx.css.Styleable, ?>> getCssMetaData();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.layout.HBox this
         0: .line 754
            invokestatic javafx.scene.layout.HBox.getClassCssMetaData:()Ljava/util/List;
            areturn
        end local 0 // javafx.scene.layout.HBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/layout/HBox;
    Signature: ()Ljava/util/List<Ljavafx/css/CssMetaData<+Ljavafx/css/Styleable;*>;>;

  private static javafx.geometry.Insets lambda$0(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)Ljavafx/geometry/Insets;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.Node n
         0: .line 214
            aload 0 /* n */
            invokestatic javafx.scene.layout.HBox.getMargin:(Ljavafx/scene/Node;)Ljavafx/geometry/Insets;
            areturn
        end local 0 // javafx.scene.Node n
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     n  Ljavafx/scene/Node;

  private static java.lang.Double lambda$1(double[][], java.lang.Integer);
    descriptor: ([[DLjava/lang/Integer;)Ljava/lang/Double;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.Integer i
         0: .line 640
            aload 0
            iconst_0
            aaload
            aload 1 /* i */
            invokevirtual java.lang.Integer.intValue:()I
            daload
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
        end local 1 // java.lang.Integer i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     i  Ljava/lang/Integer;
}
SourceFile: "HBox.java"
NestMembers:
  javafx.scene.layout.HBox$1  javafx.scene.layout.HBox$2  javafx.scene.layout.HBox$3  javafx.scene.layout.HBox$StyleableProperties  javafx.scene.layout.HBox$StyleableProperties$1  javafx.scene.layout.HBox$StyleableProperties$2  javafx.scene.layout.HBox$StyleableProperties$3
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  javafx.scene.layout.HBox$1
  javafx.scene.layout.HBox$2
  javafx.scene.layout.HBox$3
  private StyleableProperties = javafx.scene.layout.HBox$StyleableProperties of javafx.scene.layout.HBox