Click or drag to resize

EPCompilerSyntaxValidate Method

Validate the syntax of the module.

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

Parameters

module
Type: com.espertech.esper.common.client.moduleModule
to validate
arguments
Type: com.espertech.esper.compiler.clientCompilerArguments
compiler arguments
See Also