Location
class Location(val source: SourceLocation, val endSource: SourceLocation = source, val text: TextLocation, val filePath: FilePath) : Compactable
Specifies a position within a source code fragment.
Constructors
Link copied to clipboard
constructor(source: SourceLocation, endSource: SourceLocation = source, text: TextLocation, filePath: FilePath)
Functions
Link copied to clipboard
Same as compact except the content should contain a substring which represents this exact findings via a custom identifier.