diff options
author | Christian <c@ethdev.com> | 2014-10-16 23:57:27 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-10-23 22:27:51 +0800 |
commit | a09e4c559d5631a0661b34d0f260612eac0c6e81 (patch) | |
tree | 7cb32617b4bfab8496ffd1dbe8478290b1ff49ed /ASTPrinter.h | |
parent | fd046d7c9088498fbb0bded6a8ca69554155f483 (diff) | |
download | dexon-solidity-a09e4c559d5631a0661b34d0f260612eac0c6e81.tar.gz dexon-solidity-a09e4c559d5631a0661b34d0f260612eac0c6e81.tar.zst dexon-solidity-a09e4c559d5631a0661b34d0f260612eac0c6e81.zip |
Type information for AST printer.
Diffstat (limited to 'ASTPrinter.h')
-rw-r--r-- | ASTPrinter.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |