ISourceLocation

public interface ISourceLocation

Represents a region in a resource.

Methods

region

ISourceRegion region()
Returns:Region in the source file.

resource

FileObject resource()
Returns:Resource of the source file, or null if the source file could not be determined.