* Is this value a boolean?
()
| 266 | * Is this value a boolean? |
| 267 | */ |
| 268 | isBoolean(): boolean { |
| 269 | return this.host.isBooleanLiteral(this.expression); |
| 270 | } |
| 271 | |
| 272 | /** |
| 273 | * Parse the boolean from this value, or error if it is not a boolean. |
no test coverage detected