public class PriorExpression extends ExpressionBase
Constructor and Description |
---|
PriorExpression()
Ctor - for use to create an expression tree, without child expression.
|
PriorExpression(int index,
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 PriorExpression()
public PriorExpression(int index, String propertyName)
index
- is the index of the prior eventpropertyName
- is the property to returnpublic ExpressionPrecedenceEnum getPrecedence()
Expression
public void toPrecedenceFreeEPL(StringWriter writer)
ExpressionBase
toPrecedenceFreeEPL
in class ExpressionBase
writer
- is the output to use