Click or drag to resize

NamespaceResolverProcessAlias Method

Tells NamespaceResolver to check validity of Alias and add it to the list of aliases of the current ModuleMember. 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 ProcessAlias(
	Alias alias
)

Parameters

alias
Type: Syntactik.DOM.MappedAlias
The alias to be added.
See Also