| 300 | } |
| 301 | |
| 302 | class FALSE extends Node { |
| 303 | constructor() { |
| 304 | super(); |
| 305 | this.type = "FALSE"; |
| 306 | } |
| 307 | } |
| 308 | |
| 309 | // below are wrapper functions for all the nodes above |
| 310 | // so that user can initialize the nodes without using new keyword |
nothing calls this directly
no outgoing calls
no test coverage detected