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