sbool isStarPattern(S s) { ret containsStars(s); } sbool isStarPattern(LS tok) { ret containsStars(tok); }