Wrapper for a spelling record with an associated version range.
| Name | Description |
|---|---|
Versioned | Helpers for reading min/max version fields from a TableGen record. |
| Name | Description |
|---|---|
Value | Spelling text paired with the versions where it is valid. |
| Name | Description |
|---|---|
Spelling [constructor] | Construct a spelling view over TableGen record Def. |
get | Return the spelling text and version range as a Value. |
getMaxVersion | Return the maximum version stored on R. |
getMinVersion | Return the minimum version stored on R. |
getText | Return the spelling text from the record. |
getVersions | Return the version range for which this spelling is valid. |