![]() | Module Class |
Namespace: com.espertech.esper.common.client.module
[SerializableAttribute] public class Module
The Module type exposes the following members.
Name | Description | |
---|---|---|
![]() | Module |
Initializes a new instance of the Module class.
|
![]() | Module(String, String, ICollectionT, Void, String, ICollectionT) | Initializes a new instance of the Module class |
Name | Description | |
---|---|---|
![]() | ArchiveName | Returns the name of the archive this module originated from, or null if not applicable. |
![]() | Imports | Returns the imports defined by the module. |
![]() | Items | Returns a list of statements (some may be comments only) that make up the module. |
![]() | ModuleText | Returns module text. |
![]() | Name | Returns the module name, if provided. |
![]() | Uri | Returns the module URI if provided. |
![]() | UserObjectCompileTime | Returns the optional user object that may be attached to the module. |
![]() | Uses | Returns the dependencies the module may have on other modules. |