|
Doclet API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes a source position: filename, line number, and column number.
Method Summary | |
int |
column()
The column in the source file. |
File |
file()
The source file. |
int |
line()
The line in the source file. |
String |
toString()
Convert the source position to the form "Filename:line". |
Method Detail |
public File file()
public int line()
public int column()
public String toString()
|
Doclet API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |