destroy method

dynamic destroy()

Deallocates a parser's resources

@api public

Implementation

destroy() {
    if (this.reconstructor != null) {
      this.reconstructor.finishedReconstruction();
    }
  }