(characterIndex)
| 18889 | return lineIndex === this.getLineIndex() && this._doesCharacterIndexFallOnAtom(characterIndex) |
| 18890 | } |
| 18891 | _doesCharacterIndexFallOnAtom(characterIndex) { |
| 18892 | return this.atomIndex === this.getParticle().getAtomIndexAtCharacterIndex(characterIndex) |
| 18893 | } |
| 18894 | // convenience method. may be removed. |
| 18895 | isBlankLineError() { |
| 18896 | return false |
no test coverage detected