Persistate API documentation
Terminals Property
NamespacesPersistate.LanguageSyntaxParserTerminals

[This is preliminary documentation and is subject to change.]

Gets the set of terminals in this parser.
Declaration Syntax
C#
public IndexedSet<string> Terminals { get; }
Remarks
This is an IndexedSet so each terminal has an integer index and a string value.

Assembly: Persistate.Language (Module: Persistate.Language) Version: 0.6.1.20 (0.6.1.20)