()
| 19203 | return this.preludeKind || ParsersAnyAtom |
| 19204 | } |
| 19205 | get preludeKind() { |
| 19206 | return PreludeKinds[this.getAtom(0)] || PreludeKinds[this._getExtendedAtomTypeId()] |
| 19207 | } |
| 19208 | get preludeKindId() { |
| 19209 | if (PreludeKinds[this.getAtom(0)]) return this.getAtom(0) |
| 19210 | else if (PreludeKinds[this._getExtendedAtomTypeId()]) return this._getExtendedAtomTypeId() |
nothing calls this directly
no test coverage detected