Object Slots
enum ObjectSlots : Enum<DeclarationPhraseDescriptor.ObjectSlots> , ObjectSlotsEnum
Content copied to clipboard
My slots of type AvailObject.
Entries
Link copied to clipboard
Content copied to clipboard
The type of the variable being declared.
Link copied to clipboard
Content copied to clipboard
The expression that produced the type for the entity being declared, or nil if there was no such expression.
Link copied to clipboard
Content copied to clipboard
The optional initialization, or nil otherwise. Not applicable to all kinds of declarations.
Link copied to clipboard
Content copied to clipboard
The AvailObject held directly by this declaration. It can be either a module constant value or a module variable.