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
Elements.- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterator()List upConnectedComponents of this graph in an order.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Graph
Builds aGraphfrom anExpressiontree.Expressiongiven to the graph will be modified forever, and it will not be able to create anotherGraph.
-
-
Method Details
-
iterator
List upConnectedComponents of this graph in an order.- Specified by:
iteratorin interfaceIterable<ConnectedComponent>
-
toString
-