| Class | Description |
|---|---|
| ASTNodeSet<S extends RegexASTNode> | |
| ASTStep | |
| ASTStepVisitor |
Regex AST visitor that will find convert all NFA successors of a given
Term to
ASTTransitions (by calculating their respective GroupBoundaries) and annotate for
every successor which LookAheadAssertions and/or LookBehindAssertions it should
be merged with. |
| ASTTransition | |
| ASTTransitionCanonicalizer | |
| ASTTransitionSet | |
| NFA | |
| NFAGenerator | |
| NFAState |
Represents a single state in the NFA form of a regular expression.
|
| NFAStateTransition |
Provides information about a transition from one NFAState to another state.
|
| NFATraceFinderGenerator |
Used for pre-calculating and finding the result of tree-like regular expressions.
|