Class PostProcessor

  • All Implemented Interfaces:
    org.antlr.v4.runtime.tree.ParseTreeListener

    public class PostProcessor
    extends Object
    implements org.antlr.v4.runtime.tree.ParseTreeListener
    What's this about?
    Since:
    2015-06-05 14
    Author:
    George Cao(georgecao@outlook.com)
    • Constructor Detail

      • PostProcessor

        public PostProcessor()
    • Method Detail

      • visitTerminal

        public void visitTerminal​(org.antlr.v4.runtime.tree.TerminalNode node)
        Specified by:
        visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListener
      • visitErrorNode

        public void visitErrorNode​(org.antlr.v4.runtime.tree.ErrorNode node)
        Specified by:
        visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListener
      • enterEveryRule

        public void enterEveryRule​(org.antlr.v4.runtime.ParserRuleContext ctx)
        Specified by:
        enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListener
      • exitEveryRule

        public void exitEveryRule​(org.antlr.v4.runtime.ParserRuleContext ctx)
        Specified by:
        exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListener