Uses of Class
at.dms.kjc.JCompoundStatement

Packages that use JCompoundStatement
at.dms.kjc   
at.dms.kjc.common   
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.util   
 

Uses of JCompoundStatement in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type JCompoundStatement
protected  void JCompoundStatement.deepCloneInto(JCompoundStatement other)
          Clones all fields of this into
 Object ReplacingVisitor.visitCompoundStatement(JCompoundStatement self, JStatement[] body)
          prints a compound statement
 Object Kopi2SIR.visitCompoundStatement(JCompoundStatement self, JStatement[] body)
          visits a compound statement
 void KjcVisitor.visitCompoundStatement(JCompoundStatement self, JStatement[] body)
          visits a compound statement
 void KjcPrettyPrinter.visitCompoundStatement(JCompoundStatement self, JStatement[] body)
          prints a compound statement
 void KjcEmptyVisitor.visitCompoundStatement(JCompoundStatement self, JStatement[] body)
          prints a compound statement
 Object EmptyAttributeVisitor.visitCompoundStatement(JCompoundStatement self, JStatement[] body)
          prints a compound statement
 T AttributeVisitor.visitCompoundStatement(JCompoundStatement self, JStatement[] body)
          visits a compound statement
 

Uses of JCompoundStatement in at.dms.kjc.common
 

Methods in at.dms.kjc.common with parameters of type JCompoundStatement
 void ToCCommon.visitCompoundStatement(JCompoundStatement self, JStatement[] body)
          prints a compound statement: 2-argument form
 

Uses of JCompoundStatement in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type JCompoundStatement
 void SIRToStreamIt.visitCompoundStatement(JCompoundStatement self, JStatement[] body)
          prints a compound statement
 

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

Methods in at.dms.kjc.sir.lowering with parameters of type JCompoundStatement
 Object IntroduceMultiPops.visitCompoundStatement(JCompoundStatement self, JStatement[] body)
           
 

Uses of JCompoundStatement in at.dms.util
 

Methods in at.dms.util with parameters of type JCompoundStatement
 void IRPrinter.visitCompoundStatement(JCompoundStatement self, JStatement[] body)
          visits a compound statement