Package | Description |
---|---|
com.espertech.esper.epl.script.jsr223 |
JSR-223 script expression evaluation.
|
com.espertech.esper.epl.script.mvel |
MVEL script expression evaluation.
|
com.espertech.esper.epl.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionScriptCompiledJSR223 |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionScriptCompiledMVEL |
Modifier and Type | Method and Description |
---|---|
static ExpressionScriptCompiled |
MVELHelper.compile(String scriptName,
String expression,
Map<String,Class> mvelInputParamTypes,
EngineImportService engineImportService) |
Modifier and Type | Method and Description |
---|---|
ExpressionScriptCompiled |
ExpressionScriptProvided.getCompiled() |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionScriptProvided.setCompiled(ExpressionScriptCompiled compiled) |