Mappings.

This commit is contained in:
chriseth
2019-05-08 15:54:52 +02:00
parent 4037da9575
commit 595544645e
7 changed files with 153 additions and 0 deletions
@@ -57,6 +57,7 @@ public:
void endVisit(FunctionCall const& _funCall) override;
void endVisit(MemberAccess const& _memberAccess) override;
bool visit(InlineAssembly const& _inlineAsm) override;
void endVisit(IndexAccess const& _indexAccess) override;
void endVisit(Identifier const& _identifier) override;
bool visit(Literal const& _literal) override;