Package | Description |
---|---|
com.espertech.esper.common.client.module |
EPL module object model.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ModuleItem> |
Module.getItems()
Returns a list of statements (some may be comments only) that make up the module.
|
Modifier and Type | Method and Description |
---|---|
void |
Module.setItems(java.util.List<ModuleItem> items)
Sets a list of statements (some may be comments only) that make up the module.
|
Constructor and Description |
---|
Module(java.lang.String name,
java.lang.String uri,
java.util.Set<java.lang.String> uses,
java.util.Set<java.lang.String> imports,
java.util.List<ModuleItem> items,
java.lang.String moduleText)
Ctor.
|