Package | Description |
---|---|
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 | Field and Description |
---|---|
protected EvalMatchUntilFactoryNode |
EvalMatchUntilNode.factoryNode |
Modifier and Type | Method and Description |
---|---|
EvalMatchUntilFactoryNode |
EvalMatchUntilNode.getFactoryNode() |
Modifier and Type | Method and Description |
---|---|
List<EvalMatchUntilFactoryNode> |
EvalNodeAnalysisResult.getRepeatNodes()
Returns the repeat-nodes.
|
Modifier and Type | Method and Description |
---|---|
static EvalMatchUntilStateBounds |
EvalMatchUntilStateBounds.initBounds(EvalMatchUntilFactoryNode factoryNode,
MatchedEventMap beginState,
PatternAgentInstanceContext context) |
void |
EvalStateNodeVisitor.visitMatchUntil(EvalMatchUntilFactoryNode factoryNode,
EvalStateNode stateNode,
Object... stateDeep) |
Constructor and Description |
---|
EvalMatchUntilNode(PatternAgentInstanceContext context,
EvalMatchUntilFactoryNode factoryNode,
EvalNode childNodeSub,
EvalNode childNodeUntil) |