Class AndExpression

java.lang.Object
org.ametys.plugins.repository.query.expression.AndExpression
All Implemented Interfaces:
Expression

public class AndExpression extends Object implements Expression
Constructs an Expression corresponding to the logical "and" between two others Expression.
  • Constructor Details

    • AndExpression

      public AndExpression(Expression... exprs)
      Creates the "and" Expression.
      Parameters:
      exprs - the operands
  • Method Details

    • build

      public String build()
      Description copied from interface: Expression
      Build the expression.
      Specified by:
      build in interface Expression
      Returns:
      The XPath view of the expression.