Period period = new DefaultPeriod(new DefaultInstant(ip1),new DefaultInstant(ip2 ));
return period;
} catch (ClassCastException cce) {
throw new CQLException("Expecting Period",
item.getToken(), cce, this.cqlSource);
} catch (EmptyStackException ese) {
throw new CQLException("No items on stack");
}
}