Module Import
Information that a ModuleHeader uses to keep track of a module import, whether from an Extends clause or a Uses clause, as specified by the SpecialMethodAtom.MODULE_HEADER.
Author
Mark van Gulik
Todd L Smith
Parameters
module Name
The non-resolved name of the module to import.
is Extension
true if these imported declarations are supposed to be re-exported from the current module.
wildcard
Whether to import any published names not explicitly excluded.
Throws
avail. compiler. Import Validation Exception
If the specification is invalid.
Types
Properties
Link copied to clipboard
Whether this ModuleImport is due to an Extends clause rather than a Uses clause, as indicated by module header.
Link copied to clipboard