public class routerpathBaseListener extends Object implements routerpathListener
routerpathListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
routerpathBaseListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
enterParseRoot(routerpathParser.ParseRootContext ctx)
Enter a parse tree produced by
routerpathParser.parseRoot(). |
void |
enterPathElems(routerpathParser.PathElemsContext ctx)
Enter a parse tree produced by
routerpathParser.pathElems(). |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
exitParseRoot(routerpathParser.ParseRootContext ctx)
Exit a parse tree produced by
routerpathParser.parseRoot(). |
void |
exitPathElems(routerpathParser.PathElemsContext ctx)
Exit a parse tree produced by
routerpathParser.pathElems(). |
void |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) |
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) |
public void enterParseRoot(routerpathParser.ParseRootContext ctx)
routerpathParser.parseRoot().
The default implementation does nothing.
enterParseRoot in interface routerpathListenerctx - the parse treepublic void exitParseRoot(routerpathParser.ParseRootContext ctx)
routerpathParser.parseRoot().
The default implementation does nothing.
exitParseRoot in interface routerpathListenerctx - the parse treepublic void enterPathElems(routerpathParser.PathElemsContext ctx)
routerpathParser.pathElems().
The default implementation does nothing.
enterPathElems in interface routerpathListenerctx - the parse treepublic void exitPathElems(routerpathParser.PathElemsContext ctx)
routerpathParser.pathElems().
The default implementation does nothing.
exitPathElems in interface routerpathListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2018 Atlassian. All rights reserved.