#include "comma/ast/AttribExpr.h"#include "comma/ast/AggExpr.h"#include "comma/ast/ExprVisitor.h"Go to the source code of this file.
| Defines | |
| #define | DISPATCH(TYPE, NODE) | 
| #define DISPATCH | ( | TYPE, | |||
| NODE | ) | 
Ast::AST_ ## TYPE:               \
    visit ## TYPE(cast<TYPE>(NODE)); \
    break
Macro to help form switch dispatch tables. Note that this macro will only work with concrete nodes (Those with a definite kind).
Definition at line 21 of file ExprVisitor.cpp.
 1.6.1
 1.6.1