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