Class NotExpression
java.lang.Object
org.ametys.plugins.repository.query.expression.NotExpression
- All Implemented Interfaces:
Expression
Constructs an
Expression
corresponding to the logical "not" of another Expression
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.Operator
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NotExpression
Creates the "not" Expression.- Parameters:
expr
- the operand
-
-
Method Details
-
build
Description copied from interface:Expression
Build the expression.- Specified by:
build
in interfaceExpression
- Returns:
- The XPath view of the expression.
-