Class RowRecogNFAStateOneToManyForge
java.lang.Object
com.espertech.esper.common.internal.epl.rowrecog.nfa.RowRecogNFAStateForgeBase
com.espertech.esper.common.internal.epl.rowrecog.nfa.RowRecogNFAStateOneToManyForge
- All Implemented Interfaces:
RowRecogNFAStateForge
The '+' state in the regex NFA states.
-
Constructor Summary
ConstructorDescriptionRowRecogNFAStateOneToManyForge
(String nodeNum, String variableName, int streamNum, boolean multiple, boolean isGreedy, boolean exprRequiresMultimatchState, ExprNode expression) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
assignInline
(CodegenExpression eval, CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) protected EPTypeClass
toString()
Methods inherited from class com.espertech.esper.common.internal.epl.rowrecog.nfa.RowRecogNFAStateForgeBase
addState, getNextStates, getNodeNumFlat, getNodeNumNested, getStreamNum, getVariableName, isExprRequiresMultimatchState, isGreedy, isMultiple, make, setNodeNumFlat
-
Constructor Details
-
RowRecogNFAStateOneToManyForge
public RowRecogNFAStateOneToManyForge(String nodeNum, String variableName, int streamNum, boolean multiple, boolean isGreedy, boolean exprRequiresMultimatchState, ExprNode expression) Ctor.- Parameters:
nodeNum
- node numvariableName
- variable namestreamNum
- stream numbermultiple
- true for multiple matchesisGreedy
- true for greedyexprRequiresMultimatchState
- indicator for multi-match state requiredexpression
- filter expression
-
-
Method Details
-
toString
-
getEvalClass
- Specified by:
getEvalClass
in classRowRecogNFAStateForgeBase
-
assignInline
protected void assignInline(CodegenExpression eval, CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) - Specified by:
assignInline
in classRowRecogNFAStateForgeBase
-