#include "parserBase.hxx"#include "propertyParsers.hxx"#include "nodeParsers.hxx"#include "Loop.hxx"#include "ForLoop.hxx"#include "ForEachLoop.hxx"#include "WhileLoop.hxx"#include "Switch.hxx"#include "Bloc.hxx"#include "Proc.hxx"#include "InlineNode.hxx"#include "ServiceNode.hxx"#include "ServiceInlineNode.hxx"#include "Runtime.hxx"#include "factory.hxx"#include <sstream>#include <string>#include <vector>#include <map>#include "loopParsers.hxx"

Go to the source code of this file.
Classes | |
| struct | YACS::casetypeParser |
| struct | YACS::defaultcasetypeParser |
| struct | YACS::switchtypeParser |
Namespaces | |
| YACS | |
Variables | |
| YACS::ENGINE::Proc * | currentProc |
| YACS::ENGINE::Runtime * | theRuntime |
| static std::string | YACS::switch_t3 [] ={"inline","sinline","service","server", "remote", "node","forloop","foreach","optimizer","while","switch","bloc",""} |
|
extern |
Definition at line 30 of file parserBase.cxx.
Referenced by YACS::casetypeParser::bloc(), YACS::casetypeParser::foreach(), YACS::casetypeParser::forloop(), YACS::casetypeParser::id(), YACS::casetypeParser::inline_(), YACS::switchtypeParser::name(), YACS::casetypeParser::node(), YACS::casetypeParser::optimizer(), YACS::casetypeParser::post(), YACS::switchtypeParser::post(), YACS::defaultcasetypeParser::pre(), YACS::casetypeParser::remote(), YACS::casetypeParser::server(), YACS::casetypeParser::service(), YACS::casetypeParser::sinline(), YACS::casetypeParser::switch_(), and YACS::casetypeParser::while_().
|
extern |
Definition at line 40 of file parsers.cxx.
Referenced by YACS::switchtypeParser::name().