Searched refs:FOLLOWCache (Results 1 – 1 of 1) sorted by relevance
62 public Map<Rule, LookaheadSet> FOLLOWCache = new HashMap<Rule, LookaheadSet>(); field in LL1Analyzer160 LookaheadSet f = FOLLOWCache.get(r); in FOLLOW()165 FOLLOWCache.put(r, f); in FOLLOW()