|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JSourcePosition
Describes a specific point in a source file.
Method Summary | |
---|---|
int |
getColumn()
Returns the text column number for this source position, or -1 if it is not known. |
int |
getLine()
Returns the text line number for this source position, or -1 if it is not known. |
java.net.URI |
getSourceURI()
Returns the URI of the source file, or null if it is not known. |
Method Detail |
---|
int getColumn()
int getLine()
java.net.URI getSourceURI()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |