numParentInterfaces

abstract fun numParentInterfaces(indirectParents: Boolean = false): Int

Returns the number of parent interfaces.

Return

The number of parent interfaces.

Parameters

indirectParents

specifies whether to include parent interfaces defined in other files such as parent of the parent.