Module

Stores information about modules

Members

Variables

aggregates
Aggregate[] aggregates;
fullyQualifiedName
string fullyQualifiedName;
functions
Callable[] functions;
globals
Property[] globals;
location
Location location;
manifestConstants
ManifestConstant[] manifestConstants;
name
string name;

The constant name

templates
Template[] templates;
unitTests
UnitTest[] unitTests;

Meta