()
| 20004 | return super._getMyInScopeParserIds(this.rootParserDefinition) |
| 20005 | } |
| 20006 | _getInScopeParserIds() { |
| 20007 | const parsersParticle = this.rootParserDefinition.getParticle(ParsersConstants.inScope) |
| 20008 | return parsersParticle ? parsersParticle.getAtomsFrom(1) : [] |
| 20009 | } |
| 20010 | makeProgramParserDefinitionCache() { |
| 20011 | const cache = {} |
| 20012 | this.getSubparticlesByParser(parserDefinitionParser).forEach(parserDefinitionParser => (cache[parserDefinitionParser.parserIdFromDefinition] = parserDefinitionParser)) |
no test coverage detected