![]() | ModuleItem Class |
Namespace: com.espertech.esper.common.client.module
[SerializableAttribute] public class ModuleItem
The ModuleItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | ModuleItem(String) |
Initializes a new instance of the ModuleItem class.
|
![]() | ModuleItem(EPStatementObjectModel) |
Initializes a new instance of the ModuleItem class.
|
![]() | ModuleItem(String, Boolean, Int32, Int32, Int32) |
Initializes a new instance of the ModuleItem class.
|
![]() | ModuleItem(EPStatementObjectModel, Boolean, Int32, Int32, Int32) |
Initializes a new instance of the ModuleItem class.
|
Name | Description | |
---|---|---|
![]() | CharPosEnd | Returns end position of character on line for the item. |
![]() | CharPosStart | Returns item char position in line. |
![]() | Expression | Returns the EPL. |
![]() | IsCommentOnly | Returns true to indicate comments-only expression. |
![]() | LineNumber | Returns the line number of item. |
![]() | Model | Returns the statement object model when provided |