| 201 | return Pimpl->CalcExpressionStr(iadapter); |
| 202 | } |
| 203 | double CalcAdapterExpression(const IExpressionAdaptor& iadapter) const { |
| 204 | return Pimpl->CalcExpression(iadapter); |
| 205 | } |
| 206 | void GetTokensWithSuffix(const TString& suffix, TVector<TString>& tokens) const; |
| 207 | void GetTokensWithPrefix(const TString& prefix, TVector<TString>& tokens) const; |
| 208 | TExpression& SetRegexMatcher(TExpressionRegexMatcher matcher); |
no test coverage detected