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.

Author:
Kohsuke Kawaguchi

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
 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 String toString()
Overrides:
toString in class Object


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.