public final class ValueExpressionFactory extends GeneralIdentificationExpressionFactory
ValueExpressionFactory
creates a new ValueExpression
when the portion of the
query to parse starts with VALUE.ValueExpression
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID
The unique identifier of this
ValueExpressionFactory . |
Constructor and Description |
---|
ValueExpressionFactory()
Creates a new
ValueExpressionFactory . |
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
ValueExpressionFactory
.public ValueExpressionFactory()
ValueExpressionFactory
.protected AbstractExpression buildExpression(AbstractExpression parent)
buildExpression
in class GeneralIdentificationExpressionFactory
parent
- The parent of this expressionExpression
this factory manages