com.sun.tools.xjc.reader.gbind
Class Graph
java.lang.Object
com.sun.tools.xjc.reader.gbind.Graph
- All Implemented Interfaces:
- Iterable<ConnectedComponent>
public final class Graph
- extends Object
- implements Iterable<ConnectedComponent>
Graph of Element
s.
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
.
iterator
public Iterator<ConnectedComponent> iterator()
- List up
ConnectedComponent
s of this graph in an order.
- Specified by:
iterator
in interface Iterable<ConnectedComponent>
toString
public String toString()
- Overrides:
toString
in class Object