resideOutsidePackage

abstract fun resideOutsidePackage(name: String): Boolean

Determines whatever the declaration resides outside a package.

Return

true if the declaration resides outside the specified package, false otherwise.

Parameters

name

the package name to check.