Home
last modified time | relevance | path

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

/external/antlr/tool/src/main/java/org/antlr/tool/
DErrorManager.java281 …private static final Map<Thread, ErrorState> threadToErrorStateMap = new WeakHashMap<Thread, Error… field in ErrorManager
583 threadToErrorStateMap.get(Thread.currentThread()); in getErrorState()
586 threadToErrorStateMap.put(Thread.currentThread(), ec); in getErrorState()
598 threadToErrorStateMap.put(Thread.currentThread(), ec); in resetErrorState()