|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.tools.xjc.reader.gbind.Graph
public final class Graph
Graph of Elements.
| Constructor Summary | |
|---|---|
Graph(Expression body)
Builds a Graph from an Expression tree. |
|
| Method Summary | |
|---|---|
java.util.Iterator<ConnectedComponent> |
iterator()
List up ConnectedComponents of this graph in an order. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Graph(Expression body)
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 |
|---|
public java.util.Iterator<ConnectedComponent> iterator()
ConnectedComponents of this graph in an order.
iterator in interface java.lang.Iterable<ConnectedComponent>public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||