Uses of Class
com.evolveum.axiom.lang.antlr.query.AxiomQueryParser.VariableContext
Packages that use AxiomQueryParser.VariableContext
-
Uses of AxiomQueryParser.VariableContext in com.evolveum.axiom.lang.antlr.query
Methods in com.evolveum.axiom.lang.antlr.query that return AxiomQueryParser.VariableContextModifier and TypeMethodDescriptionAxiomQueryParser.FirstComponentContext.variable()
AxiomQueryParser.variable()
Methods in com.evolveum.axiom.lang.antlr.query with parameters of type AxiomQueryParser.VariableContextModifier and TypeMethodDescriptionvoid
AxiomQueryParserBaseListener.enterVariable
(AxiomQueryParser.VariableContext ctx) Enter a parse tree produced byAxiomQueryParser.variable()
.void
AxiomQueryParserListener.enterVariable
(AxiomQueryParser.VariableContext ctx) Enter a parse tree produced byAxiomQueryParser.variable()
.void
AxiomQueryParserBaseListener.exitVariable
(AxiomQueryParser.VariableContext ctx) Exit a parse tree produced byAxiomQueryParser.variable()
.void
AxiomQueryParserListener.exitVariable
(AxiomQueryParser.VariableContext ctx) Exit a parse tree produced byAxiomQueryParser.variable()
.AxiomQueryParserBaseVisitor.visitVariable
(AxiomQueryParser.VariableContext ctx) Visit a parse tree produced byAxiomQueryParser.variable()
.AxiomQueryParserVisitor.visitVariable
(AxiomQueryParser.VariableContext ctx) Visit a parse tree produced byAxiomQueryParser.variable()
.