(str)
| 17400 | return this._touchParticle(str.split(this.atomBreakSymbol)) |
| 17401 | } |
| 17402 | touchParticle(str) { |
| 17403 | return this._touchParticleByString(str) |
| 17404 | } |
| 17405 | appendParticle(particle) { |
| 17406 | return this.appendLineAndSubparticles(particle.getLine(), particle.subparticlesToString()) |
| 17407 | } |
no test coverage detected