comma::ReturnStmt Class Reference
#include <Stmt.h>
List of all members.
Detailed Description
Definition at line 267 of file Stmt.h.
Constructor & Destructor Documentation
      
        
          | comma::ReturnStmt::ReturnStmt  | 
          ( | 
          Location  | 
           loc,  | 
        
        
           | 
           | 
          Expr *  | 
           expr = 0 |   | 
        
        
           | 
          ) | 
           |  |  [inline] | 
        
      
 
 
      
        
          | ReturnStmt::~ReturnStmt  | 
          ( | 
           | 
           )  | 
           | 
        
      
 
 
Member Function Documentation
      
        
          | static bool comma::ReturnStmt::classof  | 
          ( | 
          const Ast *  | 
           node | 
           )  | 
           [inline, static] | 
        
      
 
 
      
        
          | static bool comma::ReturnStmt::classof  | 
          ( | 
          const ReturnStmt *  | 
           node | 
           )  | 
           [inline, static] | 
        
      
 
 
      
        
          | Expr* comma::ReturnStmt::getReturnExpr  | 
          ( | 
           | 
           )  | 
           [inline] | 
        
      
 
 
      
        
          | const Expr* comma::ReturnStmt::getReturnExpr  | 
          ( | 
           | 
           )  | 
           const [inline] | 
        
      
 
 
      
        
          | bool comma::ReturnStmt::hasReturnExpr  | 
          ( | 
           | 
           )  | 
           const [inline] | 
        
      
 
 
The documentation for this class was generated from the following files: