public interface SourceLocation
Modifier and Type | Method and Description |
---|---|
int |
getColumnNo()
Column number.
|
int |
getLineNo()
Line number.
|
java.lang.String |
getPath()
Location path (not a file path, but a path in an expression).
|
java.net.URI |
getURI()
URI of the source file.
|