KoRepresentsTypeProvider

An interface representing a Kotlin declaration that provides information about whether it represents a specified type.

Inheritors

Functions

Link copied to clipboard
abstract fun representsType(name: String?): Boolean

Determines whatever this declaration represents the specified type.

Link copied to clipboard

Returns true if declaration represents the type of T.