summaryrefslogtreecommitdiff
path: root/src/expr/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr.h')
-rw-r--r--src/expr/expr.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/expr/expr.h b/src/expr/expr.h
index 096094aff..27b7846db 100644
--- a/src/expr/expr.h
+++ b/src/expr/expr.h
@@ -108,6 +108,11 @@ public:
*/
size_t getNumChildren() const;
+ /** Returns the type of the expression, if it has been computed.
+ * Returns NULL if the type of the expression is not known.
+ */
+ const Type* getType() const;
+
/**
* Returns the string representation of the expression.
* @return a string representation of the expression
@@ -162,7 +167,7 @@ protected:
Node* d_node;
/** The responsible expression manager */
- ExprManager* d_em;
+ ExprManager* d_exprManager;
/**
* Returns the actual internal node.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback