com.khubla.pragmatach.framework.uri.antlr4
Class RouteSpecificationBaseListener

java.lang.Object
  extended by com.khubla.pragmatach.framework.uri.antlr4.RouteSpecificationBaseListener
All Implemented Interfaces:
RouteSpecificationListener, org.antlr.v4.runtime.tree.ParseTreeListener

public class RouteSpecificationBaseListener
extends Object
implements RouteSpecificationListener

This class provides an empty implementation of RouteSpecificationListener, which can be extended to create a listener which only needs to handle a subset of the available methods.


Constructor Summary
RouteSpecificationBaseListener()
           
 
Method Summary
 void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
          

The default implementation does nothing.

 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 exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
          

The default implementation does nothing.

 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().
 void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
          

The default implementation does nothing.

 void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
          

The default implementation does nothing.

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteSpecificationBaseListener

public RouteSpecificationBaseListener()
Method Detail

enterId

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

The default implementation does nothing.

Specified by:
enterId in interface RouteSpecificationListener
Parameters:
ctx - the parse tree

exitId

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

The default implementation does nothing.

Specified by:
exitId in interface RouteSpecificationListener
Parameters:
ctx - the parse tree

enterIdsegment

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

The default implementation does nothing.

Specified by:
enterIdsegment in interface RouteSpecificationListener
Parameters:
ctx - the parse tree

exitIdsegment

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

The default implementation does nothing.

Specified by:
exitIdsegment in interface RouteSpecificationListener
Parameters:
ctx - the parse tree

enterSegment

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

The default implementation does nothing.

Specified by:
enterSegment in interface RouteSpecificationListener
Parameters:
ctx - the parse tree

exitSegment

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

The default implementation does nothing.

Specified by:
exitSegment in interface RouteSpecificationListener
Parameters:
ctx - the parse tree

enterRoutespecification

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

The default implementation does nothing.

Specified by:
enterRoutespecification in interface RouteSpecificationListener
Parameters:
ctx - the parse tree

exitRoutespecification

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

The default implementation does nothing.

Specified by:
exitRoutespecification in interface RouteSpecificationListener
Parameters:
ctx - the parse tree

enterPathsegment

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

The default implementation does nothing.

Specified by:
enterPathsegment in interface RouteSpecificationListener
Parameters:
ctx - the parse tree

exitPathsegment

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

The default implementation does nothing.

Specified by:
exitPathsegment in interface RouteSpecificationListener
Parameters:
ctx - the parse tree

enterEveryRule

public void enterEveryRule(@NotNull
                           org.antlr.v4.runtime.ParserRuleContext ctx)

The default implementation does nothing.

Specified by:
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListener

exitEveryRule

public void exitEveryRule(@NotNull
                          org.antlr.v4.runtime.ParserRuleContext ctx)

The default implementation does nothing.

Specified by:
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListener

visitTerminal

public void visitTerminal(@NotNull
                          org.antlr.v4.runtime.tree.TerminalNode node)

The default implementation does nothing.

Specified by:
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListener

visitErrorNode

public void visitErrorNode(@NotNull
                           org.antlr.v4.runtime.tree.ErrorNode node)

The default implementation does nothing.

Specified by:
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListener


Copyright © 2014 khubla.com. All rights reserved.