Uses of Class
com.evolveum.axiom.lang.antlr.query.AxiomQueryParser.SingleValueContext
-
Uses of AxiomQueryParser.SingleValueContext in com.evolveum.axiom.lang.antlr.query
Modifier and TypeMethodDescriptionAxiomQueryParser.singleValue()
AxiomQueryParser.SubfilterOrValueContext.singleValue()
AxiomQueryParser.ValueSetContext.singleValue
(int i) Modifier and TypeMethodDescriptionvoid
AxiomQueryParserBaseListener.enterSingleValue
(AxiomQueryParser.SingleValueContext ctx) Enter a parse tree produced byAxiomQueryParser.singleValue()
.void
AxiomQueryParserListener.enterSingleValue
(AxiomQueryParser.SingleValueContext ctx) Enter a parse tree produced byAxiomQueryParser.singleValue()
.void
AxiomQueryParserBaseListener.exitSingleValue
(AxiomQueryParser.SingleValueContext ctx) Exit a parse tree produced byAxiomQueryParser.singleValue()
.void
AxiomQueryParserListener.exitSingleValue
(AxiomQueryParser.SingleValueContext ctx) Exit a parse tree produced byAxiomQueryParser.singleValue()
.AxiomQueryParserBaseVisitor.visitSingleValue
(AxiomQueryParser.SingleValueContext ctx) Visit a parse tree produced byAxiomQueryParser.singleValue()
.AxiomQueryParserVisitor.visitSingleValue
(AxiomQueryParser.SingleValueContext ctx) Visit a parse tree produced byAxiomQueryParser.singleValue()
. -
Uses of AxiomQueryParser.SingleValueContext in com.evolveum.midpoint.prism.impl.query.lang
Modifier and TypeMethodDescriptionprotected boolean
PrismQueryLanguageParserImpl.isVariablePath
(AxiomQueryParser.SingleValueContext singleValue) protected <T> T
PrismQueryLanguageParserImpl.requireLiteral
(Class<T> type, String filterName, AxiomQueryParser.SingleValueContext value)