Click or drag to resize

ModuleItem Constructor (EPStatementObjectModel, 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(
	EPStatementObjectModel model,
	bool isCommentOnly,
	int lineNumber,
	int charPosStart,
	int charPosEnd
)

Parameters

model
Type: com.espertech.esper.common.client.sodaEPStatementObjectModel
The statement object model.
isCommentOnly
Type: SystemBoolean
if set to true [is comment only].
lineNumber
Type: SystemInt32
The line number.
charPosStart
Type: SystemInt32
The character position start.
charPosEnd
Type: SystemInt32
The character position end.
See Also