Click or drag to resize

EPCompilerCompile Method (String, CompilerArguments)

Compiles EPL and returns the byte code for deployment into a runtime.

Use semicolon(;) to separate multiple statements in a module.

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
EPCompiled Compile(
	string epl,
	CompilerArguments arguments
)

Parameters

epl
Type: SystemString
epl to compile
arguments
Type: com.espertech.esper.compiler.clientCompilerArguments
compiler arguments

Return Value

Type: EPCompiled
byte code
See Also