* Deallocates a parser's resources
()
| 329 | * Deallocates a parser's resources |
| 330 | */ |
| 331 | public destroy() { |
| 332 | if (this.reconstructor) { |
| 333 | this.reconstructor.finishedReconstruction(); |
| 334 | this.reconstructor = null; |
| 335 | } |
| 336 | } |
| 337 | } |
| 338 | |
| 339 | /** |
no test coverage detected