Class PatternExprPlaceholder
java.lang.Object
com.espertech.esper.common.client.soda.PatternExprBase
com.espertech.esper.common.client.soda.PatternExprPlaceholder
- All Implemented Interfaces:
PatternExpr
,Serializable
For use in pattern expression as a placeholder to represent its child nodes.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the precedence.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.Methods inherited from class com.espertech.esper.common.client.soda.PatternExprBase
addChild, getChildren, getTreeObjectName, setChildren, setTreeObjectName, toEPL
-
Constructor Details
-
PatternExprPlaceholder
public PatternExprPlaceholder()Ctor.
-
-
Method Details
-
toPrecedenceFreeEPL
Description copied from class:PatternExprBase
Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax.- Specified by:
toPrecedenceFreeEPL
in classPatternExprBase
- Parameters:
writer
- is the output to useformatter
- for newline-whitespace formatting
-
getPrecedence
Description copied from interface:PatternExpr
Returns the precedence.- Returns:
- precedence
-