Check token within parseCase

This commit is contained in:
Alex Beregszaszi
2017-05-26 03:20:15 +01:00
parent db3d9e0416
commit e48e84ca2b
2 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ protected:
Block parseBlock();
Statement parseStatement();
Case parseCase(bool _defaultCase = false);
Case parseCase();
/// Parses a functional expression that has to push exactly one stack element
Statement parseExpression();
std::map<std::string, dev::solidity::Instruction> const& instructions();