* Is this value a number?
()
| 238 | * Is this value a number? |
| 239 | */ |
| 240 | isNumber(): boolean { |
| 241 | return this.host.isNumericLiteral(this.expression); |
| 242 | } |
| 243 | |
| 244 | /** |
| 245 | * Parse the number from this value, or error if it is not a number. |
no test coverage detected