num Internal Declarations
abstract fun numInternalDeclarations(includeNested: Boolean = true, includeLocal: Boolean = true): Int
Returns the number of declarations with internal visibility modifier present in the declaration.
Return
The number of declarations in the declaration.
Parameters
include Nested
Specifies whether to include nested declarations in the count (optional, default is true
).
include Local
Specifies whether to include local declarations in the count (optional, default is true
).