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 SummaryFields Modifier and Type Field Description static ParserExceptionListenerINSTANCE
 - 
Constructor SummaryConstructors Constructor Description ParserExceptionListener()
 - 
Method SummaryAll 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- 
INSTANCEpublic static final ParserExceptionListener INSTANCE 
 
- 
 - 
Method Detail- 
syntaxErrorpublic 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 interface- org.antlr.v4.runtime.ANTLRErrorListener
- Overrides:
- syntaxErrorin class- org.antlr.v4.runtime.BaseErrorListener
- Throws:
- ParsingException
 
 
- 
 
-