public class UriBaseListener extends Object implements UriListener
UriListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
UriBaseListener() |
public void enterBind_parameter(UriParser.Bind_parameterContext ctx)
UriParser.bind_parameter().
The default implementation does nothing.
enterBind_parameter in interface UriListenerctx - the parse treepublic void exitBind_parameter(UriParser.Bind_parameterContext ctx)
UriParser.bind_parameter().
The default implementation does nothing.
exitBind_parameter in interface UriListenerctx - the parse treepublic void enterBind_parameter_name(UriParser.Bind_parameter_nameContext ctx)
UriParser.bind_parameter_name().
The default implementation does nothing.
enterBind_parameter_name in interface UriListenerctx - the parse treepublic void exitBind_parameter_name(UriParser.Bind_parameter_nameContext ctx)
UriParser.bind_parameter_name().
The default implementation does nothing.
exitBind_parameter_name in interface UriListenerctx - the parse treepublic void enterBind_parameter_text(UriParser.Bind_parameter_textContext ctx)
UriParser.bind_parameter_text().
The default implementation does nothing.
enterBind_parameter_text in interface UriListenerctx - the parse treepublic void exitBind_parameter_text(UriParser.Bind_parameter_textContext ctx)
UriParser.bind_parameter_text().
The default implementation does nothing.
exitBind_parameter_text in interface UriListenerctx - the parse treepublic void enterBind_parameter_number(UriParser.Bind_parameter_numberContext ctx)
UriParser.bind_parameter_number().
The default implementation does nothing.
enterBind_parameter_number in interface UriListenerctx - the parse treepublic void exitBind_parameter_number(UriParser.Bind_parameter_numberContext ctx)
UriParser.bind_parameter_number().
The default implementation does nothing.
exitBind_parameter_number in interface UriListenerctx - the parse treepublic void enterUri(UriParser.UriContext ctx)
UriParser.uri().
The default implementation does nothing.
enterUri in interface UriListenerctx - the parse treepublic void exitUri(UriParser.UriContext ctx)
UriParser.uri().
The default implementation does nothing.
exitUri in interface UriListenerctx - the parse treepublic void enterUrl(UriParser.UrlContext ctx)
UriParser.url().
The default implementation does nothing.
enterUrl in interface UriListenerctx - the parse treepublic void exitUrl(UriParser.UrlContext ctx)
UriParser.url().
The default implementation does nothing.
exitUrl in interface UriListenerctx - the parse treepublic void enterAuthority(UriParser.AuthorityContext ctx)
UriParser.authority().
The default implementation does nothing.
enterAuthority in interface UriListenerctx - the parse treepublic void exitAuthority(UriParser.AuthorityContext ctx)
UriParser.authority().
The default implementation does nothing.
exitAuthority in interface UriListenerctx - the parse treepublic void enterProtocol(UriParser.ProtocolContext ctx)
UriParser.protocol().
The default implementation does nothing.
enterProtocol in interface UriListenerctx - the parse treepublic void exitProtocol(UriParser.ProtocolContext ctx)
UriParser.protocol().
The default implementation does nothing.
exitProtocol in interface UriListenerctx - the parse treepublic void enterPath(UriParser.PathContext ctx)
UriParser.path().
The default implementation does nothing.
enterPath in interface UriListenerctx - the parse treepublic void exitPath(UriParser.PathContext ctx)
UriParser.path().
The default implementation does nothing.
exitPath in interface UriListenerctx - the parse treepublic void enterPath_segment(UriParser.Path_segmentContext ctx)
UriParser.path_segment().
The default implementation does nothing.
enterPath_segment in interface UriListenerctx - the parse treepublic void exitPath_segment(UriParser.Path_segmentContext ctx)
UriParser.path_segment().
The default implementation does nothing.
exitPath_segment in interface UriListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2017. All rights reserved.