Uses of Class
at.dms.kjc.sir.SIRFileReader

Packages that use SIRFileReader
at.dms.kjc.rstream   
at.dms.kjc.sir Contains the heart of the StreamIt Intermediate Representation, or SIR for short. 
at.dms.kjc.slicegraph This package aims to supersede the SIR and flatgraph representations of the stream graph with a single representation that maintains all relevant information as well as slice information. 
at.dms.kjc.spacedynamic   
 

Uses of SIRFileReader in at.dms.kjc.rstream
 

Constructors in at.dms.kjc.rstream with parameters of type SIRFileReader
FileReader(SIRFileReader sirFR)
          Returns the fully constructed FileReader based on *sirFR*
 

Uses of SIRFileReader in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type SIRFileReader
protected  void SIRFileReader.deepCloneInto(SIRFileReader other)
          Clones all fields of this into
 

Uses of SIRFileReader in at.dms.kjc.slicegraph
 

Constructors in at.dms.kjc.slicegraph with parameters of type SIRFileReader
FileInputContent(SIRFileReader filter)
          Construct FileInputContent from SIRFileReader.
 

Uses of SIRFileReader in at.dms.kjc.spacedynamic
 

Methods in at.dms.kjc.spacedynamic that return SIRFileReader
 SIRFileReader FileReaderDevice.getSIRFileReader()