Package org.hpccsystems.ws.client.antlr
Class ErrorListener
- java.lang.Object
-
- org.antlr.v4.runtime.BaseErrorListener
-
- org.hpccsystems.ws.client.antlr.ErrorListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
public class ErrorListener extends org.antlr.v4.runtime.BaseErrorListener
-
-
Constructor Summary
Constructors Constructor Description ErrorListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattach(org.antlr.v4.runtime.Lexer lexer)voidattach(org.antlr.v4.runtime.Parser parser)List<String>getErrors()voidsetParent(EclRecordReader r)voidsyntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e)
-
-
-
Method Detail
-
attach
public void attach(org.antlr.v4.runtime.Parser parser)
-
attach
public void attach(org.antlr.v4.runtime.Lexer lexer)
-
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
-
setParent
public void setParent(EclRecordReader r)
-
-