| Interface | Description |
|---|---|
| NginxListener |
This interface defines a complete listener for a parse tree produced by
NginxParser. |
| NginxVisitor<T> |
This interface defines a complete generic visitor for a parse tree produced
by
NginxParser. |
| Class | Description |
|---|---|
| NginxBaseListener |
This class provides an empty implementation of
NginxListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods. |
| NginxBaseVisitor<T> |
This class provides an empty implementation of
NginxVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods. |
| NginxLexer | |
| NginxListenerImpl | |
| NginxParser | |
| NginxParser.BlockContext | |
| NginxParser.ConfigContext | |
| NginxParser.GenericBlockHeaderContext | |
| NginxParser.GenericStatementContext | |
| NginxParser.If_bodyContext | |
| NginxParser.If_statementContext | |
| NginxParser.LocationBlockHeaderContext | |
| NginxParser.RegexHeaderStatementContext | |
| NginxParser.RegexpContext | |
| NginxParser.RewriteStatementContext | |
| NginxParser.StatementContext |
Copyright © 2016. All rights reserved.