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