|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RouteSpecificationListener
This interface defines a complete listener for a parse tree produced by
RouteSpecificationParser
.
Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener |
---|
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal |
Method Detail |
---|
void enterId(@NotNull RouteSpecificationParser.IdContext ctx)
RouteSpecificationParser.id()
.
ctx
- the parse treevoid exitId(@NotNull RouteSpecificationParser.IdContext ctx)
RouteSpecificationParser.id()
.
ctx
- the parse treevoid enterIdsegment(@NotNull RouteSpecificationParser.IdsegmentContext ctx)
RouteSpecificationParser.idsegment()
.
ctx
- the parse treevoid exitIdsegment(@NotNull RouteSpecificationParser.IdsegmentContext ctx)
RouteSpecificationParser.idsegment()
.
ctx
- the parse treevoid enterSegment(@NotNull RouteSpecificationParser.SegmentContext ctx)
RouteSpecificationParser.segment()
.
ctx
- the parse treevoid exitSegment(@NotNull RouteSpecificationParser.SegmentContext ctx)
RouteSpecificationParser.segment()
.
ctx
- the parse treevoid enterRoutespecification(@NotNull RouteSpecificationParser.RoutespecificationContext ctx)
RouteSpecificationParser.routespecification()
.
ctx
- the parse treevoid exitRoutespecification(@NotNull RouteSpecificationParser.RoutespecificationContext ctx)
RouteSpecificationParser.routespecification()
.
ctx
- the parse treevoid enterPathsegment(@NotNull RouteSpecificationParser.PathsegmentContext ctx)
RouteSpecificationParser.pathsegment()
.
ctx
- the parse treevoid exitPathsegment(@NotNull RouteSpecificationParser.PathsegmentContext ctx)
RouteSpecificationParser.pathsegment()
.
ctx
- the parse tree
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |