A declaration.
There are only two types of declarations:
| Attributes | |
| name | Source Code shared formal String name The name of this declaration. For example, the Declaration class is named “Declaration”. |
| qualifiedName | Source Code shared formal String qualifiedName The qualified name of this declaration. This includes the container qualified name. For example, the Declaration class' qualified name is “ceylon.language.meta.declaration::Declaration”. |
| Inherited Attributes |
| Attributes inherited from: Object |