| Package | Description |
|---|---|
| com.cloudbees.plugins.credentials.matchers |
| Modifier and Type | Method and Description |
|---|---|
CQLParser.ExpressionContext |
CQLParser.expression() |
CQLParser.ExpressionContext |
CQLParser.GroupedTestContext.expression() |
CQLParser.ExpressionContext |
CQLParser.ExpressionContext.expression(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<CQLParser.ExpressionContext> |
CQLParser.ExpressionContext.expression() |
| Modifier and Type | Method and Description |
|---|---|
void |
CQLListener.enterExpression(CQLParser.ExpressionContext ctx)
Enter a parse tree produced by
CQLParser.expression(). |
void |
CQLBaseListener.enterExpression(CQLParser.ExpressionContext ctx)
Enter a parse tree produced by
CQLParser.expression(). |
void |
CQLListener.exitExpression(CQLParser.ExpressionContext ctx)
Exit a parse tree produced by
CQLParser.expression(). |
void |
CQLBaseListener.exitExpression(CQLParser.ExpressionContext ctx)
Exit a parse tree produced by
CQLParser.expression(). |
T |
CQLVisitor.visitExpression(CQLParser.ExpressionContext ctx)
Visit a parse tree produced by
CQLParser.expression(). |
T |
CQLBaseVisitor.visitExpression(CQLParser.ExpressionContext ctx)
Visit a parse tree produced by
CQLParser.expression(). |
Copyright © 2016–2018. All rights reserved.