Uses of Class
org.ek9lang.compiler.symbols.ModuleScope
Package
Description
B - For the EK9 compiler itself.
Common parts of processing that can be reused across various phases.
This is the main source of EK9 Symbols used within the compiler.
-
Uses of ModuleScope in org.ek9lang.compiler
Modifier and TypeMethodDescriptionParsedModule.acceptCompilationUnitContext
(EK9Parser.CompilationUnitContext compilationUnitContext) Once the source code has been parsed by one of the stages in the compiler, the CompilationUnitContext can be provided to this Parsed module.ParsedModule.getModuleScope()
-
Uses of ModuleScope in org.ek9lang.compiler.common
-
Uses of ModuleScope in org.ek9lang.compiler.symbols
Modifier and TypeMethodDescriptionModuleScope.clone
(SharedThreadContext<CompilableProgram> newContext) Create a clone of this ModuleScope.