public class javafx.scene.Group extends javafx.scene.Parent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.Group
  super_class: javafx.scene.Parent
{
  private javafx.beans.property.BooleanProperty autoSizeChildren;
    descriptor: Ljavafx/beans/property/BooleanProperty;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 82
            new javafx.scene.Group$1
            dup
            invokespecial javafx.scene.Group$1.<init>:()V
            invokestatic com.sun.javafx.scene.GroupHelper.setGroupAccessor:(Lcom/sun/javafx/scene/GroupHelper$GroupAccessor;)V
         1: .line 88
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.Group this
         0: .line 98
            aload 0 /* this */
            invokespecial javafx.scene.Parent.<init>:()V
         1: .line 92
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.GroupHelper.initHelper:(Ljavafx/scene/Group;)V
         2: .line 98
            return
        end local 0 // javafx.scene.Group this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/Group;

  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.Group this
        start local 1 // javafx.scene.Node[] children
         0: .line 105
            aload 0 /* this */
            invokespecial javafx.scene.Parent.<init>:()V
         1: .line 92
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.GroupHelper.initHelper:(Ljavafx/scene/Group;)V
         2: .line 106
            aload 0 /* this */
            invokevirtual javafx.scene.Group.getChildren:()Ljavafx/collections/ObservableList;
            aload 1 /* children */
            invokeinterface javafx.collections.ObservableList.addAll:([Ljava/lang/Object;)Z
            pop
         3: .line 107
            return
        end local 1 // javafx.scene.Node[] children
        end local 0 // javafx.scene.Group this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljavafx/scene/Group;
            0    4     1  children  [Ljavafx/scene/Node;
    MethodParameters:
          Name  Flags
      children  

  public void <init>(java.util.Collection<javafx.scene.Node>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.Group this
        start local 1 // java.util.Collection children
         0: .line 116
            aload 0 /* this */
            invokespecial javafx.scene.Parent.<init>:()V
         1: .line 92
            aload 0 /* this */
            invokestatic com.sun.javafx.scene.GroupHelper.initHelper:(Ljavafx/scene/Group;)V
         2: .line 117
            aload 0 /* this */
            invokevirtual javafx.scene.Group.getChildren:()Ljavafx/collections/ObservableList;
            aload 1 /* children */
            invokeinterface javafx.collections.ObservableList.addAll:(Ljava/util/Collection;)Z
            pop
         3: .line 118
            return
        end local 1 // java.util.Collection children
        end local 0 // javafx.scene.Group this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljavafx/scene/Group;
            0    4     1  children  Ljava/util/Collection<Ljavafx/scene/Node;>;
    Signature: (Ljava/util/Collection<Ljavafx/scene/Node;>;)V
    MethodParameters:
          Name  Flags
      children  

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

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

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

  public javafx.collections.ObservableList<javafx.scene.Node> getChildren();
    descriptor: ()Ljavafx/collections/ObservableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.Group this
         0: .line 169
            aload 0 /* this */
            invokespecial javafx.scene.Parent.getChildren:()Ljavafx/collections/ObservableList;
            areturn
        end local 0 // javafx.scene.Group this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Group;
    Signature: ()Ljavafx/collections/ObservableList<Ljavafx/scene/Node;>;

  private javafx.geometry.Bounds doComputeLayoutBounds();
    descriptor: ()Ljavafx/geometry/Bounds;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.Group this
         0: .line 176
            aload 0 /* this */
            invokevirtual javafx.scene.Group.layout:()V
         1: .line 177
            aconst_null
            areturn
        end local 0 // javafx.scene.Group this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/Group;

  public double prefWidth(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // javafx.scene.Group this
        start local 1 // double height
         0: .line 193
            aload 0 /* this */
            invokevirtual javafx.scene.Group.isAutoSizeChildren:()Z
            ifeq 2
         1: .line 194
            aload 0 /* this */
            invokevirtual javafx.scene.Group.layout:()V
         2: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.Group.getLayoutBounds:()Ljavafx/geometry/Bounds;
            invokevirtual javafx.geometry.Bounds.getWidth:()D
            dstore 3 /* result */
        start local 3 // double result
         3: .line 197
            dload 3 /* result */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 4
            dload 3 /* result */
            dconst_0
            dcmpg
            ifge 5
      StackMap locals: double
      StackMap stack:
         4: dconst_0
            goto 6
      StackMap locals:
      StackMap stack:
         5: dload 3 /* result */
      StackMap locals:
      StackMap stack: double
         6: dreturn
        end local 3 // double result
        end local 1 // double height
        end local 0 // javafx.scene.Group this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljavafx/scene/Group;
            0    7     1  height  D
            3    7     3  result  D
    MethodParameters:
        Name  Flags
      height  

  public double prefHeight(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // javafx.scene.Group this
        start local 1 // double width
         0: .line 213
            aload 0 /* this */
            invokevirtual javafx.scene.Group.isAutoSizeChildren:()Z
            ifeq 2
         1: .line 214
            aload 0 /* this */
            invokevirtual javafx.scene.Group.layout:()V
         2: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.Group.getLayoutBounds:()Ljavafx/geometry/Bounds;
            invokevirtual javafx.geometry.Bounds.getHeight:()D
            dstore 3 /* result */
        start local 3 // double result
         3: .line 217
            dload 3 /* result */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 4
            dload 3 /* result */
            dconst_0
            dcmpg
            ifge 5
      StackMap locals: double
      StackMap stack:
         4: dconst_0
            goto 6
      StackMap locals:
      StackMap stack:
         5: dload 3 /* result */
      StackMap locals:
      StackMap stack: double
         6: dreturn
        end local 3 // double result
        end local 1 // double width
        end local 0 // javafx.scene.Group this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljavafx/scene/Group;
            0    7     1   width  D
            3    7     3  result  D
    MethodParameters:
       Name  Flags
      width  

  public double minHeight(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.Group this
        start local 1 // double width
         0: .line 223
            aload 0 /* this */
            dload 1 /* width */
            invokevirtual javafx.scene.Group.prefHeight:(D)D
            dreturn
        end local 1 // double width
        end local 0 // javafx.scene.Group this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/Group;
            0    1     1  width  D
    MethodParameters:
       Name  Flags
      width  

  public double minWidth(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.Group this
        start local 1 // double height
         0: .line 228
            aload 0 /* this */
            dload 1 /* height */
            invokevirtual javafx.scene.Group.prefWidth:(D)D
            dreturn
        end local 1 // double height
        end local 0 // javafx.scene.Group this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljavafx/scene/Group;
            0    1     1  height  D
    MethodParameters:
        Name  Flags
      height  

  protected void layoutChildren();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.Group this
         0: .line 237
            aload 0 /* this */
            invokevirtual javafx.scene.Group.isAutoSizeChildren:()Z
            ifeq 2
         1: .line 238
            aload 0 /* this */
            invokespecial javafx.scene.Parent.layoutChildren:()V
         2: .line 240
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.scene.Group this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/Group;
}
SourceFile: "Group.java"
NestMembers:
  javafx.scene.Group$1  javafx.scene.Group$2
InnerClasses:
  public abstract GroupAccessor = com.sun.javafx.scene.GroupHelper$GroupAccessor of com.sun.javafx.scene.GroupHelper
  javafx.scene.Group$1
  javafx.scene.Group$2
    RuntimeVisibleAnnotations: 
      javafx.beans.DefaultProperty(value = "children")