fix Literalprint

This commit is contained in:
djudjuu
2017-05-30 19:53:32 +02:00
parent 254b55728f
commit 597bf8a43d
2 changed files with 20 additions and 2 deletions
+1
View File
@@ -133,6 +133,7 @@ private:
std::string location(VariableDeclaration::Location _location);
std::string contractKind(ContractDefinition::ContractKind _kind);
std::string functionCallKind(FunctionCallKind _kind);
std::string tokenKind(Token::Value _token);
std::string type(Expression const& _expression);
std::string type(VariableDeclaration const& _varDecl);
int nodeId(ASTNode const& _node)