Predicate stringLocation
“Construct” a string location from a file path and line/column numbers.
See StringLocation for more details.
Import path
import qtil.locations.StringLocationStringLocation stringLocation(string filePath, int startLine, int startColumn, int endLine, int endColumn)