Interface Location
- All Known Implementing Classes:
LocationImpl
public interface Location
Represents a location in some resource.
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the column number.int
getLine()
Get the line number.Get the URI of the resource.
-
Method Details
-
getResource
URI getResource()Get the URI of the resource.- Returns:
- The URI of the resource or
null
, if not known.
-
getLine
int getLine()Get the line number.- Returns:
- The line number or -1, if not known.
-
getColumn
int getColumn()Get the column number.- Returns:
- The column number or -1, if not known.
-