nameOf

fun nameOf(obj: Any): Name

Get the name of given object. If object is Named its name is used, otherwise, use Object.toString

Return

Parameters

obj