public final class org.graalvm.graphio.GraphOutput$Builder<G, N, M>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.graphio.GraphOutput$Builder
  super_class: java.lang.Object
{
  private final org.graalvm.graphio.GraphStructure<G, N, ?, ?> structure;
    descriptor: Lorg/graalvm/graphio/GraphStructure;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/graalvm/graphio/GraphStructure<TG;TN;**>;

  private org.graalvm.graphio.GraphElements<M, ?, ?, ?> elements;
    descriptor: Lorg/graalvm/graphio/GraphElements;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/graalvm/graphio/GraphElements<TM;***>;

  private org.graalvm.graphio.GraphTypes types;
    descriptor: Lorg/graalvm/graphio/GraphTypes;
    flags: (0x0002) ACC_PRIVATE

  private org.graalvm.graphio.GraphBlocks<G, ?, N> blocks;
    descriptor: Lorg/graalvm/graphio/GraphBlocks;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/graalvm/graphio/GraphBlocks<TG;*TN;>;

  private int major;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int minor;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.graalvm.graphio.GraphStructure<G, N, ?, ?>);
    descriptor: (Lorg/graalvm/graphio/GraphStructure;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.graphio.GraphOutput$Builder this
        start local 1 // org.graalvm.graphio.GraphStructure structure
         0: .line 119
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 113
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.graphio.GraphOutput$Builder.elements:Lorg/graalvm/graphio/GraphElements;
         2: .line 114
            aload 0 /* this */
            getstatic org.graalvm.graphio.DefaultGraphTypes.DEFAULT:Lorg/graalvm/graphio/GraphTypes;
            putfield org.graalvm.graphio.GraphOutput$Builder.types:Lorg/graalvm/graphio/GraphTypes;
         3: .line 115
            aload 0 /* this */
            invokestatic org.graalvm.graphio.DefaultGraphBlocks.empty:()Lorg/graalvm/graphio/GraphBlocks;
            putfield org.graalvm.graphio.GraphOutput$Builder.blocks:Lorg/graalvm/graphio/GraphBlocks;
         4: .line 116
            aload 0 /* this */
            iconst_4
            putfield org.graalvm.graphio.GraphOutput$Builder.major:I
         5: .line 117
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.graphio.GraphOutput$Builder.minor:I
         6: .line 120
            aload 0 /* this */
            aload 1 /* structure */
            putfield org.graalvm.graphio.GraphOutput$Builder.structure:Lorg/graalvm/graphio/GraphStructure;
         7: .line 121
            return
        end local 1 // org.graalvm.graphio.GraphStructure structure
        end local 0 // org.graalvm.graphio.GraphOutput$Builder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/graalvm/graphio/GraphOutput$Builder<TG;TN;TM;>;
            0    8     1  structure  Lorg/graalvm/graphio/GraphStructure<TG;TN;**>;
    Signature: (Lorg/graalvm/graphio/GraphStructure<TG;TN;**>;)V
    MethodParameters:
           Name  Flags
      structure  

  public org.graalvm.graphio.GraphOutput$Builder<G, N, M> protocolVersion(int, int);
    descriptor: (II)Lorg/graalvm/graphio/GraphOutput$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.graphio.GraphOutput$Builder this
        start local 1 // int majorVersion
        start local 2 // int minorVersion
         0: .line 134
            aload 0 /* this */
            iload 1 /* majorVersion */
            putfield org.graalvm.graphio.GraphOutput$Builder.major:I
         1: .line 135
            aload 0 /* this */
            iload 2 /* minorVersion */
            putfield org.graalvm.graphio.GraphOutput$Builder.minor:I
         2: .line 136
            aload 0 /* this */
            areturn
        end local 2 // int minorVersion
        end local 1 // int majorVersion
        end local 0 // org.graalvm.graphio.GraphOutput$Builder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/graalvm/graphio/GraphOutput$Builder<TG;TN;TM;>;
            0    3     1  majorVersion  I
            0    3     2  minorVersion  I
    Signature: (II)Lorg/graalvm/graphio/GraphOutput$Builder<TG;TN;TM;>;
    MethodParameters:
              Name  Flags
      majorVersion  
      minorVersion  

  public org.graalvm.graphio.GraphOutput$Builder<G, N, M> types(org.graalvm.graphio.GraphTypes);
    descriptor: (Lorg/graalvm/graphio/GraphTypes;)Lorg/graalvm/graphio/GraphOutput$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.graphio.GraphOutput$Builder this
        start local 1 // org.graalvm.graphio.GraphTypes graphTypes
         0: .line 146
            aload 0 /* this */
            aload 1 /* graphTypes */
            putfield org.graalvm.graphio.GraphOutput$Builder.types:Lorg/graalvm/graphio/GraphTypes;
         1: .line 147
            aload 0 /* this */
            areturn
        end local 1 // org.graalvm.graphio.GraphTypes graphTypes
        end local 0 // org.graalvm.graphio.GraphOutput$Builder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/graalvm/graphio/GraphOutput$Builder<TG;TN;TM;>;
            0    2     1  graphTypes  Lorg/graalvm/graphio/GraphTypes;
    Signature: (Lorg/graalvm/graphio/GraphTypes;)Lorg/graalvm/graphio/GraphOutput$Builder<TG;TN;TM;>;
    MethodParameters:
            Name  Flags
      graphTypes  

  public org.graalvm.graphio.GraphOutput$Builder<G, N, M> blocks(org.graalvm.graphio.GraphBlocks<G, ?, N>);
    descriptor: (Lorg/graalvm/graphio/GraphBlocks;)Lorg/graalvm/graphio/GraphOutput$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.graphio.GraphOutput$Builder this
        start local 1 // org.graalvm.graphio.GraphBlocks graphBlocks
         0: .line 157
            aload 0 /* this */
            aload 1 /* graphBlocks */
            putfield org.graalvm.graphio.GraphOutput$Builder.blocks:Lorg/graalvm/graphio/GraphBlocks;
         1: .line 158
            aload 0 /* this */
            areturn
        end local 1 // org.graalvm.graphio.GraphBlocks graphBlocks
        end local 0 // org.graalvm.graphio.GraphOutput$Builder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/graalvm/graphio/GraphOutput$Builder<TG;TN;TM;>;
            0    2     1  graphBlocks  Lorg/graalvm/graphio/GraphBlocks<TG;*TN;>;
    Signature: (Lorg/graalvm/graphio/GraphBlocks<TG;*TN;>;)Lorg/graalvm/graphio/GraphOutput$Builder<TG;TN;TM;>;
    MethodParameters:
             Name  Flags
      graphBlocks  

  public <E> org.graalvm.graphio.GraphOutput$Builder<G, N, E> elements(org.graalvm.graphio.GraphElements<E, ?, ?, ?>);
    descriptor: (Lorg/graalvm/graphio/GraphElements;)Lorg/graalvm/graphio/GraphOutput$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.graphio.GraphOutput$Builder this
        start local 1 // org.graalvm.graphio.GraphElements graphElements
         0: .line 169
            aload 0 /* this */
            aload 1 /* graphElements */
            putfield org.graalvm.graphio.GraphOutput$Builder.elements:Lorg/graalvm/graphio/GraphElements;
         1: .line 170
            aload 0 /* this */
            areturn
        end local 1 // org.graalvm.graphio.GraphElements graphElements
        end local 0 // org.graalvm.graphio.GraphOutput$Builder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/graalvm/graphio/GraphOutput$Builder<TG;TN;TM;>;
            0    2     1  graphElements  Lorg/graalvm/graphio/GraphElements<TE;***>;
    Signature: <E:Ljava/lang/Object;>(Lorg/graalvm/graphio/GraphElements<TE;***>;)Lorg/graalvm/graphio/GraphOutput$Builder<TG;TN;TE;>;
    MethodParameters:
               Name  Flags
      graphElements  

  public org.graalvm.graphio.GraphOutput<G, M> build(java.nio.channels.WritableByteChannel);
    descriptor: (Ljava/nio/channels/WritableByteChannel;)Lorg/graalvm/graphio/GraphOutput;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=3, args_size=2
        start local 0 // org.graalvm.graphio.GraphOutput$Builder this
        start local 1 // java.nio.channels.WritableByteChannel channel
         0: .line 182
            new org.graalvm.graphio.ProtocolImpl
            dup
            aload 0 /* this */
            getfield org.graalvm.graphio.GraphOutput$Builder.major:I
            aload 0 /* this */
            getfield org.graalvm.graphio.GraphOutput$Builder.minor:I
            aload 0 /* this */
            getfield org.graalvm.graphio.GraphOutput$Builder.structure:Lorg/graalvm/graphio/GraphStructure;
            aload 0 /* this */
            getfield org.graalvm.graphio.GraphOutput$Builder.types:Lorg/graalvm/graphio/GraphTypes;
            aload 0 /* this */
            getfield org.graalvm.graphio.GraphOutput$Builder.blocks:Lorg/graalvm/graphio/GraphBlocks;
            aload 0 /* this */
            getfield org.graalvm.graphio.GraphOutput$Builder.elements:Lorg/graalvm/graphio/GraphElements;
            aload 1 /* channel */
            invokespecial org.graalvm.graphio.ProtocolImpl.<init>:(IILorg/graalvm/graphio/GraphStructure;Lorg/graalvm/graphio/GraphTypes;Lorg/graalvm/graphio/GraphBlocks;Lorg/graalvm/graphio/GraphElements;Ljava/nio/channels/WritableByteChannel;)V
            astore 2 /* p */
        start local 2 // org.graalvm.graphio.ProtocolImpl p
         1: .line 183
            new org.graalvm.graphio.GraphOutput
            dup
            aload 2 /* p */
            invokespecial org.graalvm.graphio.GraphOutput.<init>:(Lorg/graalvm/graphio/GraphProtocol;)V
            areturn
        end local 2 // org.graalvm.graphio.ProtocolImpl p
        end local 1 // java.nio.channels.WritableByteChannel channel
        end local 0 // org.graalvm.graphio.GraphOutput$Builder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/graalvm/graphio/GraphOutput$Builder<TG;TN;TM;>;
            0    2     1  channel  Ljava/nio/channels/WritableByteChannel;
            1    2     2        p  Lorg/graalvm/graphio/ProtocolImpl<TG;TN;***TM;***>;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/nio/channels/WritableByteChannel;)Lorg/graalvm/graphio/GraphOutput<TG;TM;>;
    MethodParameters:
         Name  Flags
      channel  

  public org.graalvm.graphio.GraphOutput<G, M> build(org.graalvm.graphio.GraphOutput<?, ?>);
    descriptor: (Lorg/graalvm/graphio/GraphOutput;)Lorg/graalvm/graphio/GraphOutput;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // org.graalvm.graphio.GraphOutput$Builder this
        start local 1 // org.graalvm.graphio.GraphOutput parent
         0: .line 203
            new org.graalvm.graphio.ProtocolImpl
            dup
            aload 1 /* parent */
            getfield org.graalvm.graphio.GraphOutput.printer:Lorg/graalvm/graphio/GraphProtocol;
            aload 0 /* this */
            getfield org.graalvm.graphio.GraphOutput$Builder.structure:Lorg/graalvm/graphio/GraphStructure;
            aload 0 /* this */
            getfield org.graalvm.graphio.GraphOutput$Builder.types:Lorg/graalvm/graphio/GraphTypes;
            aload 0 /* this */
            getfield org.graalvm.graphio.GraphOutput$Builder.blocks:Lorg/graalvm/graphio/GraphBlocks;
            aload 0 /* this */
            getfield org.graalvm.graphio.GraphOutput$Builder.elements:Lorg/graalvm/graphio/GraphElements;
            invokespecial org.graalvm.graphio.ProtocolImpl.<init>:(Lorg/graalvm/graphio/GraphProtocol;Lorg/graalvm/graphio/GraphStructure;Lorg/graalvm/graphio/GraphTypes;Lorg/graalvm/graphio/GraphBlocks;Lorg/graalvm/graphio/GraphElements;)V
            astore 2 /* p */
        start local 2 // org.graalvm.graphio.ProtocolImpl p
         1: .line 204
            new org.graalvm.graphio.GraphOutput
            dup
            aload 2 /* p */
            invokespecial org.graalvm.graphio.GraphOutput.<init>:(Lorg/graalvm/graphio/GraphProtocol;)V
            areturn
        end local 2 // org.graalvm.graphio.ProtocolImpl p
        end local 1 // org.graalvm.graphio.GraphOutput parent
        end local 0 // org.graalvm.graphio.GraphOutput$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/graalvm/graphio/GraphOutput$Builder<TG;TN;TM;>;
            0    2     1  parent  Lorg/graalvm/graphio/GraphOutput<**>;
            1    2     2       p  Lorg/graalvm/graphio/ProtocolImpl<TG;TN;***TM;***>;
    Signature: (Lorg/graalvm/graphio/GraphOutput<**>;)Lorg/graalvm/graphio/GraphOutput<TG;TM;>;
    MethodParameters:
        Name  Flags
      parent  
}
Signature: <G:Ljava/lang/Object;N:Ljava/lang/Object;M:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "GraphOutput.java"
NestHost: org.graalvm.graphio.GraphOutput
InnerClasses:
  public final Builder = org.graalvm.graphio.GraphOutput$Builder of org.graalvm.graphio.GraphOutput