summaryrefslogtreecommitdiff
path: root/src/core/parser/ParserStack.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-18 21:42:49 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-18 21:42:49 +0100
commit2eec59a47ec36e5e4f921ca91284942b4d7d521b (patch)
tree8847623e9b9b1571150142c236b5ab2d8413ce77 /src/core/parser/ParserStack.hpp
parent677d6830a0252e7478c2f5d6f75cfb845d33ad23 (diff)
Fixed bugs in definition of Project, added reference to Project to ParserContext
Diffstat (limited to 'src/core/parser/ParserStack.hpp')
-rw-r--r--src/core/parser/ParserStack.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/parser/ParserStack.hpp b/src/core/parser/ParserStack.hpp
index aa196e7..492ab9c 100644
--- a/src/core/parser/ParserStack.hpp
+++ b/src/core/parser/ParserStack.hpp
@@ -147,6 +147,8 @@ public:
Logger &logger() { return handlerData.ctx.logger; }
+ Rooted<model::Project> project() { return handlerData.ctx.project; }
+
State state() { return handlerData.state; }
State parentState() { return handlerData.parentState; }