public interface routerpathListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
routerpathParser.| Modifier and Type | Method and Description |
|---|---|
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 |
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 enterParseRoot(routerpathParser.ParseRootContext ctx)
routerpathParser.parseRoot().ctx - the parse treevoid exitParseRoot(routerpathParser.ParseRootContext ctx)
routerpathParser.parseRoot().ctx - the parse treevoid enterPathElems(routerpathParser.PathElemsContext ctx)
routerpathParser.pathElems().ctx - the parse treevoid exitPathElems(routerpathParser.PathElemsContext ctx)
routerpathParser.pathElems().ctx - the parse treeCopyright © 2018 Atlassian. All rights reserved.