Interface ISourceLocation

All Superinterfaces:
Serializable
All Known Implementing Classes:
SourceLocation

public interface ISourceLocation extends Serializable
Represent source location as a starting line/column and ending line in a source file. Implementations should be immutable. XXX why?
See Also: