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

[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 (AST), and a particular tag. The Section of this token will be empty.
Declaration Syntax
C#
public GeneratedToken(
	string productionName,
	Object generated,
	int tag
)
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 any type.
tag (Int32)
An integer which can be used to identify this token, using the Tag property, to generation methods handing ProductionTokens higher up in the AST.

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