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