| 1924 | : m_arg( arg ), m_matcher( matcher ), m_matcherString( matcherString ) {} |
| 1925 | |
| 1926 | virtual bool isBinaryExpression() const CATCH_OVERRIDE { |
| 1927 | return true; |
| 1928 | } |
| 1929 | |
| 1930 | virtual void reconstructExpression( std::string& dest ) const CATCH_OVERRIDE { |
| 1931 | std::string matcherAsString = m_matcher.toString(); |