public final class ArithmeticExpressionFactory extends ExpressionFactory
ExpressionFactory creates a new expression when the portion of the query to parse
starts with an arithmetic identifier. It is possible the expression to parse is also a NumericLiteral or an ArithmeticFactor.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID
The unique identifier of this
ArithmeticExpressionFactory. |
| Constructor and Description |
|---|
ArithmeticExpressionFactory()
Creates a new
AbstractArithmeticExpressionFactory. |
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toStringpublic static final java.lang.String ID
ArithmeticExpressionFactory.EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference