toggle menu
cpg
main
jvm
switch theme
search in API
cpg-core
/
de.fraunhofer.aisec.cpg.sarif
/
PhysicalLocation
Physical
Location
class
PhysicalLocation
(
uri
:
URI
,
region
:
Region
)
A SARIF compatible location referring to a location, i.e. file and region within the file.
Members
Constructors
Physical
Location
Link copied to clipboard
constructor
(
uri
:
URI
,
region
:
Region
)
Types
Artifact
Location
Link copied to clipboard
class
ArtifactLocation
(
val
uri
:
URI
)
Companion
Link copied to clipboard
object
Companion
Properties
artifact
Location
Link copied to clipboard
val
artifactLocation
:
PhysicalLocation.ArtifactLocation
region
Link copied to clipboard
var
region
:
Region
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String