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 IRModuleMethods 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 IRModuleModifierConstructorDescriptionIRDefinitionVisitor
(SharedThreadContext<CompilableProgram> compilableProgramAccess, CompilableSource source, IRModule irModule)