comma::DereferenceExpr Class Reference
#include <Expr.h>
List of all members.
Detailed Description
Definition at line 702 of file Expr.h.
Constructor & Destructor Documentation
      
        
          | DereferenceExpr::DereferenceExpr  | 
          ( | 
          Expr *  | 
           prefix,  | 
        
        
           | 
           | 
          Location  | 
           loc,  | 
        
        
           | 
           | 
          bool  | 
           isImplicit = false |   | 
        
        
           | 
          ) | 
           |  |  | 
        
      
 
 
      
        
          | comma::DereferenceExpr::~DereferenceExpr  | 
          ( | 
           | 
           )  | 
           [inline] | 
        
      
 
 
Member Function Documentation
      
        
          | static bool comma::DereferenceExpr::classof  | 
          ( | 
          const Ast *  | 
           node | 
           )  | 
           [inline, static] | 
        
      
 
 
      
        
          | static bool comma::DereferenceExpr::classof  | 
          ( | 
          const DereferenceExpr *  | 
           node | 
           )  | 
           [inline, static] | 
        
      
 
 
      
        
          | Expr* comma::DereferenceExpr::getPrefix  | 
          ( | 
           | 
           )  | 
           [inline] | 
        
      
 
Returns the expression to which this dereference applies. 
Definition at line 712 of file Expr.h.
 
 
      
        
          | const Expr* comma::DereferenceExpr::getPrefix  | 
          ( | 
           | 
           )  | 
           const [inline] | 
        
      
 
Returns the expression to which this dereference applies. 
Definition at line 711 of file Expr.h.
 
 
      
        
          | AccessType* comma::DereferenceExpr::getPrefixType  | 
          ( | 
           | 
           )  | 
           [inline] | 
        
      
 
Returns the expression to which this dereference applies. 
Definition at line 720 of file Expr.h.
 
 
      
        
          | const AccessType* comma::DereferenceExpr::getPrefixType  | 
          ( | 
           | 
           )  | 
           const [inline] | 
        
      
 
Convenience method returning the type of the prefix. 
Definition at line 717 of file Expr.h.
 
 
      
        
          | bool comma::DereferenceExpr::isImplicit  | 
          ( | 
           | 
           )  | 
           const [inline] | 
        
      
 
Returns true if this dereference was implicitly generated by the compiler. 
Definition at line 727 of file Expr.h.
 
 
The documentation for this class was generated from the following files: