toString

abstract override fun toString(): String

Returns a string representation of the signature.

In case of a method it's just name and descriptor concatenated together, e.g. equals(Ljava/lang/Object;)Z

In case of a field name and descriptor are concatenated with : separator, e.g. value:Ljava/lang/String;