ObjectSlots

enum ObjectSlots : Enum<ObjectDescriptor.ObjectSlots> , ObjectSlotsEnum

The layout of object slots for my instances.

Entries

Link copied to clipboard

The values associated with keys for this object. The assignment of object fields to these slots is determined by the descriptor's variant.

Link copied to clipboard

Either nil or a raw&32;pojo containing a VettingsCache, for caching the results of type checks against object types that are already marked shared. Since method and function signatures are always shared, as well as types used by LookupTrees, this improves lookup performance and argument/return type checking substantially.

Link copied to clipboard

The kind of the object.

Properties

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