public class Smaller extends BooleanExpression
| Constructor and Description |
|---|
Smaller(Expression left,
Expression right)
Initializes this boolean expression with the given subexpressions.
|
public Smaller(Expression left, Expression right)
left - the left subexpression of this boolean expressionright - the right subexpression of this boolean expression