Model of a package declaration
from a package.ceylon compilation unit
no type hierarchy
no subtypes hierarchy
| Attributes | |
container | Source Codeshared formal Module containerThe module this package belongs to. |
shared | Source Codeshared formal Boolean sharedTrue if this package is shared. |
| Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: Declaration |
Attributes inherited from: Identifiable |
| Methods | |
annotatedMembers | Source Codeshared formal Kind[] annotatedMembers<Kind, Annotation>()Returns the list of member declarations that satisfy the given |
getAlias | Source Codeshared formal AliasDeclaration? getAlias(String name)The type alias with the given name. Returns |
getClassOrInterface | Source Codeshared formal ClassOrInterfaceDeclaration? getClassOrInterface(String name)The class or interface with the given name. Returns |
getFunction | Source Codeshared formal FunctionDeclaration? getFunction(String name)The function with the given name. Returns |
getMember | Source Codeshared formal Kind? getMember<Kind>(String name)Looks up a member declaration by name, provided it satisfies the given |
getValue | Source Codeshared formal ValueDeclaration? getValue(String name)The value with the given name. Returns |
members | Source Codeshared formal Kind[] members<Kind>()Returns the list of member declarations that satisfy the given |
| Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Annotated |
Methods inherited from: AnnotatedDeclaration |
Methods inherited from: Identifiable |