compiler/analysis/pBaseVisitor.cpp File Reference

#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 Documentation

#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 ),


Generated on Thu Sep 9 03:00:06 2010 for rphp by  doxygen 1.5.4