public interface SourcePosition
| Modifier and Type | Method and Description |
|---|---|
int |
column() |
int |
end() |
int |
endColumn() |
int |
endLine() |
int |
line() |
java.lang.String |
lineContent() |
int |
point() |
SourceFile |
source()
The source file corresponding to this position.
|
int |
start() |
int |
startColumn() |
int |
startLine() |
java.lang.String lineContent()
int point()
int line()
int column()
int start()
int startLine()
int startColumn()
int end()
int endLine()
int endColumn()
SourceFile source()