Uses of Class
com.evolveum.axiom.lang.antlr.query.AxiomQueryParser.RootContext
Packages that use AxiomQueryParser.RootContext
-
Uses of AxiomQueryParser.RootContext in com.evolveum.axiom.lang.antlr.query
Methods in com.evolveum.axiom.lang.antlr.query that return AxiomQueryParser.RootContextMethods in com.evolveum.axiom.lang.antlr.query with parameters of type AxiomQueryParser.RootContextModifier and TypeMethodDescriptionvoid
AxiomQueryParserBaseListener.enterRoot
(AxiomQueryParser.RootContext ctx) Enter a parse tree produced byAxiomQueryParser.root()
.void
AxiomQueryParserListener.enterRoot
(AxiomQueryParser.RootContext ctx) Enter a parse tree produced byAxiomQueryParser.root()
.void
AxiomQueryParserBaseListener.exitRoot
(AxiomQueryParser.RootContext ctx) Exit a parse tree produced byAxiomQueryParser.root()
.void
AxiomQueryParserListener.exitRoot
(AxiomQueryParser.RootContext ctx) Exit a parse tree produced byAxiomQueryParser.root()
.AxiomQueryParserBaseVisitor.visitRoot
(AxiomQueryParser.RootContext ctx) Visit a parse tree produced byAxiomQueryParser.root()
.AxiomQueryParserVisitor.visitRoot
(AxiomQueryParser.RootContext ctx) Visit a parse tree produced byAxiomQueryParser.root()
.