CodeQL library for Java
codeql/java-all 0.7.5 ( changelog , source )
Search

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.NfaUtils

Predicates

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.

Charpred