Parse error listener for redirecting ANTLR4 errors to ParseError.
More...
#include <FrontEnd.h>
|
| ParserErrorListener ()=default |
|
virtual void | syntaxError (antlr4::Recognizer *recognizer, antlr4::Token *offendingSymbol, size_t line, size_t charPositionInLine, const std::string &msg, std::exception_ptr e) override |
|
Parse error listener for redirecting ANTLR4 errors to ParseError.
◆ ParserErrorListener()
ParserErrorListener::ParserErrorListener |
( |
| ) |
|
|
default |
◆ syntaxError()
void ParserErrorListener::syntaxError |
( |
antlr4::Recognizer * |
recognizer, |
|
|
antlr4::Token * |
offendingSymbol, |
|
|
size_t |
line, |
|
|
size_t |
charPositionInLine, |
|
|
const std::string & |
msg, |
|
|
std::exception_ptr |
e |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files: