KoMatchesProvider

An interface representing a Kotlin declaration that provides information about whether it matches a specified element.

Inheritors

Functions

Link copied to clipboard
abstract fun matches(element: String): Boolean

Determines whether the given element matches to declaration.