20 #ifndef ACTION_PARSER_HPP 21 #define ACTION_PARSER_HPP 23 #include <opm/input/eclipse/Schedule/Action/ASTNode.hpp> 24 #include <opm/input/eclipse/Schedule/Action/ActionValue.hpp> 38 [[nodiscard]] std::unique_ptr<ASTNode>
39 parseCondition(
const std::vector<std::string>& tokens);
47 [[nodiscard]] TokenType tokenType(
const std::string& arg);
50 #endif // ACTION_PARSER_HPP Definition: ActionParser.cpp:560