public interface Location
Modifier and Type | Method and Description |
---|---|
int |
getColumnNumber()
The column number, or -1 if not known.
|
int |
getLineNumber()
The line within the resource containing the location,
or -1 if the line number is not known.
|
Resource |
getResource()
The resource containing the location.
|
Resource getResource()
int getLineNumber()
int getColumnNumber()