hasNameContaining

abstract fun hasNameContaining(text: String): Boolean

Name of the declaration containing text.

Return

true if the declaration's name contains the text, false otherwise.

Parameters

text

The text to check against. It is a non-null string representing the desired text.