()
| 19507 | return !!this.generatedClassName |
| 19508 | } |
| 19509 | _isAbstract() { |
| 19510 | return this.id.startsWith(ParsersConstants.abstractParserPrefix) |
| 19511 | } |
| 19512 | get cueIfAny() { |
| 19513 | return this.get(ParsersConstants.cue) || (this._hasFromExtended(ParsersConstants.cueFromId) ? this.idWithoutSuffix : undefined) |
| 19514 | } |
no outgoing calls
no test coverage detected