Home
last modified time | relevance | path

Searched refs:tsetCached (Results 1 – 1 of 1) sorted by relevance

/external/antlr/tool/src/main/java/org/antlr/analysis/
DLL1Analyzer.java248 … LookaheadSet tsetCached = tset; // tset is stored in cache. We can't return the same instance in _FIRST() local
279 return tset==tsetCached ? new LookaheadSet(tset) : tset; in _FIRST()