TriNode 3 part expression such as ARG1 Between ARG2 AND ARG3
| 272 | // TriNode 3 part expression such as |
| 273 | // ARG1 Between ARG2 AND ARG3 |
| 274 | TriNode struct { |
| 275 | negated bool |
| 276 | Args []Node |
| 277 | Operator lex.Token |
| 278 | } |
| 279 | |
| 280 | // UnaryNode negates a single node argument |
| 281 | // |
nothing calls this directly
no outgoing calls
no test coverage detected