Uses of Class
net.sf.jasperreports.json.expression.filter.NotFilterExpression
Packages that use NotFilterExpression
-
Uses of NotFilterExpression in net.sf.jasperreports.json.expression.filter.evaluation
Methods in net.sf.jasperreports.json.expression.filter.evaluation with parameters of type NotFilterExpressionModifier and TypeMethodDescriptionbooleanDefaultFilterExpressionEvaluatorVisitor.evaluateNotFilter(NotFilterExpression expression, JRJsonNode contextNode) booleanFilterExpressionEvaluatorVisitor.evaluateNotFilter(NotFilterExpression expression, JRJsonNode contextNode) Constructors in net.sf.jasperreports.json.expression.filter.evaluation with parameters of type NotFilterExpressionModifierConstructorDescriptionNotFilterExpressionEvaluator(EvaluationContext evaluationContext, NotFilterExpression expression)