Most trivial members.

This commit is contained in:
chriseth
2019-05-07 17:19:45 +02:00
parent b99ad2aaa3
commit acca390ef5
3 changed files with 187 additions and 6 deletions
@@ -55,8 +55,9 @@ public:
void endVisit(UnaryOperation const& _unaryOperation) override;
bool visit(BinaryOperation const& _binOp) override;
void endVisit(FunctionCall const& _funCall) override;
void endVisit(MemberAccess const& _memberAccess) override;
bool visit(InlineAssembly const& _inlineAsm) override;
bool visit(Identifier const& _identifier) override;
void endVisit(Identifier const& _identifier) override;
bool visit(Literal const& _literal) override;
private: