@internal
()
| 1246 | } |
| 1247 | /** @internal */ |
| 1248 | getParser() { |
| 1249 | return fromConst(this, this.symbol) |
| 1250 | } |
| 1251 | /** @internal */ |
| 1252 | toCodecStringTree(): AST { |
| 1253 | return replaceEncoding(this, [symbolToString]) |
nothing calls this directly
no test coverage detected