public class javafx.scene.layout.VBox extends javafx.scene.layout.Pane
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.layout.VBox
  super_class: javafx.scene.layout.Pane
{
  private boolean biasDirty;
    descriptor: Z
    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: "vbox-margin"

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

  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 fillWidth;
    descriptor: Ljavafx/beans/property/BooleanProperty;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 202
            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/VBox.lambda$0(Ljavafx/scene/Node;)Ljavafx/geometry/Insets; (6)
                  (Ljavafx/scene/Node;)Ljavafx/geometry/Insets;
            putstatic javafx.scene.layout.VBox.marginAccessor:Ljavafx/util/Callback;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void setVgrow(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 170
            aload 0 /* child */
            ldc "vbox-vgrow"
            aload 1 /* value */
            invokestatic javafx.scene.layout.VBox.setConstraint:(Ljavafx/scene/Node;Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 171
            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 getVgrow(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 179
            aload 0 /* child */
            ldc "vbox-vgrow"
            invokestatic javafx.scene.layout.VBox.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 190
            aload 0 /* child */
            ldc "vbox-margin"
            aload 1 /* value */
            invokestatic javafx.scene.layout.VBox.setConstraint:(Ljavafx/scene/Node;Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 191
            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 199
            aload 0 /* child */
            ldc "vbox-margin"
            invokestatic javafx.scene.layout.VBox.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 209
            aload 0 /* child */
            aconst_null
            invokestatic javafx.scene.layout.VBox.setVgrow:(Ljavafx/scene/Node;Ljavafx/scene/layout/Priority;)V
         1: .line 210
            aload 0 /* child */
            aconst_null
            invokestatic javafx.scene.layout.VBox.setMargin:(Ljavafx/scene/Node;Ljavafx/geometry/Insets;)V
         2: .line 211
            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=2, locals=1, args_size=1
        start local 0 // javafx.scene.layout.VBox this
         0: .line 221
            aload 0 /* this */
            invokespecial javafx.scene.layout.Pane.<init>:()V
         1: .line 146
            aload 0 /* this */
            iconst_1
            putfield javafx.scene.layout.VBox.biasDirty:Z
         2: .line 222
            return
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/layout/VBox;

  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.VBox this
        start local 1 // double spacing
         0: .line 229
            aload 0 /* this */
            invokespecial javafx.scene.layout.VBox.<init>:()V
         1: .line 230
            aload 0 /* this */
            dload 1 /* spacing */
            invokevirtual javafx.scene.layout.VBox.setSpacing:(D)V
         2: .line 231
            return
        end local 1 // double spacing
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Ljavafx/scene/layout/VBox;
            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=2, locals=2, args_size=2
        start local 0 // javafx.scene.layout.VBox this
        start local 1 // javafx.scene.Node[] children
         0: .line 239
            aload 0 /* this */
            invokespecial javafx.scene.layout.Pane.<init>:()V
         1: .line 146
            aload 0 /* this */
            iconst_1
            putfield javafx.scene.layout.VBox.biasDirty:Z
         2: .line 240
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getChildren:()Ljavafx/collections/ObservableList;
            aload 1 /* children */
            invokeinterface javafx.collections.ObservableList.addAll:([Ljava/lang/Object;)Z
            pop
         3: .line 241
            return
        end local 1 // javafx.scene.Node[] children
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljavafx/scene/layout/VBox;
            0    4     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.VBox this
        start local 1 // double spacing
        start local 3 // javafx.scene.Node[] children
         0: .line 250
            aload 0 /* this */
            invokespecial javafx.scene.layout.VBox.<init>:()V
         1: .line 251
            aload 0 /* this */
            dload 1 /* spacing */
            invokevirtual javafx.scene.layout.VBox.setSpacing:(D)V
         2: .line 252
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getChildren:()Ljavafx/collections/ObservableList;
            aload 3 /* children */
            invokeinterface javafx.collections.ObservableList.addAll:([Ljava/lang/Object;)Z
            pop
         3: .line 253
            return
        end local 3 // javafx.scene.Node[] children
        end local 1 // double spacing
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljavafx/scene/layout/VBox;
            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.VBox this
         0: .line 260
            aload 0 /* this */
            getfield javafx.scene.layout.VBox.spacing:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 261
            aload 0 /* this */
            new javafx.scene.layout.VBox$1
            dup
            aload 0 /* this */
            invokespecial javafx.scene.layout.VBox$1.<init>:(Ljavafx/scene/layout/VBox;)V
            putfield javafx.scene.layout.VBox.spacing:Ljavafx/beans/property/DoubleProperty;
         2: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.VBox.spacing:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/layout/VBox;

  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.VBox this
        start local 1 // double value
         0: .line 287
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.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.VBox this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/layout/VBox;
            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.VBox this
         0: .line 288
            aload 0 /* this */
            getfield javafx.scene.layout.VBox.spacing:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.layout.VBox.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.VBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/layout/VBox;

  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.VBox this
         0: .line 296
            aload 0 /* this */
            getfield javafx.scene.layout.VBox.alignment:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 297
            aload 0 /* this */
            new javafx.scene.layout.VBox$2
            dup
            aload 0 /* this */
            getstatic javafx.geometry.Pos.TOP_LEFT:Ljavafx/geometry/Pos;
            invokespecial javafx.scene.layout.VBox$2.<init>:(Ljavafx/scene/layout/VBox;Ljavafx/geometry/Pos;)V
            putfield javafx.scene.layout.VBox.alignment:Ljavafx/beans/property/ObjectProperty;
         2: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.VBox.alignment:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/layout/VBox;
    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.VBox this
        start local 1 // javafx.geometry.Pos value
         0: .line 323
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.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.VBox this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/layout/VBox;
            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.VBox this
         0: .line 324
            aload 0 /* this */
            getfield javafx.scene.layout.VBox.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.VBox.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.VBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/layout/VBox;

  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.VBox this
         0: .line 326
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getAlignment:()Ljavafx/geometry/Pos;
            astore 1 /* localPos */
        start local 1 // javafx.geometry.Pos localPos
         1: .line 327
            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.VBox this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljavafx/scene/layout/VBox;
            1    4     1  localPos  Ljavafx/geometry/Pos;

  public final javafx.beans.property.BooleanProperty fillWidthProperty();
    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.VBox this
         0: .line 338
            aload 0 /* this */
            getfield javafx.scene.layout.VBox.fillWidth:Ljavafx/beans/property/BooleanProperty;
            ifnonnull 2
         1: .line 339
            aload 0 /* this */
            new javafx.scene.layout.VBox$3
            dup
            aload 0 /* this */
            iconst_1
            invokespecial javafx.scene.layout.VBox$3.<init>:(Ljavafx/scene/layout/VBox;Z)V
            putfield javafx.scene.layout.VBox.fillWidth:Ljavafx/beans/property/BooleanProperty;
         2: .line 361
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.VBox.fillWidth:Ljavafx/beans/property/BooleanProperty;
            areturn
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/layout/VBox;

  public final void setFillWidth(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.layout.VBox this
        start local 1 // boolean value
         0: .line 365
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.fillWidthProperty:()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.VBox this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/layout/VBox;
            0    1     1  value  Z
    MethodParameters:
       Name  Flags
      value  

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

  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.VBox this
         0: .line 373
            aload 0 /* this */
            getfield javafx.scene.layout.VBox.biasDirty:Z
            ifeq 12
         1: .line 374
            aload 0 /* this */
            aconst_null
            putfield javafx.scene.layout.VBox.bias:Ljavafx/geometry/Orientation;
         2: .line 375
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getManagedChildren:()Ljava/util/List;
            astore 1 /* children */
        start local 1 // java.util.List children
         3: .line 376
            aload 1 /* children */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 10
      StackMap locals: javafx.scene.layout.VBox 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 377
            aload 2 /* child */
            invokevirtual javafx.scene.Node.getContentBias:()Ljavafx/geometry/Orientation;
            astore 4 /* contentBias */
        start local 4 // javafx.geometry.Orientation contentBias
         6: .line 378
            aload 4 /* contentBias */
            ifnull 10
         7: .line 379
            aload 0 /* this */
            aload 4 /* contentBias */
            putfield javafx.scene.layout.VBox.bias:Ljavafx/geometry/Orientation;
         8: .line 380
            aload 4 /* contentBias */
            getstatic javafx.geometry.Orientation.HORIZONTAL:Ljavafx/geometry/Orientation;
            if_acmpne 10
         9: .line 381
            goto 11
        end local 4 // javafx.geometry.Orientation contentBias
        end local 2 // javafx.scene.Node child
        10: .line 376
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        11: .line 385
      StackMap locals: javafx.scene.layout.VBox java.util.List
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.layout.VBox.biasDirty:Z
        end local 1 // java.util.List children
        12: .line 387
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.VBox.bias:Ljavafx/geometry/Orientation;
            areturn
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Ljavafx/scene/layout/VBox;
            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=8, args_size=2
        start local 0 // javafx.scene.layout.VBox this
        start local 1 // double height
         0: .line 391
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getInsets:()Ljavafx/geometry/Insets;
            astore 3 /* insets */
        start local 3 // javafx.geometry.Insets insets
         1: .line 392
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getManagedChildren:()Ljava/util/List;
            astore 4 /* managed */
        start local 4 // java.util.List managed
         2: .line 393
            dconst_0
            dstore 5 /* contentWidth */
        start local 5 // double contentWidth
         3: .line 394
            dload 1 /* height */
            ldc -1.0
            dcmpl
            ifeq 8
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getContentBias:()Ljavafx/geometry/Orientation;
            ifnull 8
         4: .line 395
            aload 0 /* this */
            aload 4 /* managed */
            ldc -1.0
            iconst_0
            invokevirtual javafx.scene.layout.VBox.getAreaHeights:(Ljava/util/List;DZ)[[D
            astore 7 /* prefHeights */
        start local 7 // double[][] prefHeights
         5: .line 396
            aload 0 /* this */
            aload 4 /* managed */
            aload 7 /* prefHeights */
            dload 1 /* height */
            ldc -1.0
            invokevirtual javafx.scene.layout.VBox.adjustAreaHeights:(Ljava/util/List;[[DDD)D
            pop2
         6: .line 397
            aload 0 /* this */
            aload 4 /* managed */
            getstatic javafx.scene.layout.VBox.marginAccessor:Ljavafx/util/Callback;
            aload 7 /* prefHeights */
            iconst_0
            aaload
            iconst_0
            invokevirtual javafx.scene.layout.VBox.computeMaxMinAreaWidth:(Ljava/util/List;Ljavafx/util/Callback;[DZ)D
            dstore 5 /* contentWidth */
        end local 7 // double[][] prefHeights
         7: .line 398
            goto 9
         8: .line 399
      StackMap locals: javafx.geometry.Insets java.util.List double
      StackMap stack:
            aload 0 /* this */
            aload 4 /* managed */
            getstatic javafx.scene.layout.VBox.marginAccessor:Ljavafx/util/Callback;
            invokevirtual javafx.scene.layout.VBox.computeMaxMinAreaWidth:(Ljava/util/List;Ljavafx/util/Callback;)D
            dstore 5 /* contentWidth */
         9: .line 401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* insets */
            invokevirtual javafx.geometry.Insets.getLeft:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceX:(D)D
            dload 5 /* contentWidth */
            dadd
            aload 0 /* this */
            aload 3 /* insets */
            invokevirtual javafx.geometry.Insets.getRight:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceX:(D)D
            dadd
            dreturn
        end local 5 // double contentWidth
        end local 4 // java.util.List managed
        end local 3 // javafx.geometry.Insets insets
        end local 1 // double height
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Ljavafx/scene/layout/VBox;
            0   10     1        height  D
            1   10     3        insets  Ljavafx/geometry/Insets;
            2   10     4       managed  Ljava/util/List<Ljavafx/scene/Node;>;
            3   10     5  contentWidth  D
            5    7     7   prefHeights  [[D
    MethodParameters:
        Name  Flags
      height  

  protected double computeMinHeight(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // javafx.scene.layout.VBox this
        start local 1 // double width
         0: .line 405
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getInsets:()Ljavafx/geometry/Insets;
            astore 3 /* insets */
        start local 3 // javafx.geometry.Insets insets
         1: .line 406
            aload 0 /* this */
            aload 3 /* insets */
            invokevirtual javafx.geometry.Insets.getTop:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceY:(D)D
         2: .line 407
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getManagedChildren:()Ljava/util/List;
            dload 1 /* width */
            iconst_1
            invokevirtual javafx.scene.layout.VBox.computeContentHeight:(Ljava/util/List;DZ)D
         3: .line 406
            dadd
         4: .line 408
            aload 0 /* this */
            aload 3 /* insets */
            invokevirtual javafx.geometry.Insets.getBottom:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceY:(D)D
         5: .line 406
            dadd
            dreturn
        end local 3 // javafx.geometry.Insets insets
        end local 1 // double width
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavafx/scene/layout/VBox;
            0    6     1   width  D
            1    6     3  insets  Ljavafx/geometry/Insets;
    MethodParameters:
       Name  Flags
      width  

  protected double computePrefWidth(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // javafx.scene.layout.VBox this
        start local 1 // double height
         0: .line 412
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getInsets:()Ljavafx/geometry/Insets;
            astore 3 /* insets */
        start local 3 // javafx.geometry.Insets insets
         1: .line 413
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getManagedChildren:()Ljava/util/List;
            astore 4 /* managed */
        start local 4 // java.util.List managed
         2: .line 414
            dconst_0
            dstore 5 /* contentWidth */
        start local 5 // double contentWidth
         3: .line 415
            dload 1 /* height */
            ldc -1.0
            dcmpl
            ifeq 8
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getContentBias:()Ljavafx/geometry/Orientation;
            ifnull 8
         4: .line 416
            aload 0 /* this */
            aload 4 /* managed */
            ldc -1.0
            iconst_0
            invokevirtual javafx.scene.layout.VBox.getAreaHeights:(Ljava/util/List;DZ)[[D
            astore 7 /* prefHeights */
        start local 7 // double[][] prefHeights
         5: .line 417
            aload 0 /* this */
            aload 4 /* managed */
            aload 7 /* prefHeights */
            dload 1 /* height */
            ldc -1.0
            invokevirtual javafx.scene.layout.VBox.adjustAreaHeights:(Ljava/util/List;[[DDD)D
            pop2
         6: .line 418
            aload 0 /* this */
            aload 4 /* managed */
            getstatic javafx.scene.layout.VBox.marginAccessor:Ljavafx/util/Callback;
            aload 7 /* prefHeights */
            iconst_0
            aaload
            iconst_0
            invokevirtual javafx.scene.layout.VBox.computeMaxPrefAreaWidth:(Ljava/util/List;Ljavafx/util/Callback;[DZ)D
            dstore 5 /* contentWidth */
        end local 7 // double[][] prefHeights
         7: .line 419
            goto 9
         8: .line 420
      StackMap locals: javafx.geometry.Insets java.util.List double
      StackMap stack:
            aload 0 /* this */
            aload 4 /* managed */
            getstatic javafx.scene.layout.VBox.marginAccessor:Ljavafx/util/Callback;
            invokevirtual javafx.scene.layout.VBox.computeMaxPrefAreaWidth:(Ljava/util/List;Ljavafx/util/Callback;)D
            dstore 5 /* contentWidth */
         9: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* insets */
            invokevirtual javafx.geometry.Insets.getLeft:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceX:(D)D
            dload 5 /* contentWidth */
            dadd
            aload 0 /* this */
            aload 3 /* insets */
            invokevirtual javafx.geometry.Insets.getRight:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceX:(D)D
            dadd
            dreturn
        end local 5 // double contentWidth
        end local 4 // java.util.List managed
        end local 3 // javafx.geometry.Insets insets
        end local 1 // double height
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Ljavafx/scene/layout/VBox;
            0   10     1        height  D
            1   10     3        insets  Ljavafx/geometry/Insets;
            2   10     4       managed  Ljava/util/List<Ljavafx/scene/Node;>;
            3   10     5  contentWidth  D
            5    7     7   prefHeights  [[D
    MethodParameters:
        Name  Flags
      height  

  protected double computePrefHeight(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // javafx.scene.layout.VBox this
        start local 1 // double width
         0: .line 426
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getInsets:()Ljavafx/geometry/Insets;
            astore 3 /* insets */
        start local 3 // javafx.geometry.Insets insets
         1: .line 427
            aload 0 /* this */
            aload 3 /* insets */
            invokevirtual javafx.geometry.Insets.getTop:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceY:(D)D
         2: .line 428
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getManagedChildren:()Ljava/util/List;
            dload 1 /* width */
            iconst_0
            invokevirtual javafx.scene.layout.VBox.computeContentHeight:(Ljava/util/List;DZ)D
         3: .line 427
            dadd
         4: .line 429
            aload 0 /* this */
            aload 3 /* insets */
            invokevirtual javafx.geometry.Insets.getBottom:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceY:(D)D
         5: .line 427
            dadd
            dstore 4 /* d */
        start local 4 // double d
         6: .line 430
            dload 4 /* d */
            dreturn
        end local 4 // double d
        end local 3 // javafx.geometry.Insets insets
        end local 1 // double width
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljavafx/scene/layout/VBox;
            0    7     1   width  D
            1    7     3  insets  Ljavafx/geometry/Insets;
            6    7     4       d  D
    MethodParameters:
       Name  Flags
      width  

  private double[][] getAreaHeights(java.util.List<javafx.scene.Node>, double, );
    descriptor: (Ljava/util/List;DZ)[[D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=13, args_size=4
        start local 0 // javafx.scene.layout.VBox this
        start local 1 // java.util.List managed
        start local 2 // double width
        start local 4 // boolean minimum
         0: .line 436
            aload 0 /* this */
            aload 1 /* managed */
            invokeinterface java.util.List.size:()I
            invokevirtual javafx.scene.layout.VBox.getTempArray:(I)[[D
            astore 5 /* temp */
        start local 5 // double[][] temp
         1: .line 437
            dload 2 /* width */
            ldc -1.0
            dcmpl
            ifne 2
            ldc -1.0
            goto 4
      StackMap locals: double[][]
      StackMap stack:
         2: dload 2 /* width */
         3: .line 438
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getInsets:()Ljavafx/geometry/Insets;
            invokevirtual javafx.geometry.Insets.getLeft:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceX:(D)D
            dsub
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getInsets:()Ljavafx/geometry/Insets;
            invokevirtual javafx.geometry.Insets.getRight:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceX:(D)D
            dsub
         4: .line 437
      StackMap locals:
      StackMap stack: double
            dstore 6 /* insideWidth */
        start local 6 // double insideWidth
         5: .line 439
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.isFillWidth:()Z
            istore 8 /* isFillWidth */
        start local 8 // boolean isFillWidth
         6: .line 440
            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 22
         9: .line 441
      StackMap locals: javafx.scene.layout.VBox 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 442
            aload 11 /* child */
            invokestatic javafx.scene.layout.VBox.getMargin:(Ljavafx/scene/Node;)Ljavafx/geometry/Insets;
            astore 12 /* margin */
        start local 12 // javafx.geometry.Insets margin
        11: .line 443
            iload 4 /* minimum */
            ifeq 17
        12: .line 444
            dload 6 /* insideWidth */
            ldc -1.0
            dcmpl
            ifeq 15
            iload 8 /* isFillWidth */
            ifeq 15
        13: .line 445
            aload 5 /* temp */
            iconst_0
            aaload
            iload 9 /* i */
            aload 0 /* this */
            aload 11 /* child */
            ldc -1.0
            aload 12 /* margin */
            dload 6 /* insideWidth */
            invokevirtual javafx.scene.layout.VBox.computeChildMinAreaHeight:(Ljavafx/scene/Node;DLjavafx/geometry/Insets;D)D
            dastore
        14: .line 446
            goto 21
        15: .line 447
      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 */
            ldc -1.0
            aload 12 /* margin */
            ldc -1.0
            invokevirtual javafx.scene.layout.VBox.computeChildMinAreaHeight:(Ljavafx/scene/Node;DLjavafx/geometry/Insets;D)D
            dastore
        16: .line 449
            goto 21
        17: .line 450
      StackMap locals:
      StackMap stack:
            dload 6 /* insideWidth */
            ldc -1.0
            dcmpl
            ifeq 20
            iload 8 /* isFillWidth */
            ifeq 20
        18: .line 451
            aload 5 /* temp */
            iconst_0
            aaload
            iload 9 /* i */
            aload 0 /* this */
            aload 11 /* child */
            ldc -1.0
            aload 12 /* margin */
            dload 6 /* insideWidth */
            invokevirtual javafx.scene.layout.VBox.computeChildPrefAreaHeight:(Ljavafx/scene/Node;DLjavafx/geometry/Insets;D)D
            dastore
        19: .line 452
            goto 21
        20: .line 453
      StackMap locals:
      StackMap stack:
            aload 5 /* temp */
            iconst_0
            aaload
            iload 9 /* i */
            aload 0 /* this */
            aload 11 /* child */
            ldc -1.0
            aload 12 /* margin */
            ldc -1.0
            invokevirtual javafx.scene.layout.VBox.computeChildPrefAreaHeight:(Ljavafx/scene/Node;DLjavafx/geometry/Insets;D)D
            dastore
        end local 12 // javafx.geometry.Insets margin
        end local 11 // javafx.scene.Node child
        21: .line 440
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 9 /* i */
            iload 10 /* size */
            if_icmplt 9
        end local 10 // int size
        end local 9 // int i
        23: .line 457
            aload 5 /* temp */
            areturn
        end local 8 // boolean isFillWidth
        end local 6 // double insideWidth
        end local 5 // double[][] temp
        end local 4 // boolean minimum
        end local 2 // double width
        end local 1 // java.util.List managed
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   24     0         this  Ljavafx/scene/layout/VBox;
            0   24     1      managed  Ljava/util/List<Ljavafx/scene/Node;>;
            0   24     2        width  D
            0   24     4      minimum  Z
            1   24     5         temp  [[D
            5   24     6  insideWidth  D
            6   24     8  isFillWidth  Z
            7   23     9            i  I
            8   23    10         size  I
           10   21    11        child  Ljavafx/scene/Node;
           11   21    12       margin  Ljavafx/geometry/Insets;
    Signature: (Ljava/util/List<Ljavafx/scene/Node;>;DZ)[[D
    MethodParameters:
         Name  Flags
      managed  
      width    
      minimum  

  private double adjustAreaHeights(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.VBox this
        start local 1 // java.util.List managed
        start local 2 // double[][] areaHeights
        start local 3 // double height
        start local 5 // double width
         0: .line 461
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getInsets:()Ljavafx/geometry/Insets;
            astore 7 /* insets */
        start local 7 // javafx.geometry.Insets insets
         1: .line 462
            aload 0 /* this */
            aload 7 /* insets */
            invokevirtual javafx.geometry.Insets.getLeft:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceX:(D)D
            dstore 8 /* left */
        start local 8 // double left
         2: .line 463
            aload 0 /* this */
            aload 7 /* insets */
            invokevirtual javafx.geometry.Insets.getRight:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceX:(D)D
            dstore 10 /* right */
        start local 10 // double right
         3: .line 465
            aload 2 /* areaHeights */
            iconst_0
            aaload
            aload 1 /* managed */
            invokeinterface java.util.List.size:()I
            invokestatic javafx.scene.layout.VBox.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.VBox.getSpacing:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceY:(D)D
            dmul
            dadd
            dstore 12 /* contentHeight */
        start local 12 // double contentHeight
         4: .line 466
            dload 3 /* height */
         5: .line 467
            aload 0 /* this */
            aload 7 /* insets */
            invokevirtual javafx.geometry.Insets.getTop:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceY:(D)D
         6: .line 466
            dsub
         7: .line 467
            aload 0 /* this */
            aload 7 /* insets */
            invokevirtual javafx.geometry.Insets.getBottom:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceY:(D)D
         8: .line 466
            dsub
         9: .line 467
            dload 12 /* contentHeight */
        10: .line 466
            dsub
            dstore 14 /* extraHeight */
        start local 14 // double extraHeight
        11: .line 469
            dload 14 /* extraHeight */
            dconst_0
            dcmpl
            ifeq 18
        12: .line 470
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.isFillWidth:()Z
            ifeq 13
            dload 5 /* width */
            ldc -1.0
            dcmpl
            ifeq 13
            dload 5 /* width */
            dload 8 /* left */
            dsub
            dload 10 /* right */
            dsub
            goto 14
      StackMap locals: javafx.scene.layout.VBox 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 /* refWidth */
        start local 16 // double refWidth
        15: .line 471
            aload 0 /* this */
            aload 1 /* managed */
            aload 2 /* areaHeights */
            getstatic javafx.scene.layout.Priority.ALWAYS:Ljavafx/scene/layout/Priority;
            dload 14 /* extraHeight */
            dload 16 /* refWidth */
            invokevirtual javafx.scene.layout.VBox.growOrShrinkAreaHeights:(Ljava/util/List;[[DLjavafx/scene/layout/Priority;DD)D
            dstore 18 /* remaining */
        start local 18 // double remaining
        16: .line 472
            aload 0 /* this */
            aload 1 /* managed */
            aload 2 /* areaHeights */
            getstatic javafx.scene.layout.Priority.SOMETIMES:Ljavafx/scene/layout/Priority;
            dload 18 /* remaining */
            dload 16 /* refWidth */
            invokevirtual javafx.scene.layout.VBox.growOrShrinkAreaHeights:(Ljava/util/List;[[DLjavafx/scene/layout/Priority;DD)D
            dstore 18 /* remaining */
        17: .line 473
            dload 12 /* contentHeight */
            dload 14 /* extraHeight */
            dload 18 /* remaining */
            dsub
            dadd
            dstore 12 /* contentHeight */
        end local 18 // double remaining
        end local 16 // double refWidth
        18: .line 476
      StackMap locals:
      StackMap stack:
            dload 12 /* contentHeight */
            dreturn
        end local 14 // double extraHeight
        end local 12 // double contentHeight
        end local 10 // double right
        end local 8 // double left
        end local 7 // javafx.geometry.Insets insets
        end local 5 // double width
        end local 3 // double height
        end local 2 // double[][] areaHeights
        end local 1 // java.util.List managed
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   19     0           this  Ljavafx/scene/layout/VBox;
            0   19     1        managed  Ljava/util/List<Ljavafx/scene/Node;>;
            0   19     2    areaHeights  [[D
            0   19     3         height  D
            0   19     5          width  D
            1   19     7         insets  Ljavafx/geometry/Insets;
            2   19     8           left  D
            3   19    10          right  D
            4   19    12  contentHeight  D
           11   19    14    extraHeight  D
           15   18    16       refWidth  D
           16   18    18      remaining  D
    Signature: (Ljava/util/List<Ljavafx/scene/Node;>;[[DDD)D
    MethodParameters:
             Name  Flags
      managed      
      areaHeights  
      height       
      width        

  private double growOrShrinkAreaHeights(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=9, locals=22, args_size=6
        start local 0 // javafx.scene.layout.VBox this
        start local 1 // java.util.List managed
        start local 2 // double[][] areaHeights
        start local 3 // javafx.scene.layout.Priority priority
        start local 4 // double extraHeight
        start local 6 // double width
         0: .line 480
            dload 4 /* extraHeight */
            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 481
            iconst_0
            istore 9 /* adjustingNumber */
        start local 9 // int adjustingNumber
         4: .line 483
            aload 2 /* areaHeights */
            iconst_0
            aaload
            astore 10 /* usedHeights */
        start local 10 // double[] usedHeights
         5: .line 484
            aload 2 /* areaHeights */
            iconst_1
            aaload
            astore 11 /* temp */
        start local 11 // double[] temp
         6: .line 486
            iload 8 /* shrinking */
            ifeq 16
         7: .line 487
            aload 1 /* managed */
            invokeinterface java.util.List.size:()I
            istore 9 /* adjustingNumber */
         8: .line 488
            iconst_0
            istore 12 /* i */
        start local 12 // int i
         9: aload 1 /* managed */
            invokeinterface java.util.List.size:()I
            istore 13 /* size */
        start local 13 // int size
        10: goto 14
        11: .line 489
      StackMap locals: javafx.scene.layout.VBox java.util.List double[][] javafx.scene.layout.Priority double double int int double[] double[] int int
      StackMap stack:
            aload 1 /* managed */
            iload 12 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 14 /* child */
        start local 14 // javafx.scene.Node child
        12: .line 490
            aload 11 /* temp */
            iload 12 /* i */
            aload 0 /* this */
            aload 14 /* child */
            ldc -1.0
            aload 14 /* child */
            invokestatic javafx.scene.layout.VBox.getMargin:(Ljavafx/scene/Node;)Ljavafx/geometry/Insets;
            dload 6 /* width */
            invokevirtual javafx.scene.layout.VBox.computeChildMinAreaHeight:(Ljavafx/scene/Node;DLjavafx/geometry/Insets;D)D
            dastore
        end local 14 // javafx.scene.Node child
        13: .line 488
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 12 /* i */
            iload 13 /* size */
            if_icmplt 11
        end local 13 // int size
        end local 12 // int i
        15: .line 492
            goto 27
        16: .line 493
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        17: aload 1 /* managed */
            invokeinterface java.util.List.size:()I
            istore 13 /* size */
        start local 13 // int size
        18: goto 26
        19: .line 494
      StackMap locals: int int
      StackMap stack:
            aload 1 /* managed */
            iload 12 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 14 /* child */
        start local 14 // javafx.scene.Node child
        20: .line 495
            aload 14 /* child */
            invokestatic javafx.scene.layout.VBox.getVgrow:(Ljavafx/scene/Node;)Ljavafx/scene/layout/Priority;
            aload 3 /* priority */
            if_acmpne 24
        21: .line 496
            aload 11 /* temp */
            iload 12 /* i */
            aload 0 /* this */
            aload 14 /* child */
            ldc -1.0
            aload 14 /* child */
            invokestatic javafx.scene.layout.VBox.getMargin:(Ljavafx/scene/Node;)Ljavafx/geometry/Insets;
            dload 6 /* width */
            invokevirtual javafx.scene.layout.VBox.computeChildMaxAreaHeight:(Ljavafx/scene/Node;DLjavafx/geometry/Insets;D)D
            dastore
        22: .line 497
            iinc 9 /* adjustingNumber */ 1
        23: .line 498
            goto 25
        24: .line 499
      StackMap locals: javafx.scene.Node
      StackMap stack:
            aload 11 /* temp */
            iload 12 /* i */
            ldc -1.0
            dastore
        end local 14 // javafx.scene.Node child
        25: .line 493
      StackMap locals:
      StackMap stack:
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 12 /* i */
            iload 13 /* size */
            if_icmplt 19
        end local 13 // int size
        end local 12 // int i
        27: .line 504
      StackMap locals:
      StackMap stack:
            dload 4 /* extraHeight */
            dstore 12 /* available */
        start local 12 // double available
        28: .line 505
            goto 48
        29: .line 506
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            dload 12 /* available */
            iload 9 /* adjustingNumber */
            i2d
            ddiv
            invokevirtual javafx.scene.layout.VBox.snapPortionY:(D)D
            dstore 14 /* portion */
        start local 14 // double portion
        30: .line 507
            iconst_0
            istore 16 /* i */
        start local 16 // int i
        31: aload 1 /* managed */
            invokeinterface java.util.List.size:()I
            istore 17 /* size */
        start local 17 // int size
        32: goto 47
        33: .line 508
      StackMap locals: double int int
      StackMap stack:
            aload 11 /* temp */
            iload 16 /* i */
            daload
            ldc -1.0
            dcmpl
            ifne 35
        34: .line 509
            goto 46
        35: .line 511
      StackMap locals:
      StackMap stack:
            aload 11 /* temp */
            iload 16 /* i */
            daload
            aload 10 /* usedHeights */
            iload 16 /* i */
            daload
            dsub
            dstore 18 /* limit */
        start local 18 // double limit
        36: .line 512
            dload 18 /* limit */
            invokestatic java.lang.Math.abs:(D)D
            dload 14 /* portion */
            invokestatic java.lang.Math.abs:(D)D
            dcmpg
            ifgt 37
            dload 18 /* limit */
            goto 38
      StackMap locals: double
      StackMap stack:
        37: dload 14 /* portion */
      StackMap locals:
      StackMap stack: double
        38: dstore 20 /* change */
        start local 20 // double change
        39: .line 513
            aload 10 /* usedHeights */
            iload 16 /* i */
            dup2
            daload
            dload 20 /* change */
            dadd
            dastore
        40: .line 514
            dload 12 /* available */
            dload 20 /* change */
            dsub
            dstore 12 /* available */
        41: .line 515
            dload 12 /* available */
            invokestatic java.lang.Math.abs:(D)D
            dconst_1
            dcmpg
            ifge 43
        42: .line 516
            goto 49
        43: .line 518
      StackMap locals: double
      StackMap stack:
            dload 20 /* change */
            invokestatic java.lang.Math.abs:(D)D
            dload 14 /* portion */
            invokestatic java.lang.Math.abs:(D)D
            dcmpg
            ifge 46
        44: .line 519
            aload 11 /* temp */
            iload 16 /* i */
            ldc -1.0
            dastore
        45: .line 520
            iinc 9 /* adjustingNumber */ -1
        end local 20 // double change
        end local 18 // double limit
        46: .line 507
      StackMap locals:
      StackMap stack:
            iinc 16 /* i */ 1
      StackMap locals:
      StackMap stack:
        47: iload 16 /* i */
            iload 17 /* size */
            if_icmplt 33
        end local 17 // int size
        end local 16 // int i
        end local 14 // double portion
        48: .line 505
      StackMap locals:
      StackMap stack:
            dload 12 /* available */
            invokestatic java.lang.Math.abs:(D)D
            dconst_1
            dcmpl
            ifle 49
            iload 9 /* adjustingNumber */
            ifgt 29
        49: .line 525
      StackMap locals:
      StackMap stack:
            dload 12 /* available */
            dreturn
        end local 12 // double available
        end local 11 // double[] temp
        end local 10 // double[] usedHeights
        end local 9 // int adjustingNumber
        end local 8 // boolean shrinking
        end local 6 // double width
        end local 4 // double extraHeight
        end local 3 // javafx.scene.layout.Priority priority
        end local 2 // double[][] areaHeights
        end local 1 // java.util.List managed
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   50     0             this  Ljavafx/scene/layout/VBox;
            0   50     1          managed  Ljava/util/List<Ljavafx/scene/Node;>;
            0   50     2      areaHeights  [[D
            0   50     3         priority  Ljavafx/scene/layout/Priority;
            0   50     4      extraHeight  D
            0   50     6            width  D
            3   50     8        shrinking  Z
            4   50     9  adjustingNumber  I
            5   50    10      usedHeights  [D
            6   50    11             temp  [D
            9   15    12                i  I
           10   15    13             size  I
           12   13    14            child  Ljavafx/scene/Node;
           17   27    12                i  I
           18   27    13             size  I
           20   25    14            child  Ljavafx/scene/Node;
           28   50    12        available  D
           30   48    14          portion  D
           31   48    16                i  I
           32   48    17             size  I
           36   46    18            limit  D
           39   46    20           change  D
    Signature: (Ljava/util/List<Ljavafx/scene/Node;>;[[DLjavafx/scene/layout/Priority;DD)D
    MethodParameters:
             Name  Flags
      managed      
      areaHeights  
      priority     
      extraHeight  
      width        

  private double computeContentHeight(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.VBox this
        start local 1 // java.util.List managedChildren
        start local 2 // double width
        start local 4 // boolean minimum
         0: .line 529
            aload 0 /* this */
            aload 1 /* managedChildren */
            dload 2 /* width */
            iload 4 /* minimum */
            invokevirtual javafx.scene.layout.VBox.getAreaHeights:(Ljava/util/List;DZ)[[D
            iconst_0
            aaload
            aload 1 /* managedChildren */
            invokeinterface java.util.List.size:()I
            invokestatic javafx.scene.layout.VBox.sum:([DI)D
         1: .line 530
            aload 1 /* managedChildren */
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            i2d
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getSpacing:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceY:(D)D
            dmul
         2: .line 529
            dadd
            dreturn
        end local 4 // boolean minimum
        end local 2 // double width
        end local 1 // java.util.List managedChildren
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Ljavafx/scene/layout/VBox;
            0    3     1  managedChildren  Ljava/util/List<Ljavafx/scene/Node;>;
            0    3     2            width  D
            0    3     4          minimum  Z
    Signature: (Ljava/util/List<Ljavafx/scene/Node;>;DZ)D
    MethodParameters:
                 Name  Flags
      managedChildren  
      width            
      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 534
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: .line 535
            dconst_0
            dstore 3 /* res */
        start local 3 // double res
         2: .line 536
            goto 4
         3: .line 537
      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 536
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            iload 1 /* size */
            if_icmpne 3
         5: .line 539
            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=2, locals=1, args_size=1
        start local 0 // javafx.scene.layout.VBox this
         0: .line 543
            aload 0 /* this */
            iconst_1
            putfield javafx.scene.layout.VBox.biasDirty:Z
         1: .line 544
            aload 0 /* this */
            aconst_null
            putfield javafx.scene.layout.VBox.bias:Ljavafx/geometry/Orientation;
         2: .line 545
            aload 0 /* this */
            invokespecial javafx.scene.layout.Pane.requestLayout:()V
         3: .line 546
            return
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/layout/VBox;

  protected void layoutChildren();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=17, locals=32, args_size=1
        start local 0 // javafx.scene.layout.VBox this
         0: .line 549
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getManagedChildren:()Ljava/util/List;
            astore 1 /* managed */
        start local 1 // java.util.List managed
         1: .line 550
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getInsets:()Ljavafx/geometry/Insets;
            astore 2 /* insets */
        start local 2 // javafx.geometry.Insets insets
         2: .line 551
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getWidth:()D
            dstore 3 /* width */
        start local 3 // double width
         3: .line 552
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getHeight:()D
            dstore 5 /* height */
        start local 5 // double height
         4: .line 553
            aload 0 /* this */
            aload 2 /* insets */
            invokevirtual javafx.geometry.Insets.getTop:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceY:(D)D
            dstore 7 /* top */
        start local 7 // double top
         5: .line 554
            aload 0 /* this */
            aload 2 /* insets */
            invokevirtual javafx.geometry.Insets.getLeft:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceX:(D)D
            dstore 9 /* left */
        start local 9 // double left
         6: .line 555
            aload 0 /* this */
            aload 2 /* insets */
            invokevirtual javafx.geometry.Insets.getBottom:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceY:(D)D
            dstore 11 /* bottom */
        start local 11 // double bottom
         7: .line 556
            aload 0 /* this */
            aload 2 /* insets */
            invokevirtual javafx.geometry.Insets.getRight:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceX:(D)D
            dstore 13 /* right */
        start local 13 // double right
         8: .line 557
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getSpacing:()D
            invokevirtual javafx.scene.layout.VBox.snapSpaceY:(D)D
            dstore 15 /* space */
        start local 15 // double space
         9: .line 558
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getAlignmentInternal:()Ljavafx/geometry/Pos;
            invokevirtual javafx.geometry.Pos.getHpos:()Ljavafx/geometry/HPos;
            astore 17 /* hpos */
        start local 17 // javafx.geometry.HPos hpos
        10: .line 559
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.getAlignmentInternal:()Ljavafx/geometry/Pos;
            invokevirtual javafx.geometry.Pos.getVpos:()Ljavafx/geometry/VPos;
            astore 18 /* vpos */
        start local 18 // javafx.geometry.VPos vpos
        11: .line 560
            aload 0 /* this */
            invokevirtual javafx.scene.layout.VBox.isFillWidth:()Z
            istore 19 /* isFillWidth */
        start local 19 // boolean isFillWidth
        12: .line 562
            aload 0 /* this */
            aload 1 /* managed */
            dload 3 /* width */
            iconst_0
            invokevirtual javafx.scene.layout.VBox.getAreaHeights:(Ljava/util/List;DZ)[[D
            astore 20 /* actualAreaHeights */
        start local 20 // double[][] actualAreaHeights
        13: .line 563
            dload 3 /* width */
            dload 9 /* left */
            dsub
            dload 13 /* right */
            dsub
            dstore 21 /* contentWidth */
        start local 21 // double contentWidth
        14: .line 564
            aload 0 /* this */
            aload 1 /* managed */
            aload 20 /* actualAreaHeights */
            dload 5 /* height */
            dload 3 /* width */
            invokevirtual javafx.scene.layout.VBox.adjustAreaHeights:(Ljava/util/List;[[DDD)D
            dstore 23 /* contentHeight */
        start local 23 // double contentHeight
        15: .line 566
            dload 9 /* left */
            dstore 25 /* x */
        start local 25 // double x
        16: .line 567
            dload 7 /* top */
            dload 5 /* height */
            dload 7 /* top */
            dsub
            dload 11 /* bottom */
            dsub
            dload 23 /* contentHeight */
            aload 18 /* vpos */
            invokestatic javafx.scene.layout.VBox.computeYOffset:(DDLjavafx/geometry/VPos;)D
            dadd
            dstore 27 /* y */
        start local 27 // double y
        17: .line 569
            iconst_0
            istore 29 /* i */
        start local 29 // int i
        18: aload 1 /* managed */
            invokeinterface java.util.List.size:()I
            istore 30 /* size */
        start local 30 // int size
        19: goto 28
        20: .line 570
      StackMap locals: javafx.scene.layout.VBox java.util.List javafx.geometry.Insets double double double double double double double javafx.geometry.HPos javafx.geometry.VPos int double[][] double double double double int int
      StackMap stack:
            aload 1 /* managed */
            iload 29 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 31 /* child */
        start local 31 // javafx.scene.Node child
        21: .line 571
            aload 0 /* this */
            aload 31 /* child */
            dload 25 /* x */
            dload 27 /* y */
            dload 21 /* contentWidth */
            aload 20 /* actualAreaHeights */
            iconst_0
            aaload
            iload 29 /* i */
            daload
        22: .line 572
            aload 20 /* actualAreaHeights */
            iconst_0
            aaload
            iload 29 /* i */
            daload
        23: .line 573
            aload 31 /* child */
            invokestatic javafx.scene.layout.VBox.getMargin:(Ljavafx/scene/Node;)Ljavafx/geometry/Insets;
            iload 19 /* isFillWidth */
            iconst_1
        24: .line 574
            aload 17 /* hpos */
            aload 18 /* vpos */
        25: .line 571
            invokevirtual javafx.scene.layout.VBox.layoutInArea:(Ljavafx/scene/Node;DDDDDLjavafx/geometry/Insets;ZZLjavafx/geometry/HPos;Ljavafx/geometry/VPos;)V
        26: .line 575
            dload 27 /* y */
            aload 20 /* actualAreaHeights */
            iconst_0
            aaload
            iload 29 /* i */
            daload
            dload 15 /* space */
            dadd
            dadd
            dstore 27 /* y */
        end local 31 // javafx.scene.Node child
        27: .line 569
            iinc 29 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 29 /* i */
            iload 30 /* size */
            if_icmplt 20
        end local 30 // int size
        end local 29 // int i
        29: .line 577
            return
        end local 27 // double y
        end local 25 // double x
        end local 23 // double contentHeight
        end local 21 // double contentWidth
        end local 20 // double[][] actualAreaHeights
        end local 19 // boolean isFillWidth
        end local 18 // javafx.geometry.VPos vpos
        end local 17 // javafx.geometry.HPos hpos
        end local 15 // double space
        end local 13 // double right
        end local 11 // double bottom
        end local 9 // double left
        end local 7 // double top
        end local 5 // double height
        end local 3 // double width
        end local 2 // javafx.geometry.Insets insets
        end local 1 // java.util.List managed
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   30     0               this  Ljavafx/scene/layout/VBox;
            1   30     1            managed  Ljava/util/List<Ljavafx/scene/Node;>;
            2   30     2             insets  Ljavafx/geometry/Insets;
            3   30     3              width  D
            4   30     5             height  D
            5   30     7                top  D
            6   30     9               left  D
            7   30    11             bottom  D
            8   30    13              right  D
            9   30    15              space  D
           10   30    17               hpos  Ljavafx/geometry/HPos;
           11   30    18               vpos  Ljavafx/geometry/VPos;
           12   30    19        isFillWidth  Z
           13   30    20  actualAreaHeights  [[D
           14   30    21       contentWidth  D
           15   30    23      contentHeight  D
           16   30    25                  x  D
           17   30    27                  y  D
           18   29    29                  i  I
           19   29    30               size  I
           21   27    31              child  Ljavafx/scene/Node;

  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.VBox this
        start local 1 // int size
         0: .line 580
            aload 0 /* this */
            getfield javafx.scene.layout.VBox.tempArray:[[D
            ifnonnull 3
         1: .line 581
            aload 0 /* this */
            iconst_2
            iload 1 /* size */
            multianewarray [[D 2
            putfield javafx.scene.layout.VBox.tempArray:[[D
         2: .line 582
            goto 5
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield javafx.scene.layout.VBox.tempArray:[[D
            iconst_0
            aaload
            arraylength
            iload 1 /* size */
            if_icmpge 5
         4: .line 583
            aload 0 /* this */
            iconst_2
            aload 0 /* this */
            getfield javafx.scene.layout.VBox.tempArray:[[D
            arraylength
            iconst_3
            imul
            iload 1 /* size */
            invokestatic java.lang.Math.max:(II)I
            multianewarray [[D 2
            putfield javafx.scene.layout.VBox.tempArray:[[D
         5: .line 585
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.VBox.tempArray:[[D
            areturn
        end local 1 // int size
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavafx/scene/layout/VBox;
            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 661
            getstatic javafx.scene.layout.VBox$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.VBox this
         0: .line 673
            invokestatic javafx.scene.layout.VBox.getClassCssMetaData:()Ljava/util/List;
            areturn
        end local 0 // javafx.scene.layout.VBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/layout/VBox;
    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 202
            aload 0 /* n */
            invokestatic javafx.scene.layout.VBox.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;
}
SourceFile: "VBox.java"
NestMembers:
  javafx.scene.layout.VBox$1  javafx.scene.layout.VBox$2  javafx.scene.layout.VBox$3  javafx.scene.layout.VBox$StyleableProperties  javafx.scene.layout.VBox$StyleableProperties$1  javafx.scene.layout.VBox$StyleableProperties$2  javafx.scene.layout.VBox$StyleableProperties$3
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  javafx.scene.layout.VBox$1
  javafx.scene.layout.VBox$2
  javafx.scene.layout.VBox$3
  private StyleableProperties = javafx.scene.layout.VBox$StyleableProperties of javafx.scene.layout.VBox