* Return the `TExpression` of this value wrapped in a `WrappedNodeExpr`.
()
| 352 | * Return the `TExpression` of this value wrapped in a `WrappedNodeExpr`. |
| 353 | */ |
| 354 | getOpaque(): o.WrappedNodeExpr<TExpression> { |
| 355 | return new o.WrappedNodeExpr(this.expression); |
| 356 | } |
| 357 | |
| 358 | /** |
| 359 | * Get the range of the location of this value in the original source. |
no outgoing calls
no test coverage detected