KoSourceTypeProvider

An interface representing a Kotlin declaration that provides access to its source type.

Inheritors

Properties

Link copied to clipboard
abstract val bareSourceType: String

The source type without generic type arguments and nullability ("?").

Link copied to clipboard
abstract val sourceType: String

The source type. For val car:MyClass it will be "MyClass". For val car:MyClass<String> it will be "MyClass".