Physical Location
@Serializable
Identifies the artifact and region.
A physical location relevant to a result. Specifies a reference to a programming artifact together with a range of bytes or characters within that artifact.
Constructors
Link copied to clipboard
constructor(address: Address? = null, artifactLocation: ArtifactLocation? = null, contextRegion: Region? = null, properties: PropertyBag? = null, region: Region? = null)
Properties
Link copied to clipboard
The location of the artifact.
Link copied to clipboard
Specifies a portion of the artifact that encloses the region. Allows a viewer to display additional context around the region.
Link copied to clipboard
Key/value pairs that provide additional information about the physical location.