comma::QualifiedExpr Class Reference
#include <Expr.h>
List of all members.
Detailed Description
Definition at line 664 of file Expr.h.
Constructor & Destructor Documentation
      
        
          | comma::QualifiedExpr::~QualifiedExpr  | 
          ( | 
           | 
           )  | 
           [inline] | 
        
      
 
 
Member Function Documentation
      
        
          | static bool comma::QualifiedExpr::classof  | 
          ( | 
          const Ast *  | 
           node | 
           )  | 
           [inline, static] | 
        
      
 
 
      
        
          | static bool comma::QualifiedExpr::classof  | 
          ( | 
          const QualifiedExpr *  | 
           node | 
           )  | 
           [inline, static] | 
        
      
 
 
      
        
          | Expr* comma::QualifiedExpr::getOperand  | 
          ( | 
           | 
           )  | 
           [inline] | 
        
      
 
Returns the type declaration which qualifies this expression. 
Definition at line 682 of file Expr.h.
 
 
      
        
          | const Expr* comma::QualifiedExpr::getOperand  | 
          ( | 
           | 
           )  | 
           const [inline] | 
        
      
 
Returns the expression this node qualifies. 
Definition at line 681 of file Expr.h.
 
 
      
        
          | TypeDecl* comma::QualifiedExpr::getPrefix  | 
          ( | 
           | 
           )  | 
           [inline] | 
        
      
 
Returns the type declaration which qualifies this expression. 
Definition at line 676 of file Expr.h.
 
 
      
        
          | const TypeDecl* comma::QualifiedExpr::getPrefix  | 
          ( | 
           | 
           )  | 
           const [inline] | 
        
      
 
Returns the type declaration which qualifies this expression. 
Definition at line 675 of file Expr.h.
 
 
The documentation for this class was generated from the following file: