FileLocation

A basic problem location pointing to a specific part of a file.

Constructors

Link copied to clipboard
constructor(path: String, @Nullable line: Integer, @Nullable column: Integer, @Nullable length: Integer)

Properties

Link copied to clipboard
@get:Nullable
val column: Integer
Link copied to clipboard
@get:Nullable
val length: Integer
Link copied to clipboard
@get:Nullable
val line: Integer
Link copied to clipboard

Functions

Link copied to clipboard
open fun getType(): String