()
| 19716 | return cuesInScope.some(cue => chain.has(cue)) |
| 19717 | } |
| 19718 | isTerminalParser() { |
| 19719 | return !this._getFromExtended(ParsersConstants.inScope) && !this._getFromExtended(ParsersConstants.catchAllParser) |
| 19720 | } |
| 19721 | _getParserInheritanceSet() { |
| 19722 | if (!this._cache_parserInheritanceSet) this._cache_parserInheritanceSet = new Set(this.ancestorParserIdsArray) |
| 19723 | return this._cache_parserInheritanceSet |
no test coverage detected