Click or drag to resize

EPCompilerCompile Method (Module, CompilerArguments)

Compiles a module object model and returns the byte code for deployment into a runtime.

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

Parameters

module
Type: com.espertech.esper.common.client.moduleModule
module object to compile
arguments
Type: com.espertech.esper.compiler.clientCompilerArguments
compiler arguments

Return Value

Type: EPCompiled
byte code
See Also