at.dms.kjc.slicegraph
Class UnflatEdge

java.lang.Object
  extended by at.dms.kjc.slicegraph.UnflatEdge

public class UnflatEdge
extends Object

Intermediate file used in (super) synch removal. Connect two UnflatFilter together.

Author:
jasperln

Field Summary
 UnflatFilter dest
          The dest UnflatFilter.
 UnflatFilter src
          The src UnflatFilter.
 
Method Summary
static void clear()
          Garbage collect UnflatEdge.
static boolean equal(UnflatEdge[] e1, UnflatEdge[] e2)
          Returns if two UnflatEdge[] are equal.
 String toString()
          Returns string representation of UnflatEdge.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

src

public UnflatFilter src
The src UnflatFilter.


dest

public UnflatFilter dest
The dest UnflatFilter.

Method Detail

clear

public static void clear()
Garbage collect UnflatEdge. Do not use until ready to garbage collect whole graph.


equal

public static boolean equal(UnflatEdge[] e1,
                            UnflatEdge[] e2)
Returns if two UnflatEdge[] are equal.


toString

public String toString()
Returns string representation of UnflatEdge.

Overrides:
toString in class Object