Click or drag to resize

CompilerContext Constructor

Creates instance of CompilerContext.

Namespace:  Syntactik.Compiler
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public CompilerContext(
	CompilerParameters parameters,
	CompileUnit compileUnit
)

Parameters

parameters
Type: Syntactik.CompilerCompilerParameters
Compiler parameters of the session
compileUnit
Type: Syntactik.DOMCompileUnit
Compiler unit of the session.
See Also