Class RowRecogNFAStateEndForge
java.lang.Object
com.espertech.esper.common.internal.epl.rowrecog.nfa.RowRecogNFAStateForgeBase
com.espertech.esper.common.internal.epl.rowrecog.nfa.RowRecogNFAStateEndForge
- All Implemented Interfaces:
RowRecogNFAStateForge
End state in the regex NFA states.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
assignInline
(CodegenExpression eval, CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) protected EPTypeClass
Returns the next states.boolean
Whether or not the match-expression requires multimatch stateMethods inherited from class com.espertech.esper.common.internal.epl.rowrecog.nfa.RowRecogNFAStateForgeBase
addState, getNodeNumFlat, getNodeNumNested, getStreamNum, getVariableName, isGreedy, isMultiple, make, setNodeNumFlat
-
Constructor Details
-
RowRecogNFAStateEndForge
public RowRecogNFAStateEndForge()
-
-
Method Details
-
getNextStates
Description copied from interface:RowRecogNFAStateForge
Returns the next states.- Specified by:
getNextStates
in interfaceRowRecogNFAStateForge
- Overrides:
getNextStates
in classRowRecogNFAStateForgeBase
- Returns:
- states
-
isExprRequiresMultimatchState
public boolean isExprRequiresMultimatchState()Description copied from interface:RowRecogNFAStateForge
Whether or not the match-expression requires multimatch state- Specified by:
isExprRequiresMultimatchState
in interfaceRowRecogNFAStateForge
- Overrides:
isExprRequiresMultimatchState
in classRowRecogNFAStateForgeBase
- Returns:
- indicator
-
getEvalClass
- Specified by:
getEvalClass
in classRowRecogNFAStateForgeBase
-
assignInline
protected void assignInline(CodegenExpression eval, CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) - Specified by:
assignInline
in classRowRecogNFAStateForgeBase
-