com.sun.tools.xjc.reader.gbind

Class Graph

public final class Graph extends Object implements Iterable<ConnectedComponent>

Graph of Elements.
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.
StringtoString()

Constructor Detail

Graph

public 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 Detail

iterator

public Iterator<ConnectedComponent> iterator()
List up ConnectedComponents of this graph in an order.

toString

public String toString()