A state in the NFA.
Import path
import codeql.regex.nfa.NfaUtilsBranch types
| Accept | An accept state, where exactly the given input string is accepted. |
| AcceptAnySuffix | An accept state, where the given input string, or any string that has this string as a prefix, is accepted. |
| Match | A state representing that the NFA is about to match a term. |
Injectors
| Accept | An accept state, where exactly the given input string is accepted. |
| AcceptAnySuffix | An accept state, where the given input string, or any string that has this string as a prefix, is accepted. |
| Match | A state representing that the NFA is about to match a term. |