Location
@Incubating public interface FileLocation extends Location
Modifier and Type | Method | Description |
---|---|---|
java.lang.Integer |
getColumn() |
An index of the column in the file, if available.
|
java.lang.Integer |
getLength() |
The length of the region in the file, if available.
|
java.lang.Integer |
getLine() |
An index of the line in the file, if available.
|
java.lang.String |
getPath() |
File path.
|
java.lang.String getPath()
@Nullable java.lang.Integer getLine()
@Nullable java.lang.Integer getColumn()
@Nullable java.lang.Integer getLength()