Click or drag to resize

AliasResolvingVisitorScopeContext Property

Keeps track of nested namespace scopes.

Namespace:  Syntactik.Compiler.Steps
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
protected Stack<Scope> ScopeContext { get; }

Property Value

Type: StackScope
See Also