Returns a simplified version of this expression. Subclasses should overwrite this method, if applicable.
Source
Expression simplify() {
return new IntervalLiteral(min.simplify(), max.simplify());
}
Returns a simplified version of this expression. Subclasses should overwrite this method, if applicable.
Expression simplify() {
return new IntervalLiteral(min.simplify(), max.simplify());
}