#include "rphp/analysis/pBaseVisitor.h"#include "rphp/analysis/pSourceModule.h"#include <iostream>#include <unicode/ustream.h>#include "rphp/analysis/astNodes.def"Namespaces | |
| namespace | rphp |
| namespace | rphp::AST |
Defines | |
| #define | STMT(CLASS, PARENT) reinterpret_cast<dispatchFunction>( &pBaseVisitor::visit_pre_##CLASS ), |
| #define | STMT(CLASS, PARENT) reinterpret_cast<dispatchFunction>( &pBaseVisitor::visit_post_##CLASS ), |
| #define | STMT(CLASS, PARENT) reinterpret_cast<childDispatchFunction>( &pBaseVisitor::visit_children_##CLASS ), |
| #define STMT | ( | CLASS, | |||
| PARENT | ) | reinterpret_cast<childDispatchFunction>( &pBaseVisitor::visit_children_##CLASS ), |
| #define STMT | ( | CLASS, | |||
| PARENT | ) | reinterpret_cast<dispatchFunction>( &pBaseVisitor::visit_post_##CLASS ), |
| #define STMT | ( | CLASS, | |||
| PARENT | ) | reinterpret_cast<dispatchFunction>( &pBaseVisitor::visit_pre_##CLASS ), |
1.5.4