Member predicate JSDocNamedTypeExpr::hasNameParts
Holds if this name consists of the unqualified name prefix
followed by a (possibly empty) suffix
.
For example:
foo.bar.Baz
has prefixfoo
and suffix.bar.Baz
.Baz
has prefixBaz
and an empty suffix.
predicate hasNameParts(string prefix, string suffix)