|
|
|
|
org.eclipse.jdt.core
Interface ISourceRange
-
public interface ISourceRange
A source range defines an element's source coordinates relative to
its source buffer.
-
Restriction:
- This interface is not intended to be implemented by clients.
Method Summary
|
int
|
getLength
()
Returns the number of characters of the source code for this element,
relative to the source buffer in which this element is contained. |
int
|
getOffset
()
Returns the 0-based index of the first character of the source code for this element,
relative to the source buffer in which this element is contained. |
getLength
int getLength()
- Returns the number of characters of the source code for this element,
relative to the source buffer in which this element is contained.
-
-
Returns:
- the number of characters of the source code for this element,
relative to the source buffer in which this element is contained
getOffset
int getOffset()
- Returns the 0-based index of the first character of the source code for this element,
relative to the source buffer in which this element is contained.
-
-
Returns:
- the 0-based index of the first character of the source code for this element,
relative to the source buffer in which this element is contained
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.
|
|
|