| 25 | static bool IsValidVariableName(const char *_ecv_array str) noexcept; |
| 26 | |
| 27 | ReadLockedPointer<const char> GetName() const noexcept { return name.Get(); } |
| 28 | ExpressionValue GetValue() const noexcept { return val; } |
| 29 | int16_t GetScope() const noexcept { return scope; } |
| 30 | void Assign(ExpressionValue& ev) THROWS(GCodeException); |
no test coverage detected