Uses of Class
com.evolveum.axiom.lang.antlr.query.AxiomQueryParser.ParentContext
-
Packages that use AxiomQueryParser.ParentContext Package Description com.evolveum.axiom.lang.antlr.query -
-
Uses of AxiomQueryParser.ParentContext in com.evolveum.axiom.lang.antlr.query
Methods in com.evolveum.axiom.lang.antlr.query that return AxiomQueryParser.ParentContext Modifier and Type Method Description AxiomQueryParser.ParentContext
AxiomQueryParser.FirstComponentContext. parent(int i)
AxiomQueryParser.ParentContext
AxiomQueryParser. parent()
AxiomQueryParser.ParentContext
AxiomQueryParser.ParentPathContext. parent(int i)
Methods in com.evolveum.axiom.lang.antlr.query that return types with arguments of type AxiomQueryParser.ParentContext Modifier and Type Method Description List<AxiomQueryParser.ParentContext>
AxiomQueryParser.FirstComponentContext. parent()
List<AxiomQueryParser.ParentContext>
AxiomQueryParser.ParentPathContext. parent()
Methods in com.evolveum.axiom.lang.antlr.query with parameters of type AxiomQueryParser.ParentContext Modifier and Type Method Description void
AxiomQueryBaseListener. enterParent(AxiomQueryParser.ParentContext ctx)
Enter a parse tree produced byAxiomQueryParser.parent()
.void
AxiomQueryListener. enterParent(AxiomQueryParser.ParentContext ctx)
Enter a parse tree produced byAxiomQueryParser.parent()
.void
AxiomQueryBaseListener. exitParent(AxiomQueryParser.ParentContext ctx)
Exit a parse tree produced byAxiomQueryParser.parent()
.void
AxiomQueryListener. exitParent(AxiomQueryParser.ParentContext ctx)
Exit a parse tree produced byAxiomQueryParser.parent()
.T
AxiomQueryBaseVisitor. visitParent(AxiomQueryParser.ParentContext ctx)
Visit a parse tree produced byAxiomQueryParser.parent()
.T
AxiomQueryVisitor. visitParent(AxiomQueryParser.ParentContext ctx)
Visit a parse tree produced byAxiomQueryParser.parent()
.
-