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.BaseErrorListenerCreated by Jeff Gaynor
on 2/9/20 at 9:33 PM 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ParserExceptionListenerINSTANCE 
- 
Constructor Summary
Constructors Constructor Description ParserExceptionListener() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsyntaxError(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:
 syntaxErrorin interfaceorg.antlr.v4.runtime.ANTLRErrorListener- Overrides:
 syntaxErrorin classorg.antlr.v4.runtime.BaseErrorListener- Throws:
 ParsingException
 
 - 
 
 -