public final class com.sun.tools.internal.xjc.reader.gbind.Graph implements java.lang.Iterable<com.sun.tools.internal.xjc.reader.gbind.ConnectedComponent>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.tools.internal.xjc.reader.gbind.Graph
  super_class: java.lang.Object
{
  private final com.sun.tools.internal.xjc.reader.gbind.Element source;
    descriptor: Lcom/sun/tools/internal/xjc/reader/gbind/Element;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.tools.internal.xjc.reader.gbind.Element sink;
    descriptor: Lcom/sun/tools/internal/xjc/reader/gbind/Element;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<com.sun.tools.internal.xjc.reader.gbind.ConnectedComponent> ccs;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lcom/sun/tools/internal/xjc/reader/gbind/ConnectedComponent;>;

  public void <init>(com.sun.tools.internal.xjc.reader.gbind.Expression);
    descriptor: (Lcom/sun/tools/internal/xjc/reader/gbind/Expression;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // com.sun.tools.internal.xjc.reader.gbind.Graph this
        start local 1 // com.sun.tools.internal.xjc.reader.gbind.Expression body
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            new com.sun.tools.internal.xjc.reader.gbind.SourceNode
            dup
            invokespecial com.sun.tools.internal.xjc.reader.gbind.SourceNode.<init>:()V
            putfield com.sun.tools.internal.xjc.reader.gbind.Graph.source:Lcom/sun/tools/internal/xjc/reader/gbind/Element;
         2: .line 41
            aload 0 /* this */
            new com.sun.tools.internal.xjc.reader.gbind.SinkNode
            dup
            invokespecial com.sun.tools.internal.xjc.reader.gbind.SinkNode.<init>:()V
            putfield com.sun.tools.internal.xjc.reader.gbind.Graph.sink:Lcom/sun/tools/internal/xjc/reader/gbind/Element;
         3: .line 46
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.tools.internal.xjc.reader.gbind.Graph.ccs:Ljava/util/List;
         4: .line 56
            new com.sun.tools.internal.xjc.reader.gbind.Sequence
            dup
            new com.sun.tools.internal.xjc.reader.gbind.Sequence
            dup
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.gbind.Graph.source:Lcom/sun/tools/internal/xjc/reader/gbind/Element;
            aload 1 /* body */
            invokespecial com.sun.tools.internal.xjc.reader.gbind.Sequence.<init>:(Lcom/sun/tools/internal/xjc/reader/gbind/Expression;Lcom/sun/tools/internal/xjc/reader/gbind/Expression;)V
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.gbind.Graph.sink:Lcom/sun/tools/internal/xjc/reader/gbind/Element;
            invokespecial com.sun.tools.internal.xjc.reader.gbind.Sequence.<init>:(Lcom/sun/tools/internal/xjc/reader/gbind/Expression;Lcom/sun/tools/internal/xjc/reader/gbind/Expression;)V
            astore 2 /* whole */
        start local 2 // com.sun.tools.internal.xjc.reader.gbind.Expression whole
         5: .line 59
            aload 2 /* whole */
            getstatic com.sun.tools.internal.xjc.reader.gbind.ElementSet.EMPTY_SET:Lcom/sun/tools/internal/xjc/reader/gbind/ElementSet;
            invokevirtual com.sun.tools.internal.xjc.reader.gbind.Expression.buildDAG:(Lcom/sun/tools/internal/xjc/reader/gbind/ElementSet;)V
         6: .line 65
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.gbind.Graph.source:Lcom/sun/tools/internal/xjc/reader/gbind/Element;
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.gbind.Graph.sink:Lcom/sun/tools/internal/xjc/reader/gbind/Element;
            invokevirtual com.sun.tools.internal.xjc.reader.gbind.Element.assignDfsPostOrder:(Lcom/sun/tools/internal/xjc/reader/gbind/Element;)Lcom/sun/tools/internal/xjc/reader/gbind/Element;
            pop
         7: .line 66
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.gbind.Graph.source:Lcom/sun/tools/internal/xjc/reader/gbind/Element;
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.gbind.Graph.ccs:Ljava/util/List;
            invokevirtual com.sun.tools.internal.xjc.reader.gbind.Element.buildStronglyConnectedComponents:(Ljava/util/List;)V
         8: .line 69
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 3 /* visited */
        start local 3 // java.util.Set visited
         9: .line 70
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.gbind.Graph.ccs:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 14
      StackMap locals: com.sun.tools.internal.xjc.reader.gbind.Graph com.sun.tools.internal.xjc.reader.gbind.Expression com.sun.tools.internal.xjc.reader.gbind.Expression java.util.Set top java.util.Iterator
      StackMap stack:
        10: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.internal.xjc.reader.gbind.ConnectedComponent
            astore 4 /* cc */
        start local 4 // com.sun.tools.internal.xjc.reader.gbind.ConnectedComponent cc
        11: .line 71
            aload 3 /* visited */
            invokeinterface java.util.Set.clear:()V
        12: .line 72
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.gbind.Graph.source:Lcom/sun/tools/internal/xjc/reader/gbind/Element;
            aload 4 /* cc */
            aload 3 /* visited */
            invokevirtual com.sun.tools.internal.xjc.reader.gbind.Element.checkCutSet:(Lcom/sun/tools/internal/xjc/reader/gbind/ConnectedComponent;Ljava/util/Set;)Z
            ifeq 14
        13: .line 73
            aload 4 /* cc */
            iconst_1
            putfield com.sun.tools.internal.xjc.reader.gbind.ConnectedComponent.isRequired:Z
        end local 4 // com.sun.tools.internal.xjc.reader.gbind.ConnectedComponent cc
        14: .line 70
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        15: .line 76
            return
        end local 3 // java.util.Set visited
        end local 2 // com.sun.tools.internal.xjc.reader.gbind.Expression whole
        end local 1 // com.sun.tools.internal.xjc.reader.gbind.Expression body
        end local 0 // com.sun.tools.internal.xjc.reader.gbind.Graph this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lcom/sun/tools/internal/xjc/reader/gbind/Graph;
            0   16     1     body  Lcom/sun/tools/internal/xjc/reader/gbind/Expression;
            5   16     2    whole  Lcom/sun/tools/internal/xjc/reader/gbind/Expression;
            9   16     3  visited  Ljava/util/Set<Lcom/sun/tools/internal/xjc/reader/gbind/Element;>;
           11   14     4       cc  Lcom/sun/tools/internal/xjc/reader/gbind/ConnectedComponent;
    MethodParameters:
      Name  Flags
      body  

  public java.util.Iterator<com.sun.tools.internal.xjc.reader.gbind.ConnectedComponent> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.reader.gbind.Graph this
         0: .line 82
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.gbind.Graph.ccs:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // com.sun.tools.internal.xjc.reader.gbind.Graph this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/reader/gbind/Graph;
    Signature: ()Ljava/util/Iterator<Lcom/sun/tools/internal/xjc/reader/gbind/ConnectedComponent;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.reader.gbind.Graph this
         0: .line 86
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.reader.gbind.Graph.ccs:Ljava/util/List;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.internal.xjc.reader.gbind.Graph this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/reader/gbind/Graph;
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Lcom/sun/tools/internal/xjc/reader/gbind/ConnectedComponent;>;
SourceFile: "Graph.java"