T - The return type of the visit operation. Use Void for
operations with no return type.public interface NginxVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
NginxParser.T visitStatement(@NotNull NginxParser.StatementContext ctx)
NginxParser.statement().ctx - the parse treeT visitIf_body(@NotNull NginxParser.If_bodyContext ctx)
NginxParser.if_body().ctx - the parse treeT visitGenericBlockHeader(@NotNull NginxParser.GenericBlockHeaderContext ctx)
NginxParser.genericBlockHeader().ctx - the parse treeT visitIf_statement(@NotNull NginxParser.If_statementContext ctx)
NginxParser.if_statement().ctx - the parse treeT visitBlock(@NotNull NginxParser.BlockContext ctx)
NginxParser.block().ctx - the parse treeT visitConfig(@NotNull NginxParser.ConfigContext ctx)
NginxParser.config().ctx - the parse treeT visitRewriteStatement(@NotNull NginxParser.RewriteStatementContext ctx)
NginxParser.rewriteStatement().ctx - the parse treeT visitGenericStatement(@NotNull NginxParser.GenericStatementContext ctx)
NginxParser.genericStatement().ctx - the parse treeT visitRegexp(@NotNull NginxParser.RegexpContext ctx)
NginxParser.regexp().ctx - the parse treeT visitLocationBlockHeader(@NotNull NginxParser.LocationBlockHeaderContext ctx)
NginxParser.locationBlockHeader().ctx - the parse treeCopyright © 2015. All rights reserved.