Click or drag to resize

ModuleItem Constructor (String, Boolean, Int32, Int32, Int32)

Initializes a new instance of the ModuleItem class.

Namespace:  com.espertech.esper.common.client.module
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ModuleItem(
	string expression,
	bool commentOnly,
	int lineNumber,
	int charPosStart,
	int charPosEnd
)

Parameters

expression
Type: SystemString
EPL
commentOnly
Type: SystemBoolean
true if the statement consists only of comments or whitespace
lineNumber
Type: SystemInt32
line number
charPosStart
Type: SystemInt32
character position of start of segment
charPosEnd
Type: SystemInt32
character position of end of segment
See Also