is Subkind Of
fun isSubkindOf(purportedParent: PhraseTypeDescriptor.PhraseKind): Boolean
Content copied to clipboard
Answer whether this is a subkind of (or equal to) the specified PhraseKind.
Return
Whether the receiver descends from the argument.
Parameters
purported Parent
The kind that may be the ancestor.