|
||||||||||
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.PatternExprPlaceholder
public class PatternExprPlaceholder
For use in pattern expression as a placeholder to represent its child nodes.
Constructor Summary | |
---|---|
PatternExprPlaceholder()
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 PatternExprPlaceholder()
Method Detail |
---|
public void toPrecedenceFreeEPL(java.io.StringWriter writer, EPStatementFormatter formatter)
PatternExprBase
toPrecedenceFreeEPL
in class PatternExprBase
writer
- is the output to useformatter
- for newline-whitespace formattingpublic PatternExprPrecedenceEnum getPrecedence()
PatternExpr
|
© 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 |