public class PatternEveryDistinctExpr extends PatternExprBase
Constructor and Description |
---|
PatternEveryDistinctExpr()
Ctor - for use to create a pattern expression tree, without unique-criterial expression.
|
PatternEveryDistinctExpr(List<Expression> expressions)
Ctor - for use to create a pattern expression tree, without unique-criterial expression.
|
Modifier and Type | Method and Description |
---|---|
List<Expression> |
getExpressions()
Returns distinct expressions
|
PatternExprPrecedenceEnum |
getPrecedence()
Returns the precedence.
|
void |
setExpressions(List<Expression> expressions)
Sets distinct expressions.
|
void |
toPrecedenceFreeEPL(StringWriter writer,
EPStatementFormatter formatter)
Renders the expressions and all it's child expression, in full tree depth, as a string in
language syntax.
|
addChild, getChildren, getTreeObjectName, setChildren, setTreeObjectName, toEPL
public PatternEveryDistinctExpr()
public PatternEveryDistinctExpr(List<Expression> expressions)
expressions
- distinct expressionspublic List<Expression> getExpressions()
public void setExpressions(List<Expression> expressions)
expressions
- exprpublic PatternExprPrecedenceEnum getPrecedence()
PatternExpr
public void toPrecedenceFreeEPL(StringWriter writer, EPStatementFormatter formatter)
PatternExprBase
toPrecedenceFreeEPL
in class PatternExprBase
writer
- is the output to useformatter
- for newline-whitespace formatting