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
All Implemented Interfaces:
ElementSet, Iterable<Element>

public final class SinkNode
extends Element

Sink node of a grpah.


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
SinkNode()
           
 
Method Summary
(package private)  boolean isSink()
          True if this Element is SinkNode.
 String toString()
           
 
Methods inherited from class com.sun.tools.xjc.reader.gbind.Element
addNext, assignDfsPostOrder, buildDAG, buildStronglyConnectedComponents, checkCutSet, contains, hasSelfLoop, isNullable, isSource, iterator, lastSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SinkNode

public SinkNode()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

isSink

boolean isSink()
Description copied from class: Element
True if this Element is SinkNode.

Overrides:
isSink in class Element