public class ConcatExpression extends ExpressionBase
Constructor and Description |
---|
ConcatExpression()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
ConcatExpression |
add(Expression expression)
Add an expression to include in the computation.
|
ConcatExpression |
add(Object object)
Add a constant to include in the computation.
|
ConcatExpression |
add(String propertyName)
Add a property to include in the computation.
|
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 ConcatExpression add(Object object)
object
- constant to addpublic ConcatExpression add(Expression expression)
expression
- to addpublic ConcatExpression add(String propertyName)
propertyName
- is the name of the propertypublic ExpressionPrecedenceEnum getPrecedence()
Expression
public void toPrecedenceFreeEPL(StringWriter writer)
ExpressionBase
toPrecedenceFreeEPL
in class ExpressionBase
writer
- is the output to use