()
| 19963 | return this.getSubparticlesByParser(parserDefinitionParser).filter(particle => particle._hasValidParserId()) |
| 19964 | } |
| 19965 | get lastRootParserDefinitionParticle() { |
| 19966 | return this.findLast(def => def instanceof AbstractParserDefinitionParser && def.has(ParsersConstants.root) && def._hasValidParserId()) |
| 19967 | } |
| 19968 | _initRootParserDefinitionParticle() { |
| 19969 | if (this._cache_rootParserParticle) return |
| 19970 | if (!this._cache_rootParserParticle) this._cache_rootParserParticle = this.lastRootParserDefinitionParticle |
nothing calls this directly
no test coverage detected