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