at.dms.kjc
Class StreamItDot.NamePair

java.lang.Object
  extended by at.dms.kjc.StreamItDot.NamePair
Enclosing class:
StreamItDot

public class StreamItDot.NamePair
extends Object

Inner class to represent dot graph components.


Constructor Summary
StreamItDot.NamePair()
          Create a new NamePair with both fields null.
StreamItDot.NamePair(String s)
          Create a new NamePair with both fields the same.
StreamItDot.NamePair(String f, String l)
          Create a new NamePair with two different names.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamItDot.NamePair

public StreamItDot.NamePair()
Create a new NamePair with both fields null.


StreamItDot.NamePair

public StreamItDot.NamePair(String s)
Create a new NamePair with both fields the same.


StreamItDot.NamePair

public StreamItDot.NamePair(String f,
                            String l)
Create a new NamePair with two different names.