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