Click or drag to resize

PatternExprToEPL Method

Renders the pattern expression and all it's child expressions, in full tree depth, as a string in language syntax.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
void ToEPL(
	TextWriter writer,
	PatternExprPrecedenceEnum parentPrecedence,
	EPStatementFormatter formatter
)

Parameters

writer
Type: System.IOTextWriter
is the output to use
parentPrecedence
Type: com.espertech.esper.common.client.sodaPatternExprPrecedenceEnum
precedence
formatter
Type: com.espertech.esper.common.client.sodaEPStatementFormatter
formatter
See Also