()
| 19504 | return this.parserIdFromDefinition |
| 19505 | } |
| 19506 | _hasValidParserId() { |
| 19507 | return !!this.generatedClassName |
| 19508 | } |
| 19509 | _isAbstract() { |
| 19510 | return this.id.startsWith(ParsersConstants.abstractParserPrefix) |
| 19511 | } |
no outgoing calls
no test coverage detected