Uses of Class
com.evolveum.axiom.lang.antlr.query.AxiomQueryParser.RootContext
-
Uses of AxiomQueryParser.RootContext in com.evolveum.axiom.lang.antlr.query
Modifier 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()
.