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

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.SinkNode

public final class SinkNode
extends Element

Sink node of a grpah.


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
SinkNode()
           
 
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

SinkNode

public SinkNode()
Method Detail

toString

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