|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.khubla.pragmatach.framework.uri.antlr4.RouteSpecificationBaseListener
public class RouteSpecificationBaseListener
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RouteSpecificationBaseListener()
Method Detail |
---|
public void enterId(@NotNull RouteSpecificationParser.IdContext ctx)
RouteSpecificationParser.id()
.
The default implementation does nothing.
enterId
in interface RouteSpecificationListener
ctx
- the parse treepublic void exitId(@NotNull RouteSpecificationParser.IdContext ctx)
RouteSpecificationParser.id()
.
The default implementation does nothing.
exitId
in interface RouteSpecificationListener
ctx
- the parse treepublic void enterIdsegment(@NotNull RouteSpecificationParser.IdsegmentContext ctx)
RouteSpecificationParser.idsegment()
.
The default implementation does nothing.
enterIdsegment
in interface RouteSpecificationListener
ctx
- the parse treepublic void exitIdsegment(@NotNull RouteSpecificationParser.IdsegmentContext ctx)
RouteSpecificationParser.idsegment()
.
The default implementation does nothing.
exitIdsegment
in interface RouteSpecificationListener
ctx
- the parse treepublic void enterSegment(@NotNull RouteSpecificationParser.SegmentContext ctx)
RouteSpecificationParser.segment()
.
The default implementation does nothing.
enterSegment
in interface RouteSpecificationListener
ctx
- the parse treepublic void exitSegment(@NotNull RouteSpecificationParser.SegmentContext ctx)
RouteSpecificationParser.segment()
.
The default implementation does nothing.
exitSegment
in interface RouteSpecificationListener
ctx
- the parse treepublic void enterRoutespecification(@NotNull RouteSpecificationParser.RoutespecificationContext ctx)
RouteSpecificationParser.routespecification()
.
The default implementation does nothing.
enterRoutespecification
in interface RouteSpecificationListener
ctx
- the parse treepublic void exitRoutespecification(@NotNull RouteSpecificationParser.RoutespecificationContext ctx)
RouteSpecificationParser.routespecification()
.
The default implementation does nothing.
exitRoutespecification
in interface RouteSpecificationListener
ctx
- the parse treepublic void enterPathsegment(@NotNull RouteSpecificationParser.PathsegmentContext ctx)
RouteSpecificationParser.pathsegment()
.
The default implementation does nothing.
enterPathsegment
in interface RouteSpecificationListener
ctx
- the parse treepublic void exitPathsegment(@NotNull RouteSpecificationParser.PathsegmentContext ctx)
RouteSpecificationParser.pathsegment()
.
The default implementation does nothing.
exitPathsegment
in interface RouteSpecificationListener
ctx
- the parse treepublic void enterEveryRule(@NotNull org.antlr.v4.runtime.ParserRuleContext ctx)
enterEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void exitEveryRule(@NotNull org.antlr.v4.runtime.ParserRuleContext ctx)
exitEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitTerminal(@NotNull org.antlr.v4.runtime.tree.TerminalNode node)
visitTerminal
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitErrorNode(@NotNull org.antlr.v4.runtime.tree.ErrorNode node)
visitErrorNode
in interface org.antlr.v4.runtime.tree.ParseTreeListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |