| Class | Description |
|---|---|
| TRegexBacktrackerSubExecutorNode |
Common base class for executor nodes used in
TRegexBacktrackingNFAExecutorNode, where the
top-level executor represents a full regular expression, and all nested sub-executors represent
look-around assertions. |
| 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.
|