isSubkindOf

fun isSubkindOf(purportedParent: PhraseTypeDescriptor.PhraseKind): Boolean

Answer whether this is a subkind of (or equal to) the specified PhraseKind.

Return

Whether the receiver descends from the argument.

Parameters

purportedParent

The kind that may be the ancestor.