at.dms.kjc.raw
Class SwitchScheduleNode
java.lang.Object
at.dms.kjc.raw.SwitchScheduleNode
public class SwitchScheduleNode
- extends Object
This class represents a node in the switch schedule.
Each node corresponds with one data item. So
for duplicate splitters there will be multiple targets
for a data item (hence the vector destinations).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
next
public SwitchScheduleNode next
SwitchScheduleNode
public SwitchScheduleNode()
addDest
public void addDest(FlatNode to)
getSize
public int getSize()
getDest
public FlatNode getDest(int i)
toAssembly
public String toAssembly(FlatNode node,
boolean send)
printMe
public void printMe()