Object Slots
enum ObjectSlots : Enum<BlockPhraseDescriptor.ObjectSlots> , ObjectSlotsEnum
Content copied to clipboard
My slots of type AvailObject.
Entries
Link copied to clipboard
Content copied to clipboard
The block's tuple of argument declarations.
Link copied to clipboard
Content copied to clipboard
The tuple of statements contained in this block.
Link copied to clipboard
Content copied to clipboard
The type this block is expected to return an instance of.
Link copied to clipboard
Content copied to clipboard
A tuple of variables needed by this block. This is set after the block phrase has already been created.
Link copied to clipboard
Content copied to clipboard
The block's set of exception types that may be raised. This set has not yet been normalized (e.g., removing types that are subtypes of types that are also present in the set).
Link copied to clipboard
Content copied to clipboard