Class PostSyntaxsKeys
- Namespace
- Hi.NcParsers.PostSyntaxs
- Assembly
- HiMech.dll
Shared JSON key constants written by PostSyntaxs-stage syntaxes. Central registry so the string literals do not drift across syntax files; readers of cache dumps can reference these constants directly rather than hard-coding the raw strings.
public static class PostSyntaxsKeys
- Inheritance
-
PostSyntaxsKeys
- Inherited Members
Fields
AddedByKey
Sub-object key that names the PostSyntax which synthesized or copied the containing data. Values are short stage names:
- AddedByValue
(
"Snapshot") — ProgramXyzSnapshotSyntax computed the value via modal lookback (MC × inverse(transform)or GetLastProgramXyz(LazyLinkedListNode<SyntaxPiece>)). - AddedByValue
(
"Cache") — CacheSyntax deep-cloned the section from an earlier block.
public const string AddedByKey = "AddedBy"