o_ComputeSuperkind

abstract override fun o_ComputeSuperkind(self: AvailObject): A_Type

Answer the kind (i.e., a type that's not an enumeration) that is closest to this type. Fail if the object is bottom.

Return

The closest supertype of the argument that isn't an enumeration.

Parameters

self

The enumeration.