Ko Base Type Declaration
Represents a Kotlin base type declaration.
This interface serves as the base for various types of declarations in Kotlin, providing essential functionalities and information about a declaration.
Inheritors
Properties
Functions
Link copied to clipboard
Name of the declaration containing text.
Link copied to clipboard
Name of the declaration with suffix.
Link copied to clipboard
Name of the declaration matching regex.
Link copied to clipboard
Name of the declaration with prefix.
Link copied to clipboard
Text of the declaration containing text.
Link copied to clipboard
Text of the declaration with suffix.
Link copied to clipboard
Text of the declaration matching regex.
Link copied to clipboard
Text of the declaration with prefix.
Link copied to clipboard
Determines whatever the declaration resides in a package.
Link copied to clipboard
Determines whatever the declaration resides outside a package.