Click or drag to resize

PairFactoryForJson Constructor

Creates instance of PairFactoryForJson.

Namespace:  Syntactik.Compiler.Steps
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public PairFactoryForJson(
	CompilerContext context,
	Module module
)

Parameters

context
Type: Syntactik.CompilerCompilerContext
CompilerContext used to report errors.
module
Type: Syntactik.DOMModule
Current module.
See Also