phraseKindIsUnder

fun A_Type.phraseKindIsUnder(expectedPhraseKind: PhraseTypeDescriptor.PhraseKind): Boolean

Also declared in A_Phrase, so the same operation applies both to phrases and to phrase types.

Return

Whether the receiver, a phrase type, has a phraseKind at or below the specified PhraseKind.

Parameters

expectedPhraseKind

The PhraseKind to test this phrase type against.