declarations Of
inline fun <T : KoBaseProvider> KoDeclarationProvider.declarationsOf(includeNested: Boolean = true, includeLocal: Boolean = true): List<T>
The declarations of type T present in the declaration.
Return
A list of declarations of type T present in the declaration.
Parameters
include Nested
specifies whether to include nested declarations, by default true
.
include Local
specifies whether to include local declarations, by default true
.