()
| 20008 | return parsersParticle ? parsersParticle.getAtomsFrom(1) : [] |
| 20009 | } |
| 20010 | makeProgramParserDefinitionCache() { |
| 20011 | const cache = {} |
| 20012 | this.getSubparticlesByParser(parserDefinitionParser).forEach(parserDefinitionParser => (cache[parserDefinitionParser.parserIdFromDefinition] = parserDefinitionParser)) |
| 20013 | return cache |
| 20014 | } |
| 20015 | compileAndReturnRootParser() { |
| 20016 | if (!this._cached_rootParser) { |
| 20017 | const rootDef = this.rootParserDefinition |
nothing calls this directly
no test coverage detected