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(...)"
|
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) |