public abstract class AccessProjectionExpressionBase extends ExpressionBase
Constructor and Description |
---|
AccessProjectionExpressionBase()
Ctor.
|
AccessProjectionExpressionBase(Expression expression)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
getAggregationFunctionName()
Returns the function name of the aggregation function.
|
ExpressionPrecedenceEnum |
getPrecedence()
Returns precedence.
|
void |
toPrecedenceFreeEPL(StringWriter writer)
Renders the expressions and all it's child expression, in full tree depth, as a string in
language syntax.
|
addChild, getChildren, getTreeObjectName, renderAggregation, setChildren, setTreeObjectName, toEPL, toPrecedenceFreeEPL, toPrecedenceFreeEPL
public AccessProjectionExpressionBase()
public AccessProjectionExpressionBase(Expression expression)
expression
- to aggregatepublic abstract String getAggregationFunctionName()
public ExpressionPrecedenceEnum getPrecedence()
Expression
public void toPrecedenceFreeEPL(StringWriter writer)
ExpressionBase
toPrecedenceFreeEPL
in class ExpressionBase
writer
- is the output to use