(str, programRootParticle)
| 19150 | } |
| 19151 | // todo: remove |
| 19152 | isValid(str, programRootParticle) { |
| 19153 | return this._getEnumFromAtomTypes(programRootParticle)[str] === true |
| 19154 | } |
| 19155 | } |
| 19156 | class ParsersEnumTestParticle extends AbstractParsersAtomTestParser { |
| 19157 | isValid(str) { |
nothing calls this directly
no test coverage detected