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

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

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