DiaDes  0.1
DIAgnosisofDiscrete-EventSystem
ExpressionAcquisition.hh
Go to the documentation of this file.
1 #ifndef __DIADES__ALTARICA__EXPRESSION__ACQUISITION__HH
2 #define __DIADES__ALTARICA__EXPRESSION__ACQUISITION__HH
3 
4 #include<string>
5 #include<arsyntax/altarica-tree.h>
6 #include"Expression.hh"
7 
8 using namespace std;
9 
10 namespace Diades
11 {
12  namespace Altarica
13  {
14  typedef altarica_tree AltaricaTree;
16 
24  Expression::Category getExpressionCategory(int altaricaNodeType);
25 
26 
31  const Expression & getExpression(AltaricaTree * tree, NodeDecl & node, const VariableDecl & scope);
32 
33 
34  };
35 };
36 
37 #endif
STL namespace.
Expression::Category getExpressionCategory(int altaricaNodeType)
const Expression & getExpression(AltaricaTree *tree, NodeDecl &node, const VariableDecl &scope)
Namespace of the Diades project.
altarica_tree AltaricaTree