Package | Description |
---|---|
com.espertech.esper.epl.expression.core |
Core expression classes.
|
com.espertech.esper.epl.expression.dot |
Chained expression functionality.
|
com.espertech.esper.epl.expression.visitor |
Expression visitors.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExprIdentNode
Represents an stream property identifier in a filter expressiun tree.
|
interface |
ExprStreamUnderlyingNode
Represents an stream selector that returns the streams underlying event, or null if undefined.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprIdentNodeImpl
Represents an stream property identifier in a filter expressiun tree.
|
class |
ExprStreamUnderlyingNodeImpl
Represents an stream selector that returns the streams underlying event, or null if undefined.
|
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<ExprStreamRefNode> |
ExprNodeStreamUseCollectVisitor.getReferenced() |