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 Elements.
- Author:
- Kohsuke Kawaguchi
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
ConnectedComponents of this graph in an order.
- Specified by:
iterator in interface Iterable<ConnectedComponent>
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.