Class Make::RegExpRoot
A branch in a disjunction that is the root node in a literal, or a literal whose root node is not a disjunction.
Import path
import codeql.regex.nfa.NfaUtilsPredicates
| getRootTerm | Gets the outermost term of this regular expression. |
| isRelevant | Holds if this root term is relevant to the ReDoS analysis. |
| toString | Gets a string representation of this root term. |