com.sun.tools.xjc.reader.gbind
Class SourceNode

java.lang.Object
  extended by com.sun.tools.xjc.reader.gbind.Expression
      extended by com.sun.tools.xjc.reader.gbind.Element
          extended by com.sun.tools.xjc.reader.gbind.SourceNode
All Implemented Interfaces:
ElementSet, Iterable<Element>

public final class SourceNode
extends Element

Source node of a graph.


Field Summary
 
Fields inherited from class com.sun.tools.xjc.reader.gbind.Element
backEdges, foreEdges, prevPostOrder
 
Fields inherited from class com.sun.tools.xjc.reader.gbind.Expression
EPSILON
 
Fields inherited from interface com.sun.tools.xjc.reader.gbind.ElementSet
EMPTY_SET
 
Constructor Summary
SourceNode()
           
 
Method Summary
(package private)  boolean isSource()
          True if this Element is SourceNode.
 String toString()
           
 
Methods inherited from class com.sun.tools.xjc.reader.gbind.Element
addNext, assignDfsPostOrder, buildDAG, buildStronglyConnectedComponents, checkCutSet, contains, hasSelfLoop, isNullable, isSink, iterator, lastSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceNode

public SourceNode()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

isSource

boolean isSource()
Description copied from class: Element
True if this Element is SourceNode.

Overrides:
isSource in class Element