Set parenthesized flag
| 204 | |
| 205 | /// Set parenthesized flag |
| 206 | void setParenthesized(bool value) |
| 207 | { |
| 208 | parenthesized = value; |
| 209 | } |
| 210 | |
| 211 | /// Returns true if query tree node has original AST, false otherwise |
| 212 | bool hasOriginalAST() const |
no outgoing calls
no test coverage detected