Return whether this expression evaluates to true.
Is equivalent to: LHS >= START AND LHS <= END. And of course if the
expression is NOTed then it returns !(LHS >= START AND LHS <= END).
Parameters: o - The object to perform the expression on. Parameters: q - The Query object. true if the LHS is between the start and end values. throws: QueryExecutionException - If the expression cannot be executed.