()
| 19246 | return this._getFromExtended(ParsersConstants.regex) || (enumOptions ? "(?:" + enumOptions.join("|") + ")" : "[^ ]*") |
| 19247 | } |
| 19248 | _getAllTests() { |
| 19249 | return this._getSubparticlesByParserInExtended(AbstractParsersAtomTestParser) |
| 19250 | } |
| 19251 | isValid(str, programRootParticle) { |
| 19252 | return this._getAllTests().every(particle => particle.isValid(str, programRootParticle)) |
| 19253 | } |
no test coverage detected