aboutsummaryrefslogtreecommitdiffstats
path: root/ASTPrinter.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2014-10-16 23:57:27 +0800
committerChristian <c@ethdev.com>2014-10-23 22:27:51 +0800
commita09e4c559d5631a0661b34d0f260612eac0c6e81 (patch)
tree7cb32617b4bfab8496ffd1dbe8478290b1ff49ed /ASTPrinter.h
parentfd046d7c9088498fbb0bded6a8ca69554155f483 (diff)
downloaddexon-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.h1
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; }