From 2fefe3b5497172a16094014b66e148b707bc7492 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 24 May 2017 22:55:29 +0100 Subject: Move Solidity specific methods from ParserBase to the Solidity Parser --- libsolidity/parsing/Parser.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libsolidity/parsing/Parser.h') diff --git a/libsolidity/parsing/Parser.h b/libsolidity/parsing/Parser.h index 282617ab..05e99566 100644 --- a/libsolidity/parsing/Parser.h +++ b/libsolidity/parsing/Parser.h @@ -154,6 +154,10 @@ private: std::vector> const& _path, std::vector, SourceLocation>> const& _indices ); + + Token::Value expectAssignmentOperator(); + ASTPointer expectIdentifierToken(); + ASTPointer getLiteralAndAdvance(); ///@} /// Creates an empty ParameterList at the current location (used if parameters can be omitted). -- cgit v1.2.3