PhysicalLocation

class PhysicalLocation(uri: URI, region: Region)

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

Constructors

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

Types

Link copied to clipboard
class ArtifactLocation(val uri: URI)
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String