Package com.wavefront.predicates
Class ErrorListener
- java.lang.Object
-
- org.antlr.v4.runtime.BaseErrorListener
-
- com.wavefront.predicates.ErrorListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
public class ErrorListener extends org.antlr.v4.runtime.BaseErrorListenerParser error listener.- Author:
- vasily@wavefront.com
-
-
Constructor Summary
Constructors Constructor Description ErrorListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuildergetErrors()voidsyntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e)
-
-
-
Method Detail
-
syntaxError
public void syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e)- Specified by:
syntaxErrorin interfaceorg.antlr.v4.runtime.ANTLRErrorListener- Overrides:
syntaxErrorin classorg.antlr.v4.runtime.BaseErrorListener
-
getErrors
public StringBuilder getErrors()
-
-