()
| 19631 | return this.root.rootParserDefinition |
| 19632 | } |
| 19633 | _isErrorParser() { |
| 19634 | return this.get(ParsersConstants.baseParser) === ParsersConstants.errorParser |
| 19635 | } |
| 19636 | _isBlobParser() { |
| 19637 | // Do not check extended classes. Only do once. |
| 19638 | return this._getFromExtended(ParsersConstants.baseParser) === ParsersConstants.blobParser |
no test coverage detected