Interface AntlrDdlParserListener

All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener

public interface AntlrDdlParserListener extends org.antlr.v4.runtime.tree.ParseTreeListener
Interface for listeners used by ParseTreeWalker.
Author:
Roman Kuchár <kucharrom@gmail.com>.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns errors that occurred during parsed tree walk.

    Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener

    enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal