mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Change expression parts to use strings instead of numbers.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user