Persistate API documentation
SymbolValue Method (index)
NamespacesPersistate.LanguageProductionTokenSymbolValue(Int32)

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

Gets the string value within the SymbolToken> at a particular index in the RHS tokens.
Declaration Syntax
C#
public string SymbolValue(
	int index
)
Parameters
index (Int32)
The index at which to retrieve the SymbolToken.
Return Value
The string value within the SymbolToken.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe token at the given position is not a SymbolToken.

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