From a09e4c559d5631a0661b34d0f260612eac0c6e81 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 16 Oct 2014 17:57:27 +0200 Subject: Type information for AST printer. --- ASTPrinter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ASTPrinter.h') diff --git a/ASTPrinter.h b/ASTPrinter.h index e8d125a5..14592e2b 100644 --- a/ASTPrinter.h +++ b/ASTPrinter.h @@ -102,6 +102,7 @@ public: private: void printSourcePart(ASTNode const& _node); + void printType(Expression const& _expression); std::string getIndentation() const; void writeLine(std::string const& _line); bool goDeeper() { m_indentation++; return true; } -- cgit v1.2.3