Attributes
actualSource Codeshared formal Boolean actual

True if this declaration is annotated with actual.

containerSource Codeshared formal NestableDeclaration|Package container

This declaration's immediate container, which can be either a NestableDeclaration or a Package.

containingModuleSource Codeshared formal Module containingModule

This declaration's module container.

containingPackageSource Codeshared formal Package containingPackage

This declaration's package container.

defaultSource Codeshared formal Boolean default

True if this declaration is annotated with default.

formalSource Codeshared formal Boolean formal

True if this declaration is annotated with formal.

sharedSource Codeshared formal Boolean shared

True if this declaration is annotated with shared.

staticSource Codeshared formal Boolean static

True if this declaration is annotated with static.

toplevelSource Codeshared formal Boolean toplevel

True if this declaration is a toplevel declaration.

Inherited Attributes
Attributes inherited from: Object
Attributes inherited from: Declaration
Attributes inherited from: TypedDeclaration
Inherited Methods
Methods inherited from: Object
Methods inherited from: Annotated
Methods inherited from: AnnotatedDeclaration