Uses of Interface
org.ek9lang.compiler.Module
Packages that use Module
Package
Description
B - For the EK9 compiler itself.
This is the main source of EK9 Symbols used within the compiler.
-
Uses of Module in org.ek9lang.compiler
Classes in org.ek9lang.compiler with type parameters of type ModuleModifier and TypeClassDescriptionclass
With EK9 it is possible to have multiple source files that are all in the same 'module'.Classes in org.ek9lang.compiler that implement ModuleModifier and TypeClassDescriptionfinal class
Represents the Intermediate Representation of the EK9 code for a particular EK9 module.final class
Once we have parsed a module (source file) we need to keep track of the results.Methods in org.ek9lang.compiler with parameters of type ModuleModifier and TypeMethodDescriptionvoid
ParsedModuleTransientData.recordSymbol
(org.antlr.v4.runtime.tree.ParseTree node, ISymbol symbol, Module module) Record a particular node context with a particular symbol. -
Uses of Module in org.ek9lang.compiler.symbols
Methods in org.ek9lang.compiler.symbols that return types with arguments of type ModuleMethod parameters in org.ek9lang.compiler.symbols with type arguments of type ModuleModifier and TypeMethodDescriptionvoid
ISymbol.setParsedModule
(Optional<Module> parsedModule) For some symbols you may wish to specify the parsed module they were defined in.void
Symbol.setParsedModule
(Optional<Module> module)