summaryrefslogtreecommitdiff
path: root/src/core/parser/stack/Handler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/parser/stack/Handler.hpp')
-rw-r--r--src/core/parser/stack/Handler.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/parser/stack/Handler.hpp b/src/core/parser/stack/Handler.hpp
index d85848a..17c91d8 100644
--- a/src/core/parser/stack/Handler.hpp
+++ b/src/core/parser/stack/Handler.hpp
@@ -128,6 +128,11 @@ private:
*/
Logger *internalLogger;
+ /**
+ * Current size of the internal "token" stack.
+ */
+ size_t tokenStackDepth;
+
protected:
/**
* Constructor of the Handler class.