FilePosition

Position inside a file represented by line and column numbers.

Since

9.4.0

Functions

Link copied to clipboard
@Nullable
abstract fun getColumn(): @Nullable Integer
The column number of this FilePosition, if available.
Link copied to clipboard
abstract fun getLine(): Int
The line number in the file.