CodeQL library for Swift
codeql/swift-all 2.0.4-dev (changelog, source)
Search

Class RegexRegexAdditionalFlowStep

An additional flow step for Regex.

Import path

import codeql.swift.regex.Regex

Direct supertypes

Indirect supertypes

Predicates

setsParseMode

Holds if a regular expression parse mode is either set (isSet = true) or unset (isSet = false) at node. Parse modes propagate through array construction and regex construction.

step

Holds if the step from node1 to node2 should be considered a flow step for regular expressions.

Inherited predicates

toString

Gets a textual representation of this element.

from Unit