com.sun.tools.xjc.reader.gbind
public final class Graph extends Object implements Iterable<ConnectedComponent>
Constructor Summary | |
---|---|
Graph(Expression body)
Builds a Graph from an Expression tree.
Expression given to the graph will be modified forever,
and it will not be able to create another Graph. |
Method Summary | |
---|---|
Iterator<ConnectedComponent> | iterator()
List up ConnectedComponents of this graph in an order. |
String | toString() |