public class NginxBaseListener extends Object implements NginxListener
NginxListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
NginxBaseListener() |
public void enterStatement(@NotNull
NginxParser.StatementContext ctx)
NginxParser.statement().
The default implementation does nothing.
enterStatement in interface NginxListenerctx - the parse treepublic void exitStatement(@NotNull
NginxParser.StatementContext ctx)
NginxParser.statement().
The default implementation does nothing.
exitStatement in interface NginxListenerctx - the parse treepublic void enterIf_body(@NotNull
NginxParser.If_bodyContext ctx)
NginxParser.if_body().
The default implementation does nothing.
enterIf_body in interface NginxListenerctx - the parse treepublic void exitIf_body(@NotNull
NginxParser.If_bodyContext ctx)
NginxParser.if_body().
The default implementation does nothing.
exitIf_body in interface NginxListenerctx - the parse treepublic void enterGenericBlockHeader(@NotNull
NginxParser.GenericBlockHeaderContext ctx)
NginxParser.genericBlockHeader().
The default implementation does nothing.
enterGenericBlockHeader in interface NginxListenerctx - the parse treepublic void exitGenericBlockHeader(@NotNull
NginxParser.GenericBlockHeaderContext ctx)
NginxParser.genericBlockHeader().
The default implementation does nothing.
exitGenericBlockHeader in interface NginxListenerctx - the parse treepublic void enterIf_statement(@NotNull
NginxParser.If_statementContext ctx)
NginxParser.if_statement().
The default implementation does nothing.
enterIf_statement in interface NginxListenerctx - the parse treepublic void exitIf_statement(@NotNull
NginxParser.If_statementContext ctx)
NginxParser.if_statement().
The default implementation does nothing.
exitIf_statement in interface NginxListenerctx - the parse treepublic void enterBlock(@NotNull
NginxParser.BlockContext ctx)
NginxParser.block().
The default implementation does nothing.
enterBlock in interface NginxListenerctx - the parse treepublic void exitBlock(@NotNull
NginxParser.BlockContext ctx)
NginxParser.block().
The default implementation does nothing.
exitBlock in interface NginxListenerctx - the parse treepublic void enterConfig(@NotNull
NginxParser.ConfigContext ctx)
NginxParser.config().
The default implementation does nothing.
enterConfig in interface NginxListenerctx - the parse treepublic void exitConfig(@NotNull
NginxParser.ConfigContext ctx)
NginxParser.config().
The default implementation does nothing.
exitConfig in interface NginxListenerctx - the parse treepublic void enterRewriteStatement(@NotNull
NginxParser.RewriteStatementContext ctx)
NginxParser.rewriteStatement().
The default implementation does nothing.
enterRewriteStatement in interface NginxListenerctx - the parse treepublic void exitRewriteStatement(@NotNull
NginxParser.RewriteStatementContext ctx)
NginxParser.rewriteStatement().
The default implementation does nothing.
exitRewriteStatement in interface NginxListenerctx - the parse treepublic void enterGenericStatement(@NotNull
NginxParser.GenericStatementContext ctx)
NginxParser.genericStatement().
The default implementation does nothing.
enterGenericStatement in interface NginxListenerctx - the parse treepublic void exitGenericStatement(@NotNull
NginxParser.GenericStatementContext ctx)
NginxParser.genericStatement().
The default implementation does nothing.
exitGenericStatement in interface NginxListenerctx - the parse treepublic void enterRegexp(@NotNull
NginxParser.RegexpContext ctx)
NginxParser.regexp().
The default implementation does nothing.
enterRegexp in interface NginxListenerctx - the parse treepublic void exitRegexp(@NotNull
NginxParser.RegexpContext ctx)
NginxParser.regexp().
The default implementation does nothing.
exitRegexp in interface NginxListenerctx - the parse treepublic void enterLocationBlockHeader(@NotNull
NginxParser.LocationBlockHeaderContext ctx)
NginxParser.locationBlockHeader().
The default implementation does nothing.
enterLocationBlockHeader in interface NginxListenerctx - the parse treepublic void exitLocationBlockHeader(@NotNull
NginxParser.LocationBlockHeaderContext ctx)
NginxParser.locationBlockHeader().
The default implementation does nothing.
exitLocationBlockHeader in interface NginxListenerctx - the parse treepublic void enterEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(@NotNull
org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(@NotNull
org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2015. All rights reserved.