Interface IObjectLocation
- All Known Implementing Classes:
ObjectLocation
public interface IObjectLocation
Textual location of an object represented as text in a text document.
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
-
Method Details
-
getObject
Object getObject() -
getLineBegin
int getLineBegin() -
getLineEnd
int getLineEnd() -
getColumnBegin
int getColumnBegin() -
getColumnEnd
int getColumnEnd()
-