|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.rowregex.RegexNFAStateBase
com.espertech.esper.rowregex.RegexNFAStateEnd
public class RegexNFAStateEnd
End state in the regex NFA states.
Constructor Summary | |
---|---|
RegexNFAStateEnd()
Ctor. |
Method Summary | |
---|---|
java.util.List<RegexNFAState> |
getNextStates()
Returns the next states. |
boolean |
isExprRequiresMultimatchState()
Whether or not the match-expression requires multimatch state |
boolean |
matches(EventBean[] eventsPerStream,
ExprEvaluatorContext exprEvaluatorContext)
Evaluate a match. |
Methods inherited from class com.espertech.esper.rowregex.RegexNFAStateBase |
---|
addState, getNodeNumFlat, getNodeNumNested, getStreamNum, getVariableName, isGreedy, isMultiple, setNodeNumFlat |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegexNFAStateEnd()
Method Detail |
---|
public boolean matches(EventBean[] eventsPerStream, ExprEvaluatorContext exprEvaluatorContext)
RegexNFAState
eventsPerStream
- variabele valuesexprEvaluatorContext
- expression evaluation context
public java.util.List<RegexNFAState> getNextStates()
RegexNFAState
getNextStates
in interface RegexNFAState
getNextStates
in class RegexNFAStateBase
public boolean isExprRequiresMultimatchState()
RegexNFAState
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |