Package | Description |
---|---|
com.espertech.esper.epl.declexpr |
Declared expression handling.
|
com.espertech.esper.epl.parse |
Parsers and AST tree walkers and helper classes transforming AST into business objects
|
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.
|
com.espertech.esper.epl.specmapper | |
com.espertech.esper.metrics.instrumentation |
EPL instrumentation helpers.
|
Modifier and Type | Method and Description |
---|---|
ExpressionDeclItem |
ExprDeclaredServiceImpl.getExpression(java.lang.String name) |
ExpressionDeclItem |
ExprDeclaredService.getExpression(java.lang.String name) |
ExpressionDeclItem |
ExprDeclaredNodeImpl.getPrototype() |
ExpressionDeclItem |
ExprDeclaredNode.getPrototype() |
Modifier and Type | Method and Description |
---|---|
static ExprDeclaredNodeImpl |
ExprDeclaredHelper.getExistsDeclaredExpr(java.lang.String name,
java.util.List<ExprNode> parameters,
java.util.Collection<ExpressionDeclItem> expressionDeclarations,
ExprDeclaredService exprDeclaredService,
ContextDescriptor contextDescriptor) |
Constructor and Description |
---|
ExprDeclaredForgeConstant(ExprDeclaredNodeImpl parent,
java.lang.Class returnType,
ExpressionDeclItem prototype,
java.lang.Object value,
boolean audit,
java.lang.String engineURI,
java.lang.String statementName) |
ExprDeclaredNodeImpl(ExpressionDeclItem prototype,
java.util.List<ExprNode> chainParameters,
ContextDescriptor contextDescriptor) |
Modifier and Type | Method and Description |
---|---|
static Pair<ExpressionDeclItem,ExpressionScriptProvided> |
ASTExpressionDeclHelper.walkExpressionDecl(EsperEPL2GrammarParser.ExpressionDeclContext ctx,
java.util.List<java.lang.String> scriptBodies,
java.util.Map<org.antlr.v4.runtime.tree.Tree,ExprNode> astExprNodeMap,
org.antlr.v4.runtime.CommonTokenStream tokenStream) |
Modifier and Type | Method and Description |
---|---|
ExpressionDeclItem |
CreateExpressionDesc.getExpression() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ExpressionDeclItem> |
ExpressionDeclDesc.getExpressions() |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionDeclDesc.add(ExpressionDeclItem declNode) |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionDeclDesc.setExpressions(java.util.List<ExpressionDeclItem> expressions) |
Constructor and Description |
---|
CreateExpressionDesc(ExpressionDeclItem expression) |
Constructor and Description |
---|
CreateExpressionDesc(Pair<ExpressionDeclItem,ExpressionScriptProvided> pair) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ExpressionDeclItem> |
StatementSpecMapContext.getExpressionDeclarations() |
Modifier and Type | Method and Description |
---|---|
void |
StatementSpecMapContext.addExpressionDeclarations(ExpressionDeclItem item) |
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationDefault.qExprDeclared(ExpressionDeclItem parent) |
void |
Instrumentation.qExprDeclared(ExpressionDeclItem parent) |