Class AndExpression
java.lang.Object
org.ametys.plugins.repository.query.expression.AndExpression
- All Implemented Interfaces:
Expression
Constructs an
Expression corresponding to the logical "and"
between two others Expression.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.Operator -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AndExpression
Creates the "and" Expression.- Parameters:
exprs- the operands
-
-
Method Details
-
build
Description copied from interface:ExpressionBuild the expression.- Specified by:
buildin interfaceExpression- Returns:
- The XPath view of the expression.
-