hasLocalClassesWithAllNames

abstract fun hasLocalClassesWithAllNames(name: String, vararg names: String): Boolean

Determines whether the declaration has local classes with all the specified names.

Return

true if there are declarations with all the specified names, false otherwise.

Parameters

name

The name of the local class to check.

names

The names of the local classes to check.


Determines whether the declaration has local classes with all the specified names.

Return

true if there are declarations with all the specified names, false otherwise.

Parameters

names

The names of the local classes to check.