at.dms.kjc.spacetime
Class MagicDramLoop

java.lang.Object
  extended by at.dms.kjc.spacetime.MagicDramInstruction
      extended by at.dms.kjc.spacetime.MagicDramLoop

public class MagicDramLoop
extends MagicDramInstruction


Constructor Summary
MagicDramLoop()
           
MagicDramLoop(int tc, LinkedList<MagicDramInstruction> insList)
           
 
Method Summary
 void addIns(MagicDramInstruction in)
           
 void setTripCount(int tc)
           
 String toC()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MagicDramLoop

public MagicDramLoop()

MagicDramLoop

public MagicDramLoop(int tc,
                     LinkedList<MagicDramInstruction> insList)
Method Detail

addIns

public void addIns(MagicDramInstruction in)

setTripCount

public void setTripCount(int tc)

toC

public String toC()
Specified by:
toC in class MagicDramInstruction