FileLocation

Represents a section in a file.

Functions

Link copied to clipboard
@Nullable
abstract fun getColumn(): Integer
An index of the column in the file, if available.
Link copied to clipboard
@Nullable
abstract fun getLength(): Integer
The length of the region in the file, if available.
Link copied to clipboard
@Nullable
abstract fun getLine(): Integer
An index of the line in the file, if available.
Link copied to clipboard
abstract fun getPath(): String
File path.