sbool tok_isStaticLevelCode(LS tok) { ret eqOneOf(firstCodeToken(tok), "static", "sclass", "sinterface", "sS", "sO"); }