generateName

abstract fun generateName(instance: Any, name: String): String

Generate a qualified name to avoid name clashes.

Parameters

instance

The instance of the class we are reading

name

The name of the method or property for which we should generate a method