#include <Expr.h>


Public Member Functions | |
| NullExpr (Location loc, AccessType *target=0) | |
| const AccessType * | getType () const | 
| Specialize Expr::getType().   | |
| AccessType * | getType () | 
| Specialize Expr::getType().   | |
Static Public Member Functions | |
| static bool | classof (const NullExpr *node) | 
| Support isa and dyn_cast.   | |
| static bool | classof (const Ast *node) | 
Definition at line 635 of file Expr.h.
| comma::NullExpr::NullExpr | ( | Location | loc, | |
| AccessType * |  target = 0 | |||
| ) |  [inline] | 
        
| static bool comma::NullExpr::classof | ( | const Ast * | node | ) |  [inline, static] | 
        
Reimplemented from comma::Expr.
| static bool comma::NullExpr::classof | ( | const NullExpr * | node | ) |  [inline, static] | 
        
| AccessType* comma::NullExpr::getType | ( | ) |  [inline] | 
        
Specialize Expr::getType().
| const AccessType* comma::NullExpr::getType | ( | ) |  const [inline] | 
        
 1.6.1