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 classAxiomQueryParser.DescendantPathContextstatic classAxiomQueryParser.ParentPathContextstatic classAxiomQueryParser.PathAxiomPathContextstatic classAxiomQueryParser.SelfPathContextMethods in com.evolveum.axiom.lang.antlr.query that return AxiomQueryParser.PathContext Modifier and Type Method Description AxiomQueryParser.PathContextAxiomQueryParser.ItemFilterContext. path()AxiomQueryParser.PathContextAxiomQueryParser. path()AxiomQueryParser.PathContextAxiomQueryParser.SingleValueContext. path()Methods in com.evolveum.axiom.lang.antlr.query with parameters of type AxiomQueryParser.PathContext Modifier and Type Method Description voidAxiomQueryParser.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 booleanPrismQueryLanguageParserImpl. isVariablePath(AxiomQueryParser.PathContext path)
-