SpecialNames

Names with special meaning.

Properties

Link copied to clipboard
const val constructor: String

The name of a constructor.

Link copied to clipboard
const val receiver: String

The name of a receiver parameter.

Functions

Link copied to clipboard
fun getter(property: String): String

The name of a getter for a property named property.

Link copied to clipboard
fun propertyForGetter(getterName: String): String?

Gets the property name for a getter named getterName, or null if getterName is not the name of a getter.

Link copied to clipboard
fun propertyForSetter(setterName: String): String?

Gets the property name for a setter named setterName, or null if setterName is not the name of a setter.

Link copied to clipboard
fun setter(property: String): String

The name of a setter for a property named property.