Resolution

public class Resolution

Represents a resolution produced by reference resolution.

Fields

highlight

public final ISourceRegion highlight

Area in the source file to highlight as a hyperlink.

targets

public final Iterable<ResolutionTarget> targets

Resolution targets. Multiple targets indicate resolution to multiple valid locations.

Constructors

Resolution

public Resolution(ISourceRegion highlight, Iterable<ResolutionTarget> targets)