name

expect val KClass<*>.name: String

This KClass's simple (unqualified) name, as returned by the type/2 predicate (it.unibo.tuprolog.solve.libs.oop.primitives.Type) when converting a TypeRef to its name.

Throws

on Kotlin/JS, where reflective access to type names is unsupported.

actual val KClass<*>.name: String

This KClass's simple (unqualified) name, as returned by the type/2 predicate (it.unibo.tuprolog.solve.libs.oop.primitives.Type) when converting a TypeRef to its name.

Throws

on Kotlin/JS, where reflective access to type names is unsupported.

actual val KClass<*>.name: String

This KClass's simple (unqualified) name, as returned by the type/2 predicate (it.unibo.tuprolog.solve.libs.oop.primitives.Type) when converting a TypeRef to its name.

Throws

on Kotlin/JS, where reflective access to type names is unsupported.