MutableMemberReference

Represents a declared member (ie: constructor, field, or method) for a particular class.

This representation is mutable, to allow changing properties of the member.

Inheritors

Properties

Link copied to clipboard

The set of annotations applied to this member definition.

Link copied to clipboard
open override var modifiers: Set<Modifier>

The set of modifiers applied to the member definition.

Link copied to clipboard
abstract val name: String

The member name.