|
|
|
@ -109,6 +109,15 @@ public class ExpressionTemporal extends Expression |
|
|
|
bounds = exprTemp.getBounds(); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Take the bounds information from the other ExpressionTemporal |
|
|
|
* and store a copy in this ExpressionTemporal. |
|
|
|
*/ |
|
|
|
public void copyBoundsFrom(ExpressionTemporal exprTemp) |
|
|
|
{ |
|
|
|
bounds = exprTemp.getBounds().deepCopy(); |
|
|
|
} |
|
|
|
|
|
|
|
// Get methods |
|
|
|
|
|
|
|
/** Set the operator */ |
|
|
|
|