Module Header
A module's header information.
Author
Mark van Gulik
Todd L Smith
Parameters
module Name
The resolved name of the module.
Constructors
Functions
Link copied to clipboard
Update the given AvailLoader's module to correspond with information that has been accumulated in this ModuleHeader.
Link copied to clipboard
Extract the module's header information from the Deserializer.
Link copied to clipboard
Output the module header.
Properties
Link copied to clipboard
The list of local module names imported by this module header, in the order they appear in the Uses and Extends clauses.
Link copied to clipboard
The module imports imported by the module undergoing compilation. This includes both modules being extended and modules being simply used.
Link copied to clipboard
The ModuleName of the module undergoing compilation.
Link copied to clipboard
The pragma tokens, which are always string literals.