at.dms.kjc.sir.lowering.partition
Class IdentityTransform

java.lang.Object
  extended by at.dms.kjc.sir.lowering.partition.StreamTransform
      extended by at.dms.kjc.sir.lowering.partition.IdempotentTransform
          extended by at.dms.kjc.sir.lowering.partition.IdentityTransform

public final class IdentityTransform
extends IdempotentTransform

Identity transform on a stream graph.


Field Summary
 
Fields inherited from class at.dms.kjc.sir.lowering.partition.StreamTransform
id
 
Constructor Summary
IdentityTransform()
           
 
Method Summary
 SIRStream doMyTransform(SIRStream str)
          Perform the transform on 'str' and return new stream.
 String toString()
           
 
Methods inherited from class at.dms.kjc.sir.lowering.partition.IdempotentTransform
isIdempotent
 
Methods inherited from class at.dms.kjc.sir.lowering.partition.StreamTransform
addPred, addSucc, doTransform, getPred, getPredSize, getSucc, getSuccSize, printHierarchy, reduce
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdentityTransform

public IdentityTransform()
Method Detail

doMyTransform

public SIRStream doMyTransform(SIRStream str)
Perform the transform on 'str' and return new stream.

Specified by:
doMyTransform in class StreamTransform

toString

public String toString()
Overrides:
toString in class Object