destroy method
dynamic
destroy()
Deallocates a parser's resources
@api public
Implementation
destroy() {
if (this.reconstructor != null) {
this.reconstructor.finishedReconstruction();
}
}
Deallocates a parser's resources
@api public
destroy() {
if (this.reconstructor != null) {
this.reconstructor.finishedReconstruction();
}
}