Package | Description |
---|---|
com.espertech.esper.epl.expression.dot |
Chained expression functionality.
|
com.espertech.esper.epl.expression.visitor |
Expression visitors.
|
com.espertech.esper.epl.parse |
Parsers and AST tree walkers and helper classes transforming AST into business objects
|
com.espertech.esper.metrics.instrumentation |
EPL instrumentation helpers.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprDotNodeImpl
Represents an Dot-operator expression, for use when "(expression).method(...).method(...)"
|
Constructor and Description |
---|
ExprDotEvalRootChild(boolean hasEnumerationMethod,
ExprDotNode dotNode,
ExprEvaluator rootNodeEvaluator,
ExprEvaluatorEnumeration rootLambdaEvaluator,
EPType typeInfo,
ExprDotEval[] evalIteratorEventBean,
ExprDotEval[] evalUnpacking,
boolean checkedUnpackEvent) |
ExprDotEvalStreamEventBean(ExprDotNode exprDotNode,
int streamNumber,
ExprDotEval[] evaluators) |
ExprDotEvalStreamMethod(ExprDotNode dotNode,
int streamNumber,
ExprDotEval[] evaluators) |
ExprDotEvalVariable(ExprDotNode dotNode,
VariableReader variableReader,
ExprDotStaticMethodWrap resultWrapLambda,
ExprDotEval[] chainEval) |
Modifier and Type | Method and Description |
---|---|
List<ExprDotNode> |
ExprNodeSubselectDeclaredDotVisitor.getChainedExpressionsDot() |
Modifier and Type | Method and Description |
---|---|
static Pair<ExprTableAccessNode,ExprDotNode> |
ASTTableExprHelper.checkTableNameGetExprForSubproperty(TableService tableService,
String tableName,
String subproperty) |
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationDefault.qExprDot(ExprDotNode exprDotNode) |
void |
Instrumentation.qExprDot(ExprDotNode exprDotNode) |
void |
InstrumentationDefault.qExprStreamEventMethod(ExprDotNode exprDotNode) |
void |
Instrumentation.qExprStreamEventMethod(ExprDotNode exprDotNode) |
void |
InstrumentationDefault.qExprStreamUndMethod(ExprDotNode exprDotEvalStreamMethod) |
void |
Instrumentation.qExprStreamUndMethod(ExprDotNode exprDotEvalStreamMethod) |