ReverseNegation if Possible: for instance: "A" NOT IN ("a","b") => "A" IN ("a","b")
()
| 118 | // ReverseNegation if Possible: for instance: |
| 119 | // "A" NOT IN ("a","b") => "A" IN ("a","b") |
| 120 | ReverseNegation() bool |
| 121 | // StringNegate |
| 122 | StringNegate() string |
| 123 | // WriteNegate write out this node into a writer |
no outgoing calls
no test coverage detected