scope javaTokNPunctuationWithBrackets. static Map #cache = synchronizedMRUCache(1000); static L javaTokNPunctuationWithBrackets(S s) { LS tok = cache.get(s); if (tok == null) cache.put(s, tok = javaTokNPunctuationWithBrackets_uncached(s)); ret tok; } static L javaTokNPunctuationWithBrackets_uncached(S s) { ret tok_combineRoundOrCurlyBrackets_keep(javaTokNPunctuation_bracketsInC(s)); } end scope