Package org.reploop.parser.thrift
Class PostProcessor
- java.lang.Object
-
- org.reploop.parser.thrift.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 Summary
Constructors Constructor Description PostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
-
-
Method Detail
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-