Method Summary |
|
Object | clone() Clones this position. |
int | getColumn() Gets the column in the source file (1 indexed). |
CompilationUnit | getCompilationUnit() Gets the compilation unit for this position. |
int | getEndColumn() Gets the end column in the source file (1 indexed). |
int | getEndLine() Gets the end line in the source file (1 indexed). |
File | getFile() Gets the file for this position. |
int | getLine() Gets the line in the source file (1 indexed). |
int | getSourceEnd() Gets the index at which the position ends in the source file. |
int | getSourceStart() Gets the index at which the position starts in the source file. |
String | toString() Returns a string representation of this position in the form
"sourcefile:line", or "sourcefile" if no line number is available. |