Class ParsingErrorListener

java.lang.Object
org.antlr.v4.runtime.BaseErrorListener
io.debezium.antlr.ParsingErrorListener
All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener

public class ParsingErrorListener extends org.antlr.v4.runtime.BaseErrorListener
ANTLR parsing error listener. This listener will collect all errors, which may appear during a construction of parsed tree.
Author:
Roman Kuchár <kucharrom@gmail.com>.