mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Check token within parseCase
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user