 | 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
SyntaxModule ParseModule(
string eplModuleText
)
Parameters
- eplModuleText
- Type: SystemString
to parse
Return Value
Type:
Modulemodule object model
See Also