public final class LengthExpressionFactory extends ExpressionFactory
LengthExpressionFactory creates a new LengthExpression when the portion of
the query to parse starts with LENGTH.LengthExpression| Modifier and Type | Field and Description |
|---|---|
static String |
ID
The unique identifier of this
LengthExpressionFactory. |
| Constructor and Description |
|---|
LengthExpressionFactory()
Creates a new
LengthExpressionFactory. |
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toStringpublic static final String ID
LengthExpressionFactory.