com.khubla.pragmatach.framework.uri.antlr4
Interface RouteSpecificationListener

All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
All Known Implementing Classes:
RouteSpecificationBaseListener

public interface RouteSpecificationListener
extends org.antlr.v4.runtime.tree.ParseTreeListener

This interface defines a complete listener for a parse tree produced by RouteSpecificationParser.


Method Summary
 void enterId(RouteSpecificationParser.IdContext ctx)
          Enter a parse tree produced by RouteSpecificationParser.id().
 void enterIdsegment(RouteSpecificationParser.IdsegmentContext ctx)
          Enter a parse tree produced by RouteSpecificationParser.idsegment().
 void enterPathsegment(RouteSpecificationParser.PathsegmentContext ctx)
          Enter a parse tree produced by RouteSpecificationParser.pathsegment().
 void enterRoutespecification(RouteSpecificationParser.RoutespecificationContext ctx)
          Enter a parse tree produced by RouteSpecificationParser.routespecification().
 void enterSegment(RouteSpecificationParser.SegmentContext ctx)
          Enter a parse tree produced by RouteSpecificationParser.segment().
 void exitId(RouteSpecificationParser.IdContext ctx)
          Exit a parse tree produced by RouteSpecificationParser.id().
 void exitIdsegment(RouteSpecificationParser.IdsegmentContext ctx)
          Exit a parse tree produced by RouteSpecificationParser.idsegment().
 void exitPathsegment(RouteSpecificationParser.PathsegmentContext ctx)
          Exit a parse tree produced by RouteSpecificationParser.pathsegment().
 void exitRoutespecification(RouteSpecificationParser.RoutespecificationContext ctx)
          Exit a parse tree produced by RouteSpecificationParser.routespecification().
 void exitSegment(RouteSpecificationParser.SegmentContext ctx)
          Exit a parse tree produced by RouteSpecificationParser.segment().
 
Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
 

Method Detail

enterId

void enterId(@NotNull
             RouteSpecificationParser.IdContext ctx)
Enter a parse tree produced by RouteSpecificationParser.id().

Parameters:
ctx - the parse tree

exitId

void exitId(@NotNull
            RouteSpecificationParser.IdContext ctx)
Exit a parse tree produced by RouteSpecificationParser.id().

Parameters:
ctx - the parse tree

enterIdsegment

void enterIdsegment(@NotNull
                    RouteSpecificationParser.IdsegmentContext ctx)
Enter a parse tree produced by RouteSpecificationParser.idsegment().

Parameters:
ctx - the parse tree

exitIdsegment

void exitIdsegment(@NotNull
                   RouteSpecificationParser.IdsegmentContext ctx)
Exit a parse tree produced by RouteSpecificationParser.idsegment().

Parameters:
ctx - the parse tree

enterSegment

void enterSegment(@NotNull
                  RouteSpecificationParser.SegmentContext ctx)
Enter a parse tree produced by RouteSpecificationParser.segment().

Parameters:
ctx - the parse tree

exitSegment

void exitSegment(@NotNull
                 RouteSpecificationParser.SegmentContext ctx)
Exit a parse tree produced by RouteSpecificationParser.segment().

Parameters:
ctx - the parse tree

enterRoutespecification

void enterRoutespecification(@NotNull
                             RouteSpecificationParser.RoutespecificationContext ctx)
Enter a parse tree produced by RouteSpecificationParser.routespecification().

Parameters:
ctx - the parse tree

exitRoutespecification

void exitRoutespecification(@NotNull
                            RouteSpecificationParser.RoutespecificationContext ctx)
Exit a parse tree produced by RouteSpecificationParser.routespecification().

Parameters:
ctx - the parse tree

enterPathsegment

void enterPathsegment(@NotNull
                      RouteSpecificationParser.PathsegmentContext ctx)
Enter a parse tree produced by RouteSpecificationParser.pathsegment().

Parameters:
ctx - the parse tree

exitPathsegment

void exitPathsegment(@NotNull
                     RouteSpecificationParser.PathsegmentContext ctx)
Exit a parse tree produced by RouteSpecificationParser.pathsegment().

Parameters:
ctx - the parse tree


Copyright © 2014 khubla.com. All rights reserved.