Uses of Class
com.blazebit.persistence.parser.JPQLNextParser.NegatedPredicateContext
Packages that use JPQLNextParser.NegatedPredicateContext
-
Uses of JPQLNextParser.NegatedPredicateContext in com.blazebit.persistence.parser
Methods in com.blazebit.persistence.parser with parameters of type JPQLNextParser.NegatedPredicateContextModifier and TypeMethodDescriptionvoidJPQLNextParserBaseListener.enterNegatedPredicate(JPQLNextParser.NegatedPredicateContext ctx) Enter a parse tree produced by theNegatedPredicatelabeled alternative inJPQLNextParser.predicate().voidJPQLNextParserListener.enterNegatedPredicate(JPQLNextParser.NegatedPredicateContext ctx) Enter a parse tree produced by theNegatedPredicatelabeled alternative inJPQLNextParser.predicate().voidJPQLNextParserBaseListener.exitNegatedPredicate(JPQLNextParser.NegatedPredicateContext ctx) Exit a parse tree produced by theNegatedPredicatelabeled alternative inJPQLNextParser.predicate().voidJPQLNextParserListener.exitNegatedPredicate(JPQLNextParser.NegatedPredicateContext ctx) Exit a parse tree produced by theNegatedPredicatelabeled alternative inJPQLNextParser.predicate().JPQLNextParserBaseVisitor.visitNegatedPredicate(JPQLNextParser.NegatedPredicateContext ctx) Visit a parse tree produced by theNegatedPredicatelabeled alternative inJPQLNextParser.predicate().JPQLNextParserVisitor.visitNegatedPredicate(JPQLNextParser.NegatedPredicateContext ctx) Visit a parse tree produced by theNegatedPredicatelabeled alternative inJPQLNextParser.predicate(). -
Uses of JPQLNextParser.NegatedPredicateContext in com.blazebit.persistence.parser.expression
Methods in com.blazebit.persistence.parser.expression with parameters of type JPQLNextParser.NegatedPredicateContextModifier and TypeMethodDescriptionJPQLNextExpressionVisitorImpl.visitNegatedPredicate(JPQLNextParser.NegatedPredicateContext ctx)