Persistate API documentation
GeneratedToken Constructor (productionName, generated)
NamespacesPersistate.LanguageGeneratedTokenGeneratedToken(String, Object)

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

Creates a new GeneratedToken containing an object associated with a named production not necessarily in the abstract syntax tree. The Section of this token will be empty.
Declaration Syntax
C#
public GeneratedToken(
	string productionName,
	Object generated
)
Parameters
productionName (String)
The name of a production to be associated with 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)