Change expression parts to use strings instead of numbers.

This commit is contained in:
chriseth
2020-01-27 08:55:11 +01:00
parent 45caaf5ad8
commit 6ded158739
4 changed files with 11 additions and 14 deletions
+2 -3
View File
@@ -82,9 +82,8 @@ public:
/// @returns the variable (or comma-separated list of variables) that contain
/// the value of the given expression.
std::string variable(Expression const& _expression);
/// @returns the variable of a multi-variable expression. Variables are numbered
/// starting from 1.
std::string variablePart(Expression const& _expression, size_t _part);
/// @returns the sub-variable of a multi-variable expression.
std::string variablePart(Expression const& _expression, std::string const& _part);
std::string internalDispatch(size_t _in, size_t _out);