kotlin.reflect.KParameter.Kind

Kind

enum class Kind

Kind represents a particular position of the parameter declaration in the source code, such as an instance, an extension receiver parameter or a value parameter.

Enum Values

登录查看完整内容

INSTANCE

Instance required to make a call to the member, or an outer class instance for an inner class constructor.