| Class | Description |
|---|---|
| TRegexBacktrackingNFAExecutorLocals |
Contains the stack used by
TRegexBacktrackingNFAExecutorNode. |
| TRegexBacktrackingNFAExecutorNode |
This regex executor uses a backtracking algorithm on the NFA.
|
| TRegexLiteralLookAroundExecutorNode | |
| TRegexNFAExecutorLocals | |
| TRegexNFAExecutorNode |
This regex executor matches a given expression by calculating DFA states from the NFA on the fly,
without any caching.
|