Represents a lexical scope, where variables, modules, and functions are resolved. It links symbol names with their declarations.
References to other, 'include'd or 'use'd file scopes, filled by the solution manager. We can use those scopes to resolve types from those files.
Represents a lexical scope, where variables, modules, and functions are resolved. It links symbol names with their declarations.