()
| 19012 | return "" |
| 19013 | } |
| 19014 | applySuggestion() { |
| 19015 | const suggestion = this.atomSuggestion |
| 19016 | if (suggestion) this.getParticle().setAtom(this.atomIndex, suggestion) |
| 19017 | return this |
| 19018 | } |
| 19019 | } |
| 19020 | class ParserDefinedError extends AbstractParticleError { |
| 19021 | constructor(particle, message) { |
nothing calls this directly
no test coverage detected