Package com.sun.tools.xjc.reader.gbind
Class Graph
java.lang.Object
com.sun.tools.xjc.reader.gbind.Graph
- All Implemented Interfaces:
Iterable<ConnectedComponent>
Graph of
Element
s.- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterator()
List upConnectedComponent
s of this graph in an order.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Graph
Builds aGraph
from anExpression
tree.Expression
given to the graph will be modified forever, and it will not be able to create anotherGraph
.
-
-
Method Details
-
iterator
List upConnectedComponent
s of this graph in an order.- Specified by:
iterator
in interfaceIterable<ConnectedComponent>
-
toString
-