Uses of Class
com.evolveum.axiom.lang.antlr.query.AxiomQueryParser.PathContext
-
Packages that use AxiomQueryParser.PathContext Package Description com.evolveum.axiom.lang.antlr.query com.evolveum.midpoint.prism.impl.query.lang -
-
Uses of AxiomQueryParser.PathContext in com.evolveum.axiom.lang.antlr.query
Subclasses of AxiomQueryParser.PathContext in com.evolveum.axiom.lang.antlr.query Modifier and Type Class Description static class
AxiomQueryParser.DescendantPathContext
static class
AxiomQueryParser.ParentPathContext
static class
AxiomQueryParser.PathAxiomPathContext
static class
AxiomQueryParser.SelfPathContext
Methods in com.evolveum.axiom.lang.antlr.query that return AxiomQueryParser.PathContext Modifier and Type Method Description AxiomQueryParser.PathContext
AxiomQueryParser.ItemFilterContext. path()
AxiomQueryParser.PathContext
AxiomQueryParser. path()
AxiomQueryParser.PathContext
AxiomQueryParser.SingleValueContext. path()
Methods in com.evolveum.axiom.lang.antlr.query with parameters of type AxiomQueryParser.PathContext Modifier and Type Method Description void
AxiomQueryParser.PathContext. copyFrom(AxiomQueryParser.PathContext ctx)
Constructors in com.evolveum.axiom.lang.antlr.query with parameters of type AxiomQueryParser.PathContext Constructor Description DescendantPathContext(AxiomQueryParser.PathContext ctx)
ParentPathContext(AxiomQueryParser.PathContext ctx)
PathAxiomPathContext(AxiomQueryParser.PathContext ctx)
SelfPathContext(AxiomQueryParser.PathContext ctx)
-
Uses of AxiomQueryParser.PathContext in com.evolveum.midpoint.prism.impl.query.lang
Methods in com.evolveum.midpoint.prism.impl.query.lang with parameters of type AxiomQueryParser.PathContext Modifier and Type Method Description boolean
PrismQueryLanguageParserImpl. isVariablePath(AxiomQueryParser.PathContext path)
-