Uses of Class
com.evolveum.axiom.lang.antlr.query.AxiomQueryParser.DescendantPathContext
-
Packages that use AxiomQueryParser.DescendantPathContext Package Description com.evolveum.axiom.lang.antlr.query -
-
Uses of AxiomQueryParser.DescendantPathContext in com.evolveum.axiom.lang.antlr.query
Methods in com.evolveum.axiom.lang.antlr.query with parameters of type AxiomQueryParser.DescendantPathContext Modifier and Type Method Description void
AxiomQueryBaseListener. enterDescendantPath(AxiomQueryParser.DescendantPathContext ctx)
Enter a parse tree produced by theDescendantPath
labeled alternative inAxiomQueryParser.path()
.void
AxiomQueryListener. enterDescendantPath(AxiomQueryParser.DescendantPathContext ctx)
Enter a parse tree produced by theDescendantPath
labeled alternative inAxiomQueryParser.path()
.void
AxiomQueryBaseListener. exitDescendantPath(AxiomQueryParser.DescendantPathContext ctx)
Exit a parse tree produced by theDescendantPath
labeled alternative inAxiomQueryParser.path()
.void
AxiomQueryListener. exitDescendantPath(AxiomQueryParser.DescendantPathContext ctx)
Exit a parse tree produced by theDescendantPath
labeled alternative inAxiomQueryParser.path()
.T
AxiomQueryBaseVisitor. visitDescendantPath(AxiomQueryParser.DescendantPathContext ctx)
Visit a parse tree produced by theDescendantPath
labeled alternative inAxiomQueryParser.path()
.T
AxiomQueryVisitor. visitDescendantPath(AxiomQueryParser.DescendantPathContext ctx)
Visit a parse tree produced by theDescendantPath
labeled alternative inAxiomQueryParser.path()
.
-