Package | Description |
---|---|
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.pattern |
Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active
pattern instance
|
Modifier and Type | Class and Description |
---|---|
static class |
PatternStreamSpecRaw.FilterForFilterFactoryNodes |
Modifier and Type | Method and Description |
---|---|
static Set<EvalFactoryNode> |
EvalNodeUtil.recursiveGetChildNodes(EvalFactoryNode currentNode,
EvalNodeUtilFactoryFilter filter)
Returns all child nodes as a set.
|