gradle
Toggle table of contents
9.4.0
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.events.test.source
/
FilePosition
File
Position
API
@
Incubating
interface
FilePosition
(
source
)
Position inside a file represented by line and column numbers.
Since
9.4.0
Members
Functions
get
Column
Link copied to clipboard
API
@
Nullable
abstract
fun
getColumn
(
)
:
@
Nullable
Integer
The column number of this FilePosition, if available.
get
Line
Link copied to clipboard
API
abstract
fun
getLine
(
)
:
Int
The line number in the file.