public interface JSourcePosition
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Returns the text column number for this source position, or -1 if
it is not known.
|
int |
getLine()
Returns the text line number for this source position, or -1 if
it is not known.
|
java.net.URI |
getSourceURI()
Returns the URI of the source file, or null if it is not known.
|
int getColumn()
int getLine()
java.net.URI getSourceURI()