summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager_template.h
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2010-05-04 03:42:56 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2010-05-04 03:42:56 +0000
commit1ce8e28d5976e1ab30099cb9e6943514497d2980 (patch)
tree1a9382fb62b38e3b5768da951b7c684f1b8688e7 /src/expr/expr_manager_template.h
parent69c2d3e702f8ec0bd0eec4a481a07571131aabeb (diff)
Type-checking classes and hooks (not tested yet).
Diffstat (limited to 'src/expr/expr_manager_template.h')
-rw-r--r--src/expr/expr_manager_template.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/expr/expr_manager_template.h b/src/expr/expr_manager_template.h
index b3a1b68df..16d1b4534 100644
--- a/src/expr/expr_manager_template.h
+++ b/src/expr/expr_manager_template.h
@@ -22,6 +22,7 @@
#include "expr/kind.h"
#include "expr/type.h"
+#include "expr/expr.h"
${includes}
@@ -208,7 +209,7 @@ public:
SortType mkSort(const std::string& name);
/** Get the type of an expression */
- Type getType(const Expr& e);
+ Type getType(const Expr& e) throw (TypeCheckingException);
// variables are special, because duplicates are permitted
Expr mkVar(const std::string& name, const Type& type);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback