Package-level declarations

Types

Link copied to clipboard
class PhysicalLocation(uri: URI, region: Region)

A SARIF compatible location referring to a location, i.e. file and region within the file.

Link copied to clipboard
class Region(var startLine: Int = -1, var startColumn: Int = -1, var endLine: Int = -1, var endColumn: Int = -1) : Comparable<Region>

Code source location, in a SASP/SARIF-compliant "Region" format.