Class Modules<T extends Module>
java.lang.Object
org.ek9lang.compiler.Modules<T>
- All Implemented Interfaces:
- Serializable
With EK9 it is possible to have multiple source files that are all in the same 'module'.
This object represents that concept. So the module name is always the same but there can and
will be multiple modules.
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Modules
 
- 
- 
Method Details- 
addAdd a module to the set all under the same moduleName.
- 
removeRemove an existing module for the set of modules recorded against a specific module name.
- 
getModules
 
-