Uses of Class
org.ek9lang.compiler.common.ScopeStack
Packages that use ScopeStack
Package
Description
Common parts of processing that can be reused across various phases.
-
Uses of ScopeStack in org.ek9lang.compiler.common
Constructors in org.ek9lang.compiler.common with parameters of type ScopeStackModifierConstructorDescriptionSymbolsAndScopes
(ParsedModule parsedModule, ScopeStack scopeStack) Create a new instance for symbol and scope management.