A package groups modules and other packages.
Constructs a Package object.
Adds a module to this package.
Adds a package to this package.
Returns a list of all modules in this package tree.
Returns true if this is the root package.
Returns the parent package or null if this is the root.
The modules contained in this package.
The sub-packages contained in this package.
The name of the package. E.g.: 'dil'.
See Implementation
A package groups modules and other packages.