public abstract class com.sun.javafx.fxml.builder.web.ParentBuilder<B extends com.sun.javafx.fxml.builder.web.ParentBuilder<B>> extends com.sun.javafx.fxml.builder.web.NodeBuilder<B>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.javafx.fxml.builder.web.ParentBuilder
  super_class: com.sun.javafx.fxml.builder.web.NodeBuilder
{
  private int __set;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.util.Collection<? extends java.lang.String> stylesheets;
    descriptor: Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Collection<+Ljava/lang/String;>;

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.fxml.builder.web.ParentBuilder this
         0: .line 38
            aload 0 /* this */
            invokespecial com.sun.javafx.fxml.builder.web.NodeBuilder.<init>:()V
         1: .line 39
            return
        end local 0 // com.sun.javafx.fxml.builder.web.ParentBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/fxml/builder/web/ParentBuilder<TB;>;

  public void applyTo(javafx.scene.Parent);
    descriptor: (Ljavafx/scene/Parent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.ParentBuilder this
        start local 1 // javafx.scene.Parent x
         0: .line 44
            aload 0 /* this */
            aload 1 /* x */
            invokespecial com.sun.javafx.fxml.builder.web.NodeBuilder.applyTo:(Ljavafx/scene/Node;)V
         1: .line 45
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.ParentBuilder.__set:I
            istore 2 /* set */
        start local 2 // int set
         2: .line 46
            iload 2 /* set */
            iconst_2
            iand
            ifeq 3
            aload 1 /* x */
            invokevirtual javafx.scene.Parent.getStylesheets:()Ljavafx/collections/ObservableList;
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.ParentBuilder.stylesheets:Ljava/util/Collection;
            invokeinterface javafx.collections.ObservableList.addAll:(Ljava/util/Collection;)Z
            pop
         3: .line 47
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int set
        end local 1 // javafx.scene.Parent x
        end local 0 // com.sun.javafx.fxml.builder.web.ParentBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/fxml/builder/web/ParentBuilder<TB;>;
            0    4     1     x  Ljavafx/scene/Parent;
            2    4     2   set  I
    MethodParameters:
      Name  Flags
      x     

  public B stylesheets(java.util.Collection<? extends java.lang.String>);
    descriptor: (Ljava/util/Collection;)Lcom/sun/javafx/fxml/builder/web/ParentBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.ParentBuilder this
        start local 1 // java.util.Collection x
         0: .line 56
            aload 0 /* this */
            aload 1 /* x */
            putfield com.sun.javafx.fxml.builder.web.ParentBuilder.stylesheets:Ljava/util/Collection;
         1: .line 57
            aload 0 /* this */
            dup
            getfield com.sun.javafx.fxml.builder.web.ParentBuilder.__set:I
            iconst_2
            ior
            putfield com.sun.javafx.fxml.builder.web.ParentBuilder.__set:I
         2: .line 58
            aload 0 /* this */
            areturn
        end local 1 // java.util.Collection x
        end local 0 // com.sun.javafx.fxml.builder.web.ParentBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/fxml/builder/web/ParentBuilder<TB;>;
            0    3     1     x  Ljava/util/Collection<+Ljava/lang/String;>;
    Signature: (Ljava/util/Collection<+Ljava/lang/String;>;)TB;
    MethodParameters:
      Name  Flags
      x     

  public B stylesheets(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lcom/sun/javafx/fxml/builder/web/ParentBuilder;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.ParentBuilder this
        start local 1 // java.lang.String[] x
         0: .line 66
            aload 0 /* this */
            aload 1 /* x */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual com.sun.javafx.fxml.builder.web.ParentBuilder.stylesheets:(Ljava/util/Collection;)Lcom/sun/javafx/fxml/builder/web/ParentBuilder;
            areturn
        end local 1 // java.lang.String[] x
        end local 0 // com.sun.javafx.fxml.builder.web.ParentBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/fxml/builder/web/ParentBuilder<TB;>;
            0    1     1     x  [Ljava/lang/String;
    Signature: ([Ljava/lang/String;)TB;
    MethodParameters:
      Name  Flags
      x     
}
Signature: <B:Lcom/sun/javafx/fxml/builder/web/ParentBuilder<TB;>;>Lcom/sun/javafx/fxml/builder/web/NodeBuilder<TB;>;
SourceFile: "ParentBuilder.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()