()
| 19624 | return this.programParserDefinitionCache |
| 19625 | } |
| 19626 | _amIRoot() { |
| 19627 | if (this._cache_isRoot === undefined) this._cache_isRoot = this._languageRootParticle === this |
| 19628 | return this._cache_isRoot |
| 19629 | } |
| 19630 | get _languageRootParticle() { |
| 19631 | return this.root.rootParserDefinition |
| 19632 | } |
no outgoing calls
no test coverage detected