()
| 1185 | } |
| 1186 | |
| 1187 | override isConstant(): boolean { |
| 1188 | return this.expr.isConstant(); |
| 1189 | } |
| 1190 | |
| 1191 | override clone(): ParenthesizedExpr { |
| 1192 | return new ParenthesizedExpr(this.expr.clone()); |
nothing calls this directly
no test coverage detected