Uses of Class
com.evolveum.axiom.lang.antlr.AxiomParser.PathContext
-
Uses of AxiomParser.PathContext in com.evolveum.axiom.lang.antlr
Modifier and TypeMethodDescriptionvoid
AxiomBaseListener.enterPath
(AxiomParser.PathContext ctx) Enter a parse tree produced byAxiomParser.path()
.void
AxiomListener.enterPath
(AxiomParser.PathContext ctx) Enter a parse tree produced byAxiomParser.path()
.void
AxiomBaseListener.exitPath
(AxiomParser.PathContext ctx) Exit a parse tree produced byAxiomParser.path()
.void
AxiomListener.exitPath
(AxiomParser.PathContext ctx) Exit a parse tree produced byAxiomParser.path()
.AxiomBaseVisitor.visitPath
(AxiomParser.PathContext ctx) Visit a parse tree produced byAxiomParser.path()
.AxiomVisitor.visitPath
(AxiomParser.PathContext ctx) Visit a parse tree produced byAxiomParser.path()
.