Module Version
Information kept in memory about a specific version of a module file.
Constructors
Functions
Link copied to clipboard
fun getCompilation(compilationKey: Repository.ModuleCompilationKey): Repository.ModuleCompilation?
Content copied to clipboard
Look up the ModuleCompilation associated with the provided ModuleCompilationKey, answering null if unavailable.
Link copied to clipboard
The list of entry point names declared by this version of the module.
Link copied to clipboard
Link copied to clipboard
Write the specified byte array (encoding a ModuleHeader) into the indexed file. Record the record position for subsequent retrieval.
Properties
Link copied to clipboard
An immutable List of compilations for this module version. There may be multiple compilations due to changes in ancestor module versions that forced this module to be recompiled.
Link copied to clipboard
Answer the serializedmodule header associated with this version.