Uses of Interface
at.dms.kjc.spacetime.switchIR.SwitchSrc

Packages that use SwitchSrc
at.dms.kjc.spacetime.switchIR   
 

Uses of SwitchSrc in at.dms.kjc.spacetime.switchIR
 

Classes in at.dms.kjc.spacetime.switchIR that implement SwitchSrc
 class SwitchIPort
           
 class SwitchReg
           
 

Methods in at.dms.kjc.spacetime.switchIR with parameters of type SwitchSrc
 void RouteIns.addRoute(SwitchSrc source, RawComputeNode dest)
           
 void FullIns.addRoute(SwitchSrc src, SwitchOPort dest)
           
 

Constructors in at.dms.kjc.spacetime.switchIR with parameters of type SwitchSrc
MoveIns(SwitchReg dest, SwitchSrc src)