cpg-core
6.1.0
cpg-core
/
de.fraunhofer.aisec.cpg.sarif
/
PhysicalLocation
Physical
Location
open
class
PhysicalLocation
A SARIF compatible location referring to a location, i.e. file and region within the file.
Types
Constructors
Functions
Properties
Constructors
Physical
Location
Link copied to clipboard
open
fun
PhysicalLocation
(
uri
:
URI
,
@
NotNull
region
:
@
NotNull
Region
)
Types
Artifact
Location
Link copied to clipboard
open
class
ArtifactLocation
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
location
Link
Link copied to clipboard
@
NotNull
open
fun
locationLink
(
@
Nullable
location
:
@
Nullable
PhysicalLocation
)
:
@
NotNull
String
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
artifact
Location
Link copied to clipboard
@
NotNull
@get:
NotNull
val
artifactLocation
:
@
NotNull
PhysicalLocation.ArtifactLocation
region
Link copied to clipboard
@
NotNull
@get:
NotNull
open
var
region
:
@
NotNull
Region