public class PropertyExistsExpression extends ExpressionBase
Constructor and Description |
---|
PropertyExistsExpression()
Ctor - for use to create an expression tree, without child expression.
|
PropertyExistsExpression(String propertyName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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 PropertyExistsExpression()
public PropertyExistsExpression(String propertyName)
propertyName
- is the name of the property to check existencepublic ExpressionPrecedenceEnum getPrecedence()
Expression
public void toPrecedenceFreeEPL(StringWriter writer)
ExpressionBase
toPrecedenceFreeEPL
in class ExpressionBase
writer
- is the output to use