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

public final class SourceNode
extends Element

Source node of a graph.


Field Summary
static com.sun.tools.xjc.reader.gbind.ElementSet EMPTY_SET
           
 
Fields inherited from class com.sun.tools.xjc.reader.gbind.Expression
EPSILON
 
Constructor Summary
SourceNode()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.sun.tools.xjc.reader.gbind.Element
addNext, buildStronglyConnectedComponents, contains, hasSelfLoop, iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EMPTY_SET

public static final com.sun.tools.xjc.reader.gbind.ElementSet EMPTY_SET
Constructor Detail

SourceNode

public SourceNode()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object