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