public class And extends BooleanExpression
Constructor and Description |
---|
And(BooleanExpression left,
BooleanExpression right)
Initializes this conjunction with the given left and right subexpressions.
|
public And(BooleanExpression left, BooleanExpression right)
left
- the left subexpression of this sumright
- the right subexpression of this sum