Uses of Class
org.antlr.tool.ErrorManager.ErrorState
-
Packages that use ErrorManager.ErrorState Package Description org.antlr.tool -
-
Uses of ErrorManager.ErrorState in org.antlr.tool
Fields in org.antlr.tool with type parameters of type ErrorManager.ErrorState Modifier and Type Field Description private static java.util.Map<java.lang.Thread,ErrorManager.ErrorState>
ErrorManager. threadToErrorStateMap
Track the number of errors regardless of the listener but track per thread.Methods in org.antlr.tool that return ErrorManager.ErrorState Modifier and Type Method Description static ErrorManager.ErrorState
ErrorManager. getErrorState()
-