Uses of Class
com.evolveum.axiom.lang.antlr.query.AxiomQueryParser.SingleValueContext
Packages that use AxiomQueryParser.SingleValueContext
-
Uses of AxiomQueryParser.SingleValueContext in com.evolveum.axiom.lang.antlr.query
Fields in com.evolveum.axiom.lang.antlr.query declared as AxiomQueryParser.SingleValueContextFields in com.evolveum.axiom.lang.antlr.query with type parameters of type AxiomQueryParser.SingleValueContextMethods in com.evolveum.axiom.lang.antlr.query that return AxiomQueryParser.SingleValueContextModifier and TypeMethodDescriptionAxiomQueryParser.singleValue()
AxiomQueryParser.SubfilterOrValueContext.singleValue()
AxiomQueryParser.ValueSetContext.singleValue
(int i) Methods in com.evolveum.axiom.lang.antlr.query that return types with arguments of type AxiomQueryParser.SingleValueContextMethods in com.evolveum.axiom.lang.antlr.query with parameters of type AxiomQueryParser.SingleValueContextModifier 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
Methods in com.evolveum.midpoint.prism.impl.query.lang with parameters of type AxiomQueryParser.SingleValueContextModifier and TypeMethodDescriptionprotected boolean
PrismQueryLanguageParserImpl.isVariablePath
(AxiomQueryParser.SingleValueContext singleValue) protected <T> T
PrismQueryLanguageParserImpl.requireLiteral
(Class<T> type, String filterName, AxiomQueryParser.SingleValueContext value)