|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.PatternExprBase
com.espertech.esper.client.soda.PatternEveryExpr
public class PatternEveryExpr
Pattern 'every' expression that controls the lifecycle of pattern sub-expressions.
Constructor Summary | |
---|---|
PatternEveryExpr()
Ctor - for use to create a pattern expression tree, without pattern child expression. |
|
PatternEveryExpr(PatternExpr inner)
Ctor. |
Method Summary | |
---|---|
PatternExprPrecedenceEnum |
getPrecedence()
Returns the precedence. |
void |
toPrecedenceFreeEPL(java.io.StringWriter writer,
EPStatementFormatter formatter)
Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax. |
Methods inherited from class com.espertech.esper.client.soda.PatternExprBase |
---|
addChild, getChildren, getTreeObjectName, setChildren, setTreeObjectName, toEPL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternEveryExpr()
public PatternEveryExpr(PatternExpr inner)
inner
- is the pattern expression to control lifecycle onMethod Detail |
---|
public PatternExprPrecedenceEnum getPrecedence()
PatternExpr
public void toPrecedenceFreeEPL(java.io.StringWriter writer, EPStatementFormatter formatter)
PatternExprBase
toPrecedenceFreeEPL
in class PatternExprBase
writer
- is the output to useformatter
- for newline-whitespace formatting
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |