summaryrefslogtreecommitdiff
path: root/src/expr/node.h
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-02-22 21:28:25 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-02-22 21:28:25 +0000
commitc5872ac197a68ea0686c90f3a8bd1e7cc993532d (patch)
tree3a2d28f2cfb07e303a7e8f0ae87722859e9abad0 /src/expr/node.h
parent3d8fd1dad54c4057384c99bf6857361f29c23d12 (diff)
Switching to types-as-attributes in parser
Diffstat (limited to 'src/expr/node.h')
-rw-r--r--src/expr/node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr/node.h b/src/expr/node.h
index 517a9eb7f..77f9141f1 100644
--- a/src/expr/node.h
+++ b/src/expr/node.h
@@ -35,6 +35,7 @@ class Node;
inline std::ostream& operator<<(std::ostream&, const Node&);
class NodeManager;
+class Type;
namespace expr {
class NodeValue;
@@ -139,6 +140,7 @@ public:
inline Kind getKind() const;
inline size_t getNumChildren() const;
+ const Type* getType() const;
static Node null();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback