Persistate API documentation
GeneratedToken Method (index)
NamespacesPersistate.LanguageProductionTokenGeneratedToken(Int32)

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

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

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