| Package | Description |
|---|---|
| com.github.odiszapc.nginxparser.antlr |
| Modifier and Type | Field and Description |
|---|---|
NginxParser.RegexpContext |
NginxParser.GenericStatementContext.r |
NginxParser.RegexpContext |
NginxParser.RegexpContext.r |
NginxParser.RegexpContext |
NginxParser.GenericBlockHeaderContext.regexp |
NginxParser.RegexpContext |
NginxParser.If_bodyContext.regexp |
NginxParser.RegexpContext |
NginxParser.LocationBlockHeaderContext.regexp |
NginxParser.RegexpContext |
NginxParser.RewriteStatementContext.regexp |
| Modifier and Type | Method and Description |
|---|---|
NginxParser.RegexpContext |
NginxParser.regexp() |
NginxParser.RegexpContext |
NginxParser.If_bodyContext.regexp() |
NginxParser.RegexpContext |
NginxParser.LocationBlockHeaderContext.regexp() |
NginxParser.RegexpContext |
NginxParser.RewriteStatementContext.regexp() |
NginxParser.RegexpContext |
NginxParser.GenericStatementContext.regexp(int i) |
NginxParser.RegexpContext |
NginxParser.GenericBlockHeaderContext.regexp(int i) |
NginxParser.RegexpContext |
NginxParser.RegexpContext.regexp(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<NginxParser.RegexpContext> |
NginxParser.GenericStatementContext.regexp() |
List<NginxParser.RegexpContext> |
NginxParser.GenericBlockHeaderContext.regexp() |
List<NginxParser.RegexpContext> |
NginxParser.RegexpContext.regexp() |
| Modifier and Type | Method and Description |
|---|---|
void |
NginxListener.enterRegexp(NginxParser.RegexpContext ctx)
Enter a parse tree produced by
NginxParser.regexp(). |
void |
NginxBaseListener.enterRegexp(NginxParser.RegexpContext ctx)
Enter a parse tree produced by
NginxParser.regexp(). |
void |
NginxListener.exitRegexp(NginxParser.RegexpContext ctx)
Exit a parse tree produced by
NginxParser.regexp(). |
void |
NginxBaseListener.exitRegexp(NginxParser.RegexpContext ctx)
Exit a parse tree produced by
NginxParser.regexp(). |
T |
NginxVisitor.visitRegexp(NginxParser.RegexpContext ctx)
Visit a parse tree produced by
NginxParser.regexp(). |
T |
NginxBaseVisitor.visitRegexp(NginxParser.RegexpContext ctx)
Visit a parse tree produced by
NginxParser.regexp(). |
Copyright © 2016. All rights reserved.