entries

abstract val entries: List<T>

All kinds of the hierarchy.

Built lazily on first access; afterwards the same list instance is returned. The order is the compiler-provided inheritor order (FQN-based) — NOT declaration order — and it changes when leaves or their enclosing classes are renamed, added or removed. Do not persist positions in this list; persist Enumish.label or a custom property instead.