qtil
advanced-security/qtil-swift 0.0.3
Search

Class Raw::RegexLiteralExpr

INTERNAL: Do not use. A regular expression literal which is checked at compile time, for example /a(a|b)*b/.

Import path

import codeql.swift.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getPattern

Gets the pattern of this regular expression.

getVersion

Gets the version of the internal regular expression language being used by Swift.

toString

Inherited predicates

getLocation

Gets the location associated with this element in the code, if it exists.

from Locatable
getType

Gets the type of this expression, if it exists.

from Expr
isUnknown

Holds if this element is unknown.

from Element