ObjectSlots

enum ObjectSlots : Enum<StylerDescriptor.ObjectSlots> , ObjectSlotsEnum

The layout of object slots for my instances.

Entries

Link copied to clipboard

The module in which this styler was added.

Link copied to clipboard

The A_Method for which this is a styler.

Link copied to clipboard

The function to invoke for styling. It should accept the original send phrase being styled, plus the phrase that was produced by a macro, if one was applied, otherwise the original send phrase again. Most functions are only interested in the first argument, but some, like the variable-use macro's styler, require access to the resulting variable-use phrase, to get to the declaration that it's a use of, so that it can determine if it should be styled as a use of a constant, variable, function argument, etc.

Properties

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