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