Searched refs:AUTO_CLOSE_MAP (Results 1 – 1 of 1) sorted by relevance
32 private final static Map<Character, String> AUTO_CLOSE_MAP = buildAutoCloseMap('[', "[]", '{', field in Language65 return AUTO_CLOSE_MAP.get(token); in autoClose()