()
| 19952 | return this.atomTypeDefinitions[atomTypeId] |
| 19953 | } |
| 19954 | get parserLineage() { |
| 19955 | const newParticle = new Particle() |
| 19956 | Object.values(this.validConcreteAndAbstractParserDefinitions).forEach(particle => newParticle.touchParticle(particle.ancestorParserIdsArray.join(" "))) |
| 19957 | return newParticle |
| 19958 | } |
| 19959 | get languageDefinitionProgram() { |
| 19960 | return this |
| 19961 | } |
nothing calls this directly
no test coverage detected