|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SourceLocation
Interface for objects that have some relation to a particular location in a source file.
Method Summary | |
---|---|
int |
getColumnNo()
Column number. |
int |
getLineNo()
Line number. |
java.lang.String |
getPath()
Location path (not a file path, but a path in an expression). |
java.net.URI |
getURI()
URI of the source file. |
Method Detail |
---|
java.net.URI getURI()
int getLineNo()
int getColumnNo()
java.lang.String getPath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |