summaryrefslogtreecommitdiff
path: root/src/core/parser/stack/TokenStack.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-03-02 18:10:28 +0100
committerAndreas Stöckel <andreas@somweyr.de>2015-03-02 18:10:28 +0100
commite0b9f6ef6692ee8c37386c23f721dc6a57f69ae6 (patch)
tree210665ab5b41a52bdbe48fc3727566edb11a2812 /src/core/parser/stack/TokenStack.hpp
parente31968c9e073c64cf718fbcaebbc83ee2bee48c8 (diff)
Storing type and name in the HandlerData once again, using a Token
Diffstat (limited to 'src/core/parser/stack/TokenStack.hpp')
-rw-r--r--src/core/parser/stack/TokenStack.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/parser/stack/TokenStack.hpp b/src/core/parser/stack/TokenStack.hpp
index af734bb..f2e7edc 100644
--- a/src/core/parser/stack/TokenStack.hpp
+++ b/src/core/parser/stack/TokenStack.hpp
@@ -82,9 +82,9 @@ public:
TokenStack(const TokenStack &parentStack) : TokenStack(&parentStack) {}
/**
- * Pushes a list of TokenSyntaxDescriptor instances onto the internal stack.
+ * Pushes a list of SyntaxDescriptor instances onto the internal stack.
*
- * @param tokens is a list of TokenSyntaxDescriptor instances that should be
+ * @param tokens is a list of SyntaxDescriptor instances that should be
* stored on the stack.
*/
void pushTokens(const std::vector<SyntaxDescriptor> &tokens);