()
| 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() |
| 19211 | return PreludeAtomTypeIds.anyAtom |
| 19212 | } |
| 19213 | _getExtendedAtomTypeId() { |
| 19214 | const arr = this._getAncestorsArray() |
| 19215 | return arr[arr.length - 1].id |
nothing calls this directly
no test coverage detected