Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DErrorManager.java276 private static Map threadToErrorStateMap = new HashMap(); field in ErrorManager
556 (ErrorState)threadToErrorStateMap.get(Thread.currentThread()); in getErrorState()
559 threadToErrorStateMap.put(Thread.currentThread(), ec); in getErrorState()
571 threadToErrorStateMap.put(Thread.currentThread(), ec); in resetErrorState()