()
| 19516 | return this.get(ParsersConstants.pattern) |
| 19517 | } |
| 19518 | get cueEnumOptions() { |
| 19519 | const cueDef = this._getMyAtomTypeDefs()[0] |
| 19520 | return cueDef ? cueDef._getEnumOptions() : undefined |
| 19521 | } |
| 19522 | get languageDefinitionProgram() { |
| 19523 | return this.root |
| 19524 | } |
nothing calls this directly
no test coverage detected