Package org.qdl_lang.parsing
Class ParserExceptionListener
- java.lang.Object
-
- org.antlr.v4.runtime.BaseErrorListener
-
- org.qdl_lang.parsing.ParserExceptionListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
public class ParserExceptionListener extends org.antlr.v4.runtime.BaseErrorListener
Created by Jeff Gaynor
on 2/9/20 at 9:33 PM
-
-
Field Summary
Fields Modifier and Type Field Description static ParserExceptionListener
INSTANCE
-
Constructor Summary
Constructors Constructor Description ParserExceptionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e)
-
-
-
Field Detail
-
INSTANCE
public static final ParserExceptionListener INSTANCE
-
-
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) throws ParsingException
- Specified by:
syntaxError
in interfaceorg.antlr.v4.runtime.ANTLRErrorListener
- Overrides:
syntaxError
in classorg.antlr.v4.runtime.BaseErrorListener
- Throws:
ParsingException
-
-