public final class KeyExpressionFactory extends GeneralIdentificationExpressionFactory
KeyExpressionFactory
creates a new KeyExpression
when the portion of the
query to parse starts with KEY.KeyExpression
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID
The unique identifier of this
KeyExpressionFactory . |
Constructor and Description |
---|
KeyExpressionFactory()
Creates a new
KeyExpressionFactory . |
Modifier and Type | Method and Description |
---|---|
protected AbstractExpression |
buildExpression(AbstractExpression parent)
Creates the actual expression this factory manages.
|
buildExpression
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toString
public static final java.lang.String ID
KeyExpressionFactory
.public KeyExpressionFactory()
KeyExpressionFactory
.protected AbstractExpression buildExpression(AbstractExpression parent)
buildExpression
in class GeneralIdentificationExpressionFactory
parent
- The parent of this expressionExpression
this factory manages