Model of a package declaration
from a package.ceylon compilation unit
| Attributes | |
| container | Source Code shared formal Module container The module this package belongs to. |
| shared | Source Code shared formal Boolean shared True if this package is shared. |
| Inherited Attributes |
| Attributes inherited from: Object |
| Attributes inherited from: Declaration |
| Attributes inherited from: Identifiable |
| Methods | |
| annotatedMembers | Source Code Returns the list of member declarations that satisfy the given |
| getAlias | Source Code The type alias with the given name. Returns |
| getClassOrInterface | Source Code The class or interface with the given name. Returns |
| getFunction | Source Code The function with the given name. Returns |
| getMember | Source Code Looks up a member declaration by name, provided it satisfies the given |
| getValue | Source Code The value with the given name. Returns |
| members | Source Code Returns the list of member declarations that satisfy the given |
| Inherited Methods |
| Methods inherited from: Object |
| Methods inherited from: AnnotatedDeclaration |
| Methods inherited from: Identifiable |