qtil
advanced-security/qtil-swift 0.0.3
Search

Module StringLocation

A module that codifies any location as a string representation, allowing the CodeQL engine to use it as a location when selected by a query.

Import path

import qtil.locations.StringLocation

Predicates

stringLocation

“Construct” a string location from a file path and line/column numbers.

Classes

StringLocation

An infinite class that can represent any location, backed by a string.

Modules

FinitizeStringLocation

A module that provides a way to concretize a string location, typically for performance reasons.

LocationToString

A module that provides a way to convert a location to a StringLocation.