(str, programRootParticle)
| 19249 | return this._getSubparticlesByParserInExtended(AbstractParsersAtomTestParser) |
| 19250 | } |
| 19251 | isValid(str, programRootParticle) { |
| 19252 | return this._getAllTests().every(particle => particle.isValid(str, programRootParticle)) |
| 19253 | } |
| 19254 | get atomTypeId() { |
| 19255 | return this.getAtom(0) |
| 19256 | } |
nothing calls this directly
no test coverage detected