Interface ISourceRange

All Known Implementing Classes:
SourceRange

public interface ISourceRange
A source range defines an element's source coordinates relative to its source buffer.

Clients may use the method SourceRange.isAvailable(ISourceRange) in order to find out if a source range is available. This method returns false when the source range offset is equals to -1.

Clients may use the default implementation provided by SourceRange.

See Also: