(subparticles = this.subparticlesToString(), line = this.getLine())
| 16787 | return this.map(particle => particle._toXml(indentCount)).join("") |
| 16788 | } |
| 16789 | clone(subparticles = this.subparticlesToString(), line = this.getLine()) { |
| 16790 | return new this.constructor(subparticles, line) |
| 16791 | } |
| 16792 | hasCue(cue) { |
| 16793 | return this._hasCue(cue) |
| 16794 | } |
no test coverage detected