ProblemLocation
, java.io.Serializable
@Incubating public interface FileLocation extends ProblemLocation
Modifier and Type | Method | Description |
---|---|---|
java.lang.Integer |
getColumn() |
The offset on the selected line.
|
java.lang.Integer |
getLength() |
The content of the content starting from
getColumn() . |
java.lang.Integer |
getLine() |
The line number within the file.
|
java.lang.String |
getPath() |
The path to the file.
|
getType
java.lang.String getPath()
@Nullable java.lang.Integer getLine()
@Nullable java.lang.Integer getColumn()
@Nullable java.lang.Integer getLength()
getColumn()
.