FileLocation

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

Functions

Link copied to clipboard
@Nullable
abstract fun getColumn(): Integer
The offset on the selected line.
Link copied to clipboard
@Nullable
abstract fun getLength(): Integer
The content of the content starting from getColumn.
Link copied to clipboard
@Nullable
abstract fun getLine(): Integer
The line number within the file.
Link copied to clipboard
abstract fun getPath(): String
The path to the file.
Link copied to clipboard
abstract fun getType(): String