Uses of Interface
org.ek9lang.compiler.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
Modifier and TypeClassDescriptionclass
Once we have parsed a module (source file) we need to keep track of the results.Modifier 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
Modifier 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)