A setter declaration represents the assign block of a ValueDeclaration.
no type hierarchy
no subtypes hierarchy
| Attributes | |
actual | Source Codeshared actual Boolean actualTrue if this declaration is annotated with actual. Refines NestableDeclaration.actual |
container | Source Codeshared actual NestableDeclaration|Package containerThis declaration's immediate container, which can be either a Refines NestableDeclaration.container |
containingModule | Source Codeshared actual Module containingModuleThis declaration's module container. |
containingPackage | Source Codeshared actual Package containingPackageThis declaration's package container. |
default | Source Codeshared actual Boolean defaultTrue if this declaration is annotated with default. Refines NestableDeclaration.default |
formal | Source Codeshared actual Boolean formalTrue if this declaration is annotated with formal. Refines NestableDeclaration.formal |
shared | Source Codeshared actual Boolean sharedTrue if this declaration is annotated with shared. Refines NestableDeclaration.shared |
toplevel | Source Codeshared actual Boolean toplevelTrue if this declaration is a toplevel declaration. Refines NestableDeclaration.toplevel |
variable | Source Codeshared formal ValueDeclaration variableThe variable value this setter is for. |
| Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: Declaration |
Attributes inherited from: NestableDeclaration |
Attributes inherited from: TypedDeclaration |
| Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Annotated |
Methods inherited from: AnnotatedDeclaration |