Interface | Description |
---|---|
RowRecogNFAState |
Match-recognize NFA states provides this information.
|
RowRecogNFAStateForge |
Match-recognize NFA states provides this information.
|
Class | Description |
---|---|
RowRecogNFAStateAnyOneEval |
Any-quantifier.
|
RowRecogNFAStateAnyOneForge |
Any-quantifier.
|
RowRecogNFAStateBase |
Base for states.
|
RowRecogNFAStateEndEval |
End state in the regex NFA states.
|
RowRecogNFAStateEndForge |
End state in the regex NFA states.
|
RowRecogNFAStateEntry |
State for a partial NFA match.
|
RowRecogNFAStateFilterEval |
NFA state for a single match that applies a filter.
|
RowRecogNFAStateFilterForge |
NFA state for a single match that applies a filter.
|
RowRecogNFAStateForgeBase |
Base for states.
|
RowRecogNFAStateOneOptionalEvalCond |
The '?' state in the regex NFA states.
|
RowRecogNFAStateOneOptionalEvalNoCond |
The '?' state in the regex NFA states.
|
RowRecogNFAStateOneOptionalForge |
The '?' state in the regex NFA states.
|
RowRecogNFAStateOneToManyEvalCond |
The '+' state in the regex NFA states.
|
RowRecogNFAStateOneToManyEvalNoCond |
The '+' state in the regex NFA states.
|
RowRecogNFAStateOneToManyForge |
The '+' state in the regex NFA states.
|
RowRecogNFAStateZeroToManyEvalCond |
The '*' state in the regex NFA states.
|
RowRecogNFAStateZeroToManyEvalNoCond |
The '*' state in the regex NFA states.
|
RowRecogNFAStateZeroToManyForge |
The '*' state in the regex NFA states.
|
Match-recognize NFA.
Copyright © 2005–2018. All rights reserved.