Click or drag to resize

NamespaceResolverEnterModule Method

Sets current Module. Method should be called from the visitor.

Namespace:  Syntactik.Compiler.Steps
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public void EnterModule(
	Module module
)

Parameters

module
Type: Syntactik.DOMModule
Current Module.
See Also