mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Virtual function calls.
This commit is contained in:
committed by
Mathias Baumann
parent
18ab8aeb85
commit
565d9837e4
@@ -47,7 +47,9 @@ public:
|
||||
bool visit(VariableDeclarationStatement const& _variableDeclaration) override;
|
||||
bool visit(Assignment const& _assignment) override;
|
||||
void endVisit(BinaryOperation const& _binOp) override;
|
||||
bool visit(FunctionCall const& _funCall) override;
|
||||
bool visit(Identifier const& _identifier) override;
|
||||
bool visit(Literal const& _literal) override;
|
||||
|
||||
private:
|
||||
std::ostringstream m_code;
|
||||
|
||||
Reference in New Issue
Block a user