Uses of Class
com.cloudbees.plugins.credentials.matchers.CQLParser.PrimaryContext
-
Uses of CQLParser.PrimaryContext in com.cloudbees.plugins.credentials.matchers
Modifier and TypeMethodDescriptionCQLParser.ExpressionContext.primary()
CQLParser.NegativeTestContext.primary()
final CQLParser.PrimaryContext
CQLParser.primary()
Modifier and TypeMethodDescriptionvoid
CQLBaseListener.enterPrimary
(CQLParser.PrimaryContext ctx) Enter a parse tree produced byCQLParser.primary()
.void
CQLListener.enterPrimary
(CQLParser.PrimaryContext ctx) Enter a parse tree produced byCQLParser.primary()
.void
CQLBaseListener.exitPrimary
(CQLParser.PrimaryContext ctx) Exit a parse tree produced byCQLParser.primary()
.void
CQLListener.exitPrimary
(CQLParser.PrimaryContext ctx) Exit a parse tree produced byCQLParser.primary()
.CQLBaseVisitor.visitPrimary
(CQLParser.PrimaryContext ctx) Visit a parse tree produced byCQLParser.primary()
.CQLVisitor.visitPrimary
(CQLParser.PrimaryContext ctx) Visit a parse tree produced byCQLParser.primary()
.