A module declaration
from a module.ceylon compilation unit
| Attributes | |
| dependencies | Source Code shared formal Import[] dependencies The modules this module depends on. |
| members | Source Code shared formal Package[] members The package members of the module. |
| version | Source Code shared formal String version The module version. |
| Inherited Attributes |
| Attributes inherited from: Object |
| Attributes inherited from: Declaration |
| Attributes inherited from: Identifiable |
| Methods | |
| findImportedPackage | Source Code Finds a package by name in this module or in its dependencies. Note that all transitive |
| findPackage | Source Code Finds a package by name. Returns |
| Inherited Methods |
| Methods inherited from: Object |
| Methods inherited from: AnnotatedDeclaration |
| Methods inherited from: Identifiable |