Uses of Class
at.dms.kjc.lir.LIRSetChild

Packages that use LIRSetChild
at.dms.kjc   
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.sir Contains the heart of the StreamIt Intermediate Representation, or SIR for short. 
at.dms.util   
 

Uses of LIRSetChild in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type LIRSetChild
 void SLIRVisitor.visitSetChild(LIRSetChild self, JExpression streamContext, String childType, String childName)
          Visits a child registration node.
 Object SLIRReplacingVisitor.visitSetChild(LIRSetChild self, JExpression streamContext, String childType, String childName)
          Visits a child registration node.
 void SLIREmptyVisitor.visitSetChild(LIRSetChild self, JExpression streamContext, String childType, String childName)
          Visits a child registration node.
 Object SLIREmptyAttributeVisitor.visitSetChild(LIRSetChild self, JExpression streamContext, String childType, String childName)
          Visits a child registration node.
 T SLIRAttributeVisitor.visitSetChild(LIRSetChild self, JExpression streamContext, String childType, String childName)
          Visits a child registration node.
 

Uses of LIRSetChild in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type LIRSetChild
 void LIRToC.visitSetChild(LIRSetChild self, JExpression streamContext, JExpression childContext)
          Visits a child registration node.
 void LIRToC.visitSetChild(LIRSetChild self, JExpression streamContext, String childType, String childName)
           
 

Uses of LIRSetChild in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type LIRSetChild
 void SIRToStreamIt.visitSetChild(LIRSetChild self, JExpression streamContext, JExpression childContext)
          Visits a child registration node.
 void SIRToStreamIt.visitSetChild(LIRSetChild self, JExpression streamContext, String childType, String childName)
           
 

Uses of LIRSetChild in at.dms.util
 

Methods in at.dms.util with parameters of type LIRSetChild
 void IRPrinter.visitSetChild(LIRSetChild self, JExpression streamContext, String childType, String childName)
          Visits a child registration node.