Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage1.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.
|
com.espertech.esper.common.internal.compile.stage1.specmapper | |
com.espertech.esper.common.internal.epl.expression.declared.compiletime | |
com.espertech.esper.common.internal.epl.script.compiletime | |
com.espertech.esper.common.internal.epl.script.core |
Script expression evaluation.
|
com.espertech.esper.common.internal.epl.script.mvel |
MVEL script expression evaluation.
|
com.espertech.esper.common.internal.epl.util |
Modifier and Type | Method and Description |
---|---|
ExpressionScriptProvided |
CreateExpressionDesc.getScript() |
Modifier and Type | Method and Description |
---|---|
List<ExpressionScriptProvided> |
StatementSpecRaw.getScriptExpressions() |
Modifier and Type | Method and Description |
---|---|
void |
StatementSpecRaw.setScriptExpressions(List<ExpressionScriptProvided> scriptExpressions) |
Constructor and Description |
---|
CreateExpressionDesc(ExpressionScriptProvided script) |
Constructor and Description |
---|
CreateExpressionDesc(Pair<ExpressionDeclItem,ExpressionScriptProvided> pair) |
Modifier and Type | Method and Description |
---|---|
Map<String,ExpressionScriptProvided> |
StatementSpecMapContext.getScripts() |
Modifier and Type | Method and Description |
---|---|
void |
StatementSpecMapContext.addScript(ExpressionScriptProvided item) |
Modifier and Type | Method and Description |
---|---|
ExpressionScriptProvided |
ExprDeclaredCompileTimeResolverEmpty.resolveScript(String name,
int numParameters) |
Modifier and Type | Method and Description |
---|---|
static ExprNodeScript |
ExprDeclaredHelper.getExistsScript(String defaultDialect,
String expressionName,
List<ExprNode> parameters,
Collection<ExpressionScriptProvided> scriptExpressions,
StatementSpecMapEnv mapEnv) |
Modifier and Type | Method and Description |
---|---|
ExpressionScriptProvided |
ScriptCompileTimeResolverImpl.resolve(String name,
int numParameters) |
ExpressionScriptProvided |
ScriptCompileTimeResolverEmpty.resolve(String name,
int numParameters) |
ExpressionScriptProvided |
ScriptCompileTimeResolver.resolve(String name,
int numParameters) |
Modifier and Type | Method and Description |
---|---|
Map<NameAndParamNum,ExpressionScriptProvided> |
ScriptCompileTimeRegistry.getScripts() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptCompileTimeRegistry.newScript(ExpressionScriptProvided detail) |
void |
ScriptCollectorCompileTime.registerScript(String scriptName,
int numParams,
ExpressionScriptProvided meta) |
Constructor and Description |
---|
ScriptCollectorCompileTime(Map<NameAndParamNum,ExpressionScriptProvided> moduleScripts) |
ScriptCompileTimeResolverImpl(String moduleName,
Set<String> moduleUses,
ScriptCompileTimeRegistry locals,
PathRegistry<NameAndParamNum,ExpressionScriptProvided> path,
ModuleDependenciesCompileTime moduleDependencies) |
Modifier and Type | Method and Description |
---|---|
ExpressionScriptProvided |
ExprNodeScript.getScript() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptCollectorRuntime.registerScript(String scriptName,
int numParameters,
ExpressionScriptProvided meta) |
void |
ScriptCollector.registerScript(String scriptName,
int numParameters,
ExpressionScriptProvided meta) |
Modifier and Type | Method and Description |
---|---|
static void |
ScriptValidationPrecompileUtil.validateScripts(List<ExpressionScriptProvided> scripts,
ExpressionDeclDesc expressionDeclDesc,
StatementCompileTimeServices compileTimeServices) |
Constructor and Description |
---|
ExprNodeScript(String defaultDialect,
ExpressionScriptProvided script,
List<ExprNode> parameters) |
Constructor and Description |
---|
ScriptCollectorRuntime(Map<NameAndParamNum,ExpressionScriptProvided> scripts) |
Modifier and Type | Method and Description |
---|---|
static void |
MVELHelper.verifyScript(ExpressionScriptProvided script,
ClasspathImportService classpathImportService)
Verify MVEL script (not compiling it).
|
Modifier and Type | Method and Description |
---|---|
PathRegistry<NameAndParamNum,ExpressionScriptProvided> |
EPCompilerPathableImpl.getScriptPathRegistry() |
Constructor and Description |
---|
EPCompilerPathableImpl(PathRegistry<String,VariableMetaData> variablePathRegistry,
PathRegistry<String,EventType> eventTypePathRegistry,
PathRegistry<String,ExpressionDeclItem> exprDeclaredPathRegistry,
PathRegistry<String,NamedWindowMetaData> namedWindowPathRegistry,
PathRegistry<String,TableMetaData> tablePathRegistry,
PathRegistry<String,ContextMetaData> contextPathRegistry,
PathRegistry<NameAndParamNum,ExpressionScriptProvided> scriptPathRegistry,
EventTypeRepositoryImpl eventTypePreconfigured,
VariableRepositoryPreconfigured variablePreconfigured) |
Copyright © 2005–2018. All rights reserved.