| Package | Description |
|---|---|
| com.cloudbees.plugins.credentials.matchers |
| Modifier and Type | Method and Description |
|---|---|
CQLParser.PrimaryContext |
CQLParser.primary() |
CQLParser.PrimaryContext |
CQLParser.ExpressionContext.primary() |
CQLParser.PrimaryContext |
CQLParser.NegativeTestContext.primary() |
| Modifier and Type | Method and Description |
|---|---|
void |
CQLListener.enterPrimary(CQLParser.PrimaryContext ctx)
Enter a parse tree produced by
CQLParser.primary(). |
void |
CQLBaseListener.enterPrimary(CQLParser.PrimaryContext ctx)
Enter a parse tree produced by
CQLParser.primary(). |
void |
CQLListener.exitPrimary(CQLParser.PrimaryContext ctx)
Exit a parse tree produced by
CQLParser.primary(). |
void |
CQLBaseListener.exitPrimary(CQLParser.PrimaryContext ctx)
Exit a parse tree produced by
CQLParser.primary(). |
T |
CQLVisitor.visitPrimary(CQLParser.PrimaryContext ctx)
Visit a parse tree produced by
CQLParser.primary(). |
T |
CQLBaseVisitor.visitPrimary(CQLParser.PrimaryContext ctx)
Visit a parse tree produced by
CQLParser.primary(). |
Copyright © 2016–2017. All rights reserved.