|
Doclet API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SourcePosition
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 |
---|
File file()
int line()
int column()
String toString()
toString
in class Object
|
Doclet API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |