Uses of Class
at.dms.kjc.JWhileStatement

Packages that use JWhileStatement
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.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 JWhileStatement in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type JWhileStatement
protected  void JWhileStatement.deepCloneInto(JWhileStatement other)
          Clones all fields of this into
 Object StatementQueueVisitor.visitWhileStatement(JWhileStatement self, JExpression cond, JStatement body)
          // ---------------------------------------------------------------------- // STATEMENT VISITORS // ----------------------------------------------------------------------
 Object ReplacingVisitor.visitWhileStatement(JWhileStatement self, JExpression cond, JStatement body)
          prints a while statement
 Object Kopi2SIR.visitWhileStatement(JWhileStatement self, JExpression cond, JStatement body)
          visits a while statement
 void KjcVisitor.visitWhileStatement(JWhileStatement self, JExpression cond, JStatement body)
          visits a while statement
 void KjcPrettyPrinter.visitWhileStatement(JWhileStatement self, JExpression cond, JStatement body)
          prints a while statement
 void KjcEmptyVisitor.visitWhileStatement(JWhileStatement self, JExpression cond, JStatement body)
          prints a while statement
 Object EmptyAttributeVisitor.visitWhileStatement(JWhileStatement self, JExpression cond, JStatement body)
          prints a while statement
 T AttributeVisitor.visitWhileStatement(JWhileStatement self, JExpression cond, JStatement body)
          visits a while statement
 

Uses of JWhileStatement in at.dms.kjc.cluster
 

Methods in at.dms.kjc.cluster with parameters of type JWhileStatement
 void PPAnalyze.visitWhileStatement(JWhileStatement self, JExpression cond, JStatement body)
           
 

Uses of JWhileStatement in at.dms.kjc.common
 

Methods in at.dms.kjc.common with parameters of type JWhileStatement
 void ToCCommon.visitWhileStatement(JWhileStatement self, JExpression cond, JStatement body)
          prints a while statement
 

Uses of JWhileStatement in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type JWhileStatement
 void SIRToStreamIt.visitWhileStatement(JWhileStatement self, JExpression cond, JStatement body)
          prints a while statement
 

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

Methods in at.dms.kjc.sir.lowering with parameters of type JWhileStatement
 Object Propagator.visitWhileStatement(JWhileStatement self, JExpression cond, JStatement body)
          Visits a while statement
 Object DataFlow.visitWhileStatement(JWhileStatement self, JExpression cond, JStatement body)
          Visits a while statement
 

Uses of JWhileStatement in at.dms.util
 

Methods in at.dms.util with parameters of type JWhileStatement
 void IRPrinter.visitWhileStatement(JWhileStatement self, JExpression cond, JStatement body)
          visits a while statement