ObjectSlots

enum ObjectSlots : Enum<MethodDescriptor.ObjectSlots> , ObjectSlotsEnum

The fields that are of type AvailObject.

Entries

Link copied to clipboard

The A_Set of A_Stylers that have been added to this method. At most one may be added to each method per module.

Link copied to clipboard

The method's lexer or nil.

Link copied to clipboard

A tuple of tuple types below which new signatures may no longer be added.

Link copied to clipboard

A set of semantic restrictions which, when their functions are invoked with suitable types as arguments, will determine whether the call arguments have mutually compatible types, and if so produce a type to which the call's return value is expected to conform. This type strengthening is assumed to hold at compile time (of the call) and checked at runtime.

Link copied to clipboard

The tuple of definitions that constitute this multimethod. This field should only be read and written with volatile slot semantics.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int