Uses of Class
com.evolveum.axiom.lang.antlr.query.AxiomQueryParser.AxiomPathContext
-
Packages that use AxiomQueryParser.AxiomPathContext Package Description com.evolveum.axiom.lang.antlr.query -
-
Uses of AxiomQueryParser.AxiomPathContext in com.evolveum.axiom.lang.antlr.query
Methods in com.evolveum.axiom.lang.antlr.query that return AxiomQueryParser.AxiomPathContext Modifier and Type Method Description AxiomQueryParser.AxiomPathContext
AxiomQueryParser. axiomPath()
AxiomQueryParser.AxiomPathContext
AxiomQueryParser.PathAxiomPathContext. axiomPath()
Methods in com.evolveum.axiom.lang.antlr.query with parameters of type AxiomQueryParser.AxiomPathContext Modifier and Type Method Description void
AxiomQueryBaseListener. enterAxiomPath(AxiomQueryParser.AxiomPathContext ctx)
Enter a parse tree produced byAxiomQueryParser.axiomPath()
.void
AxiomQueryListener. enterAxiomPath(AxiomQueryParser.AxiomPathContext ctx)
Enter a parse tree produced byAxiomQueryParser.axiomPath()
.void
AxiomQueryBaseListener. exitAxiomPath(AxiomQueryParser.AxiomPathContext ctx)
Exit a parse tree produced byAxiomQueryParser.axiomPath()
.void
AxiomQueryListener. exitAxiomPath(AxiomQueryParser.AxiomPathContext ctx)
Exit a parse tree produced byAxiomQueryParser.axiomPath()
.T
AxiomQueryBaseVisitor. visitAxiomPath(AxiomQueryParser.AxiomPathContext ctx)
Visit a parse tree produced byAxiomQueryParser.axiomPath()
.T
AxiomQueryVisitor. visitAxiomPath(AxiomQueryParser.AxiomPathContext ctx)
Visit a parse tree produced byAxiomQueryParser.axiomPath()
.
-