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

Packages that use SIRDynamicToken
at.dms.kjc   
at.dms.kjc.cluster The cluster backend for StreamIt generates a set of threads that can be executed on a cluster of networked computers or a SMP. 
at.dms.kjc.lir Provides a set of low-level stubs (LIR stands for Low-level IR) for compiling to the original (and mostly obsolete) uniprocessor backend. 
at.dms.kjc.raw   
at.dms.kjc.sir Contains the heart of the StreamIt Intermediate Representation, or SIR for short. 
at.dms.kjc.sir.lowering Provides compiler passes that analyze or optimize the SIR, primarily within the code of each filter. 
at.dms.kjc.spacedynamic   
at.dms.util   
 

Uses of SIRDynamicToken in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type SIRDynamicToken
 void SLIRVisitor.visitDynamicToken(SIRDynamicToken self)
          Visits a dynamic token.
 Object SLIRReplacingVisitor.visitDynamicToken(SIRDynamicToken self)
          Visits a dynamic token.
 void SLIREmptyVisitor.visitDynamicToken(SIRDynamicToken self)
          Visits a dynamic token.
 Object SLIREmptyAttributeVisitor.visitDynamicToken(SIRDynamicToken self)
          Visits a dynamic token.
 T SLIRAttributeVisitor.visitDynamicToken(SIRDynamicToken self)
          Visits a dynamic token.
 S ExpressionVisitorBase.visitDynamicToken(SIRDynamicToken self, T otherData)
           
 S ExpressionVisitor.visitDynamicToken(SIRDynamicToken self, T otherData)
           
 

Uses of SIRDynamicToken in at.dms.kjc.cluster
 

Methods in at.dms.kjc.cluster with parameters of type SIRDynamicToken
 void FlatIRToCluster.visitDynamicToken(SIRDynamicToken self)
           
 

Uses of SIRDynamicToken in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type SIRDynamicToken
 void LIRToC.visitDynamicToken(SIRDynamicToken self)
           
 

Uses of SIRDynamicToken in at.dms.kjc.raw
 

Methods in at.dms.kjc.raw with parameters of type SIRDynamicToken
 void FlatIRToC.visitDynamicToken(SIRDynamicToken self)
           
 

Uses of SIRDynamicToken in at.dms.kjc.sir
 

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

Uses of SIRDynamicToken in at.dms.kjc.sir.lowering
 

Methods in at.dms.kjc.sir.lowering with parameters of type SIRDynamicToken
 Object ThreeAddressExpressionCheck.visitDynamicToken(SIRDynamicToken self, Stack<JExpression> context)
           
 

Uses of SIRDynamicToken in at.dms.kjc.spacedynamic
 

Methods in at.dms.kjc.spacedynamic with parameters of type SIRDynamicToken
 void FlatIRToC.visitDynamicToken(SIRDynamicToken self)
           
 

Uses of SIRDynamicToken in at.dms.util
 

Methods in at.dms.util with parameters of type SIRDynamicToken
 void IRPrinter.visitDynamicToken(SIRDynamicToken self)