Persistate API documentation
GeneratedToken Constructor (token, generated)
NamespacesPersistate.LanguageGeneratedTokenGeneratedToken(ProductionToken, Object)

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

Creates a new GeneratedToken containing the object generated for a particular ProductionToken in the abstract syntax tree.
Declaration Syntax
C#
public GeneratedToken(
	ProductionToken token,
	Object generated
)
Parameters
token (ProductionToken)
The ProductionToken which was the basis of the generation of the object.
generated (Object)
The generated object. This can be of any type.

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