[This is preliminary documentation and is subject to change.]
Gets or sets a value indicating whether this symbol has matched a
fixed symbol in the grammar.
| C# |
public bool FixedSymbol { get; internal set; }
This is set to false when a symbol is matched against a
<symbol> terminal in the grammar.