43444546474849
return new FloatingPointLiteral(qs, (BigDecimal) value); } public ScalarExpression newScalarExpression(QueryExpression qs, LogicSetExpression te) { return new NumericExpression(qs, this, te); }
47484950515253
* @param te Expression for the datastore container * @return The JDOQL expression */ public ScalarExpression newScalarExpression(QueryExpression qs, LogicSetExpression te) { return new NumericExpression(qs, this, te); }
51525354555657
return new FloatingPointLiteral(qs, this, (Double)value); } public ScalarExpression newScalarExpression(QueryExpression qs, LogicSetExpression te) { return new NumericExpression(qs, this, te); }