comma::LoopStmt Class Reference
This class represents the simple "loop" statement.  
More...
#include <Stmt.h>
List of all members.
Detailed Description
This class represents the simple "loop" statement. 
Definition at line 511 of file Stmt.h.
Constructor & Destructor Documentation
Member Function Documentation
      
        
          | static bool comma::LoopStmt::classof  | 
          ( | 
          const Ast *  | 
           node | 
           )  | 
           [inline, static] | 
        
      
 
 
      
        
          | static bool comma::LoopStmt::classof  | 
          ( | 
          const LoopStmt *  | 
           node | 
           )  | 
           [inline, static] | 
        
      
 
 
Returns the body of this loop. 
Definition at line 521 of file Stmt.h.
 
 
      
        
          | const StmtSequence* comma::LoopStmt::getBody  | 
          ( | 
           | 
           )  | 
           const [inline] | 
        
      
 
Returns the body of this loop. 
Definition at line 520 of file Stmt.h.
 
 
The documentation for this class was generated from the following file: