public class AndExpression extends Object implements Expression
Expression corresponding to the logical "and"
 between two others Expression.Expression.Operator| Modifier and Type | Field and Description | 
|---|---|
private Expression[] | 
_exprs  | 
| Constructor and Description | 
|---|
AndExpression(Expression... exprs)
Creates the "and" Expression. 
 | 
private Expression[] _exprs
public AndExpression(Expression... exprs)
exprs - the operandspublic String build()
Expressionbuild in interface Expression