Member Name
data class MemberName
Content copied to clipboard
Represents the name of a member (such as a function or a property).
Parameters
packageName
e.g. kotlin.collections
enclosingClassName
e.g. Map.Entry.Companion, if the member is declared inside the companion object of the Map.Entry class
simpleName
e.g. isBlank, size
Constructors
MemberName
Link copied to clipboard
MemberName
Link copied to clipboard
MemberName
Link copied to clipboard
MemberName
Link copied to clipboard
Types
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
Properties
canonicalName
Link copied to clipboard
enclosingClassName
Link copied to clipboard
packageName
Link copied to clipboard
simpleName
Link copied to clipboard