Uses of Class
com.evolveum.axiom.lang.antlr.query.AxiomQueryParser.ItemPathComponentContext
-
Packages that use AxiomQueryParser.ItemPathComponentContext Package Description com.evolveum.axiom.lang.antlr.query -
-
Uses of AxiomQueryParser.ItemPathComponentContext in com.evolveum.axiom.lang.antlr.query
Subclasses of AxiomQueryParser.ItemPathComponentContext in com.evolveum.axiom.lang.antlr.query Modifier and Type Class Description static classAxiomQueryParser.DereferenceComponentContextstatic classAxiomQueryParser.IdentifierComponentContextstatic classAxiomQueryParser.ItemComponentContextMethods in com.evolveum.axiom.lang.antlr.query that return AxiomQueryParser.ItemPathComponentContext Modifier and Type Method Description AxiomQueryParser.ItemPathComponentContextAxiomQueryParser.DescendantPathContext. itemPathComponent(int i)AxiomQueryParser.ItemPathComponentContextAxiomQueryParser. itemPathComponent()AxiomQueryParser.ItemPathComponentContextAxiomQueryParser.ParentPathContext. itemPathComponent(int i)Methods in com.evolveum.axiom.lang.antlr.query that return types with arguments of type AxiomQueryParser.ItemPathComponentContext Modifier and Type Method Description List<AxiomQueryParser.ItemPathComponentContext>AxiomQueryParser.DescendantPathContext. itemPathComponent()List<AxiomQueryParser.ItemPathComponentContext>AxiomQueryParser.ParentPathContext. itemPathComponent()Methods in com.evolveum.axiom.lang.antlr.query with parameters of type AxiomQueryParser.ItemPathComponentContext Modifier and Type Method Description voidAxiomQueryParser.ItemPathComponentContext. copyFrom(AxiomQueryParser.ItemPathComponentContext ctx)Constructors in com.evolveum.axiom.lang.antlr.query with parameters of type AxiomQueryParser.ItemPathComponentContext Constructor Description DereferenceComponentContext(AxiomQueryParser.ItemPathComponentContext ctx)IdentifierComponentContext(AxiomQueryParser.ItemPathComponentContext ctx)ItemComponentContext(AxiomQueryParser.ItemPathComponentContext ctx)
-