Click or drag to resize

AliasResolvingVisitor Constructor

Creates instances of AliasResolvingVisitor.

Namespace:  Syntactik.Compiler.Steps
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
protected AliasResolvingVisitor(
	CompilerContext context
)

Parameters

context
Type: Syntactik.CompilerCompilerContext
Instance of CompilerContext.
See Also