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.metrics.instrumentation |
EPL instrumentation helpers.
|
Modifier and Type | Method and Description |
---|---|
ExpressionDeclItem |
ExprDeclaredServiceImpl.getExpression(String name) |
ExpressionDeclItem |
ExprDeclaredService.getExpression(String name) |
ExpressionDeclItem |
ExprDeclaredNodeImpl.getPrototype() |
ExpressionDeclItem |
ExprDeclaredNode.getPrototype() |
Modifier and Type | Method and Description |
---|---|
static ExprDeclaredNodeImpl |
ExprDeclaredHelper.getExistsDeclaredExpr(String name,
List<ExprNode> parameters,
Collection<ExpressionDeclItem> expressionDeclarations,
ExprDeclaredService exprDeclaredService,
ContextDescriptor contextDescriptor) |
Constructor and Description |
---|
ExprDeclaredForgeConstant(ExprDeclaredNodeImpl parent,
Class returnType,
ExpressionDeclItem prototype,
Object value,
boolean audit,
String engineURI,
String statementName) |
ExprDeclaredNodeImpl(ExpressionDeclItem prototype,
List<ExprNode> chainParameters,
ContextDescriptor contextDescriptor) |
Modifier and Type | Method and Description |
---|---|
static Pair<ExpressionDeclItem,ExpressionScriptProvided> |
ASTExpressionDeclHelper.walkExpressionDecl(EsperEPL2GrammarParser.ExpressionDeclContext ctx,
List<String> scriptBodies,
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 |
---|---|
Map<String,ExpressionDeclItem> |
StatementSpecMapContext.getExpressionDeclarations() |
List<ExpressionDeclItem> |
ExpressionDeclDesc.getExpressions() |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionDeclDesc.add(ExpressionDeclItem declNode) |
void |
StatementSpecMapContext.addExpressionDeclarations(ExpressionDeclItem item) |
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 |
---|---|
void |
InstrumentationDefault.qExprDeclared(ExpressionDeclItem parent) |
void |
Instrumentation.qExprDeclared(ExpressionDeclItem parent) |