Package io.debezium.antlr
Interface AntlrDdlParserListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
public interface AntlrDdlParserListener extends org.antlr.v4.runtime.tree.ParseTreeListenerInterface for listeners used byParseTreeWalker.- Author:
- Roman Kuchár
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<ParsingException>getErrors()Returns errors that occurred during parsed tree walk.
-
-
-
Method Detail
-
getErrors
Collection<ParsingException> getErrors()
Returns errors that occurred during parsed tree walk.- Returns:
- collection of
ParsingExceptions.
-
-