#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.
|
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",""} |
|