Uses of Class
org.ek9lang.compiler.IRModule
Packages that use IRModule
Package
Description
B - For the EK9 compiler itself.
K - Intermediate Representation Generation.
-
Uses of IRModule in org.ek9lang.compiler
Methods in org.ek9lang.compiler that return IRModuleModifier and TypeMethodDescriptionCompilableProgram.getIRModuleForCompilableSource
(CompilableSource source) For a specific source the IRModule is returned.Methods in org.ek9lang.compiler that return types with arguments of type IRModuleModifier and TypeMethodDescriptionCompilableProgram.getIRModules
(String moduleName) ParsedModule.getIRModules()
Provides the Intermediate Representation for all sources in this module.Methods in org.ek9lang.compiler with parameters of type IRModule -
Uses of IRModule in org.ek9lang.compiler.phase7
Constructors in org.ek9lang.compiler.phase7 with parameters of type IRModuleModifierConstructorDescription(package private)
IRDfnGenerator
(SharedThreadContext<CompilableProgram> compilableProgramAccess, CompilableSource source, IRModule irModule, CompilerFlags compilerFlags) -
Uses of IRModule in org.ek9lang.compiler.phase7.generation
Methods in org.ek9lang.compiler.phase7.generation that return IRModuleConstructors in org.ek9lang.compiler.phase7.generation with parameters of type IRModuleModifierConstructorDescriptionIRContext
(ParsedModule parsedModule, IRModule irModule, CompilerFlags compilerFlags) Create new IR generation context for an executable scope.