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.context.aifactory.core | |
com.espertech.esper.common.internal.context.module | |
com.espertech.esper.common.internal.epl.expression.declared.compiletime | |
com.espertech.esper.common.internal.epl.expression.declared.core | |
com.espertech.esper.common.internal.epl.expression.declared.runtime | |
com.espertech.esper.common.internal.epl.util |
Modifier and Type | Method and Description |
---|---|
ExpressionDeclItem |
ExpressionDeclItem.copy() |
ExpressionDeclItem |
CreateExpressionDesc.getExpression() |
Modifier and Type | Method and Description |
---|---|
List<ExpressionDeclItem> |
ExpressionDeclDesc.getExpressions() |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionDeclDesc.add(ExpressionDeclItem declNode) |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionDeclDesc.setExpressions(List<ExpressionDeclItem> expressions) |
Constructor and Description |
---|
CreateExpressionDesc(ExpressionDeclItem expression) |
Constructor and Description |
---|
CreateExpressionDesc(Pair<ExpressionDeclItem,ExpressionScriptProvided> pair) |
Modifier and Type | Method and Description |
---|---|
Map<String,ExpressionDeclItem> |
StatementSpecMapContext.getExpressionDeclarations() |
Modifier and Type | Method and Description |
---|---|
void |
StatementSpecMapContext.addExpressionDeclarations(ExpressionDeclItem item) |
Modifier and Type | Method and Description |
---|---|
Map<String,ExpressionDeclItem> |
ModuleIncidentals.getExpressions() |
Constructor and Description |
---|
ModuleIncidentals(Map<String,NamedWindowMetaData> namedWindows,
Map<String,ContextMetaData> contexts,
Map<String,VariableMetaData> variables,
Map<String,ExpressionDeclItem> expressions,
Map<String,TableMetaData> tables) |
Modifier and Type | Method and Description |
---|---|
PathRegistry<String,ExpressionDeclItem> |
EPStatementInitServices.getExprDeclaredPathRegistry() |
Modifier and Type | Method and Description |
---|---|
ExpressionDeclItem |
ExprDeclaredNodeImpl.getPrototype() |
ExpressionDeclItem |
ExprDeclaredNode.getPrototype() |
ExpressionDeclItem |
ExprDeclaredNodeImpl.getPrototypeWVisibility() |
ExpressionDeclItem |
ExprDeclaredCompileTimeResolverImpl.resolve(String name) |
ExpressionDeclItem |
ExprDeclaredCompileTimeResolverEmpty.resolve(String name) |
ExpressionDeclItem |
ExprDeclaredCompileTimeResolver.resolve(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,ExpressionDeclItem> |
ExprDeclaredCompileTimeRegistry.getExpressions() |
Modifier and Type | Method and Description |
---|---|
void |
ExprDeclaredCompileTimeRegistry.newExprDeclared(ExpressionDeclItem detail) |
void |
ExprDeclaredCollectorCompileTime.registerExprDeclared(String expressionName,
ExpressionDeclItem meta) |
Modifier and Type | Method and Description |
---|---|
static Pair<ExprDeclaredNodeImpl,StatementSpecMapContext> |
ExprDeclaredHelper.getExistsDeclaredExpr(String name,
List<ExprNode> parameters,
Collection<ExpressionDeclItem> stmtLocalExpressions,
ContextCompileTimeDescriptor contextCompileTimeDescriptor,
StatementSpecMapEnv mapEnv) |
Constructor and Description |
---|
ExprDeclaredForgeConstant(ExprDeclaredNodeImpl parent,
Class returnType,
ExpressionDeclItem prototype,
Object value,
boolean audit,
String statementName) |
ExprDeclaredNodeImpl(ExpressionDeclItem prototype,
List<ExprNode> chainParameters,
ContextCompileTimeDescriptor contextDescriptor,
ExprNode expressionBodyCopy) |
Constructor and Description |
---|
ExprDeclaredCollectorCompileTime(Map<String,ExpressionDeclItem> moduleExpressions) |
ExprDeclaredCompileTimeResolverImpl(String moduleName,
Set<String> moduleUses,
ExprDeclaredCompileTimeRegistry locals,
PathRegistry<String,ExpressionDeclItem> path,
ModuleDependenciesCompileTime moduleDependencies,
boolean isFireAndForget) |
Modifier and Type | Method and Description |
---|---|
void |
ExprDeclaredCollector.registerExprDeclared(String expressionName,
ExpressionDeclItem meta) |
Modifier and Type | Method and Description |
---|---|
static CodegenExpressionField |
ExpressionDeployTimeResolver.makeRuntimeCacheKeyField(ExpressionDeclItem expression,
CodegenClassScope classScope,
Class generator) |
void |
ExprDeclaredCollectorRuntime.registerExprDeclared(String expressionName,
ExpressionDeclItem meta) |
Constructor and Description |
---|
ExprDeclaredCollectorRuntime(Map<String,ExpressionDeclItem> expressions) |
Modifier and Type | Method and Description |
---|---|
PathRegistry<String,ExpressionDeclItem> |
EPCompilerPathableImpl.getExprDeclaredPathRegistry() |
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–2019. All rights reserved.