Negated Say if this node is negateable (it may not be), If the node is negateable, we may collapse an surrounding negation into here
()
| 115 | // Negated Say if this node is negateable (it may not be), If the node |
| 116 | // is negateable, we may collapse an surrounding negation into here |
| 117 | Negated() bool |
| 118 | // ReverseNegation if Possible: for instance: |
| 119 | // "A" NOT IN ("a","b") => "A" IN ("a","b") |
| 120 | ReverseNegation() bool |
no outgoing calls