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