Click or drag to resize

EPCompilerParseModule Method

Parse the module text returning the module object model.

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
Module ParseModule(
	string eplModuleText
)

Parameters

eplModuleText
Type: SystemString
to parse

Return Value

Type: Module
module object model
See Also