Package | Description |
---|---|
com.espertech.esper.epl.expression |
This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExprIdentNode
Represents an stream property identifier in a filter expressiun tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprDotNode
Represents an Dot-operator expression, for use when "(expression).method(...).method(...)"
|
class |
ExprIdentNodeImpl
Represents an stream property identifier in a filter expressiun tree.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ExprStreamRefNode> |
ExprNodeStreamUseCollectVisitor.getReferenced() |