Persistate API documentation
StringToken Method (index)
NamespacesPersistate.LanguageProductionTokenStringToken(Int32)

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

Gets the StringToken at a particular index in this ProductionToken's RHS tokens.
Declaration Syntax
C#
public StringToken StringToken(
	int index
)
Parameters
index (Int32)
The index containing the StringToken.
Return Value
The indexed StringToken.
Exceptions
ExceptionCondition
InvalidOperationExceptionIf the Token at the given index is not a StringToken.

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