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